Skip to content

Commit 0d12723

Browse files
author
Winnie Kwon
committed
Clean up kubebuilder marker for AWSManagedControlPlane
1 parent 4f013a8 commit 0d12723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controlplane/eks/api/v1beta1/awsmanagedcontrolplane_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ type AWSManagedControlPlaneStatus struct {
247247
}
248248

249249
// +kubebuilder:object:root=true
250-
// +kubebuilder:object:root=true
251-
// +kubebuilder:resource:path=awsmanagedcontrolplanes,shortName=awsmcp,scope=Namespaced,categories=cluster-api,shortName=awsmcp
250+
// +kubebuilder:resource:path=awsmanagedcontrolplanes,shortName=awsmcp,scope=Namespaced,categories=cluster-api
252251
// +kubebuilder:storageversion
253252
// +kubebuilder:subresource:status
254253
// +kubebuilder:printcolumn:name="Cluster",type="string",JSONPath=".metadata.labels.cluster\\.x-k8s\\.io/cluster-name",description="Cluster to which this AWSManagedControl belongs"

0 commit comments

Comments
 (0)