Skip to content

Commit 5fa8359

Browse files
alexander-demicevk8s-infra-cherrypick-robot
authored andcommitted
Fix AWSManagedClusterTemplate short name
Signed-off-by: Alexandr Demicev <[email protected]>
1 parent 41f5640 commit 5fa8359

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)