diff --git a/api/v1beta1/binding_types.go b/api/v1beta1/binding_types.go index 15d83edd..0eb09ab7 100644 --- a/api/v1beta1/binding_types.go +++ b/api/v1beta1/binding_types.go @@ -47,10 +47,10 @@ type BindingStatus struct { } // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status + // Binding is the Schema for the bindings API type Binding struct { metav1.TypeMeta `json:",inline"` diff --git a/api/v1beta1/exchange_types.go b/api/v1beta1/exchange_types.go index 6565201c..56642df3 100644 --- a/api/v1beta1/exchange_types.go +++ b/api/v1beta1/exchange_types.go @@ -45,7 +45,6 @@ type ExchangeStatus struct { } // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status diff --git a/api/v1beta1/permission_types.go b/api/v1beta1/permission_types.go index 0c179a7d..29c9cc73 100644 --- a/api/v1beta1/permission_types.go +++ b/api/v1beta1/permission_types.go @@ -42,6 +42,7 @@ type PermissionStatus struct { Conditions []Condition `json:"conditions,omitempty"` } +// +genclient // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status diff --git a/api/v1beta1/policy_types.go b/api/v1beta1/policy_types.go index c760d2d2..2adba5b4 100644 --- a/api/v1beta1/policy_types.go +++ b/api/v1beta1/policy_types.go @@ -47,7 +47,6 @@ type PolicyStatus struct { } // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status diff --git a/api/v1beta1/queue_types.go b/api/v1beta1/queue_types.go index 473f71b7..f6b81d63 100644 --- a/api/v1beta1/queue_types.go +++ b/api/v1beta1/queue_types.go @@ -56,7 +56,6 @@ type QueueStatus struct { } // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status diff --git a/api/v1beta1/schemareplication_types.go b/api/v1beta1/schemareplication_types.go index e6a80dc2..7c02651e 100644 --- a/api/v1beta1/schemareplication_types.go +++ b/api/v1beta1/schemareplication_types.go @@ -35,6 +35,7 @@ type SchemaReplicationStatus struct { Conditions []Condition `json:"conditions,omitempty"` } +// +genclient // +kubebuilder:object:root=true // +kubebuilder:subresource:status diff --git a/api/v1beta1/user_types.go b/api/v1beta1/user_types.go index 174d6177..12481cc4 100644 --- a/api/v1beta1/user_types.go +++ b/api/v1beta1/user_types.go @@ -52,7 +52,6 @@ type UserStatus struct { type UserTag string // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status diff --git a/api/v1beta1/vhost_types.go b/api/v1beta1/vhost_types.go index d114f60b..5e564179 100644 --- a/api/v1beta1/vhost_types.go +++ b/api/v1beta1/vhost_types.go @@ -35,7 +35,6 @@ type VhostStatus struct { } // +genclient - // +kubebuilder:object:root=true // +kubebuilder:resource:categories=all // +kubebuilder:subresource:status