diff --git a/api/v1/kustomization_types.go b/api/v1/kustomization_types.go index c3f3e98a..1f530647 100644 --- a/api/v1/kustomization_types.go +++ b/api/v1/kustomization_types.go @@ -289,7 +289,6 @@ func (in *Kustomization) SetConditions(conditions []metav1.Condition) { } // +genclient -// +genclient:Namespaced // +kubebuilder:storageversion // +kubebuilder:object:root=true // +kubebuilder:resource:shortName=ks diff --git a/api/v1beta1/kustomization_types.go b/api/v1beta1/kustomization_types.go index 84fc52e1..d00dbf96 100644 --- a/api/v1beta1/kustomization_types.go +++ b/api/v1beta1/kustomization_types.go @@ -271,7 +271,6 @@ const ( ) // +genclient -// +genclient:Namespaced // +kubebuilder:object:root=true // +kubebuilder:resource:shortName=ks // +kubebuilder:subresource:status diff --git a/api/v1beta2/kustomization_types.go b/api/v1beta2/kustomization_types.go index e529704d..f19b93e0 100644 --- a/api/v1beta2/kustomization_types.go +++ b/api/v1beta2/kustomization_types.go @@ -304,7 +304,6 @@ func (in *Kustomization) GetStatusConditions() *[]metav1.Condition { } // +genclient -// +genclient:Namespaced // +kubebuilder:object:root=true // +kubebuilder:resource:shortName=ks // +kubebuilder:subresource:status