diff --git a/api/v1beta1/kuadrant_types.go b/api/v1beta1/kuadrant_types.go index 27f01d206..7391acac3 100644 --- a/api/v1beta1/kuadrant_types.go +++ b/api/v1beta1/kuadrant_types.go @@ -68,7 +68,7 @@ func (r *KuadrantStatus) Equals(other *KuadrantStatus, logger logr.Logger) bool //+kubebuilder:object:root=true //+kubebuilder:subresource:status -// Kuadrant is the Schema for the kuadrants API +// Kuadrant is the Schema for the Kuadrant API type Kuadrant struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` diff --git a/api/v1beta2/authpolicy_types.go b/api/v1beta2/authpolicy_types.go index 597e4adf3..65d814d6b 100644 --- a/api/v1beta2/authpolicy_types.go +++ b/api/v1beta2/authpolicy_types.go @@ -200,6 +200,8 @@ func (s *AuthPolicyStatus) Equals(other *AuthPolicyStatus, logger logr.Logger) b // +kubebuilder:object:root=true // +kubebuilder:subresource:status // +kubebuilder:metadata:labels="gateway.networking.k8s.io/policy=direct" + +// AuthPolicy enables AuthN and AuthZ based access control on workloads type AuthPolicy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` diff --git a/api/v1beta2/ratelimitpolicy_types.go b/api/v1beta2/ratelimitpolicy_types.go index 2d52029fb..f5fc69b42 100644 --- a/api/v1beta2/ratelimitpolicy_types.go +++ b/api/v1beta2/ratelimitpolicy_types.go @@ -160,10 +160,11 @@ func (s *RateLimitPolicyStatus) Equals(other *RateLimitPolicyStatus, logger logr return true } -// RateLimitPolicy is the Schema for the ratelimitpolicies API // +kubebuilder:object:root=true // +kubebuilder:subresource:status // +kubebuilder:metadata:labels="gateway.networking.k8s.io/policy=direct" + +// RateLimitPolicy is the Schema for the ratelimitpolicies API type RateLimitPolicy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` diff --git a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml index fe9b20912..a58c8dea9 100644 --- a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml @@ -41,7 +41,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/kuadrant-operator:latest - createdAt: "2023-11-20T13:22:20Z" + createdAt: "2023-11-22T21:35:17Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/kuadrant-operator diff --git a/bundle/manifests/kuadrant.io_authpolicies.yaml b/bundle/manifests/kuadrant.io_authpolicies.yaml index dbbd6a180..ecb36612c 100644 --- a/bundle/manifests/kuadrant.io_authpolicies.yaml +++ b/bundle/manifests/kuadrant.io_authpolicies.yaml @@ -20,6 +20,7 @@ spec: - name: v1beta2 schema: openAPIV3Schema: + description: AuthPolicy enables AuthN and AuthZ based access control on workloads properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation diff --git a/bundle/manifests/kuadrant.io_kuadrants.yaml b/bundle/manifests/kuadrant.io_kuadrants.yaml index 2c9c737cd..835e73eee 100644 --- a/bundle/manifests/kuadrant.io_kuadrants.yaml +++ b/bundle/manifests/kuadrant.io_kuadrants.yaml @@ -19,7 +19,7 @@ spec: - name: v1beta1 schema: openAPIV3Schema: - description: Kuadrant is the Schema for the kuadrants API + description: Kuadrant is the Schema for the Kuadrant API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation diff --git a/config/crd/bases/kuadrant.io_authpolicies.yaml b/config/crd/bases/kuadrant.io_authpolicies.yaml index 377bda525..c120f895c 100644 --- a/config/crd/bases/kuadrant.io_authpolicies.yaml +++ b/config/crd/bases/kuadrant.io_authpolicies.yaml @@ -19,6 +19,7 @@ spec: - name: v1beta2 schema: openAPIV3Schema: + description: AuthPolicy enables AuthN and AuthZ based access control on workloads properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation diff --git a/config/crd/bases/kuadrant.io_kuadrants.yaml b/config/crd/bases/kuadrant.io_kuadrants.yaml index f168c03a2..e432e35cd 100644 --- a/config/crd/bases/kuadrant.io_kuadrants.yaml +++ b/config/crd/bases/kuadrant.io_kuadrants.yaml @@ -17,7 +17,7 @@ spec: - name: v1beta1 schema: openAPIV3Schema: - description: Kuadrant is the Schema for the kuadrants API + description: Kuadrant is the Schema for the Kuadrant API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation