Skip to content

Commit d54ea9b

Browse files
authored
Merge pull request #5662 from alexander-demicev/shortname
🐛 Fix AWSManagedClusterTemplate short name
2 parents e6621c0 + 3deb054 commit d54ea9b

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)