Skip to content

Commit 6066097

Browse files
authored
Merge pull request #5663 from k8s-infra-cherrypick-robot/cherry-pick-5662-to-release-2.9
[release-2.9] 🐛 Fix AWSManagedClusterTemplate short name
2 parents 41f5640 + 5fa8359 commit 6066097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta2/awsmanagedclustertemplate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type AWSManagedClusterTemplateSpec struct {
2626
}
2727

2828
// +kubebuilder:object:root=true
29-
// +kubebuilder:resource:path=awsmanagedclustertemplates,scope=Namespaced,categories=cluster-api,shortName=amct
29+
// +kubebuilder:resource:path=awsmanagedclustertemplates,scope=Namespaced,categories=cluster-api,shortName=awsmct
3030
// +kubebuilder:storageversion
3131

3232
// AWSManagedClusterTemplate is the Schema for the AWSManagedClusterTemplates API.

config/crd/bases/infrastructure.cluster.x-k8s.io_awsmanagedclustertemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
listKind: AWSManagedClusterTemplateList
1515
plural: awsmanagedclustertemplates
1616
shortNames:
17-
- amct
17+
- awsmct
1818
singular: awsmanagedclustertemplate
1919
scope: Namespaced
2020
versions:

0 commit comments

Comments
 (0)