diff --git a/api/v1alpha1/backendtrafficpolicy_types.go b/api/v1alpha1/backendtrafficpolicy_types.go index 41325dc0991..d72ee66923b 100644 --- a/api/v1alpha1/backendtrafficpolicy_types.go +++ b/api/v1alpha1/backendtrafficpolicy_types.go @@ -16,7 +16,7 @@ const ( ) // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=btp +// +kubebuilder:resource:categories=envoy-gateway,shortName=btp // +kubebuilder:subresource:status // +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[?(@.type=="Accepted")].reason` // +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp` diff --git a/api/v1alpha1/clienttrafficpolicy_types.go b/api/v1alpha1/clienttrafficpolicy_types.go index 3037e4b0c04..836f5b687d6 100644 --- a/api/v1alpha1/clienttrafficpolicy_types.go +++ b/api/v1alpha1/clienttrafficpolicy_types.go @@ -16,7 +16,7 @@ const ( ) // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=ctp +// +kubebuilder:resource:categories=envoy-gateway,shortName=ctp // +kubebuilder:subresource:status // +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[?(@.type=="Accepted")].reason` // +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp` diff --git a/api/v1alpha1/envoypatchpolicy_types.go b/api/v1alpha1/envoypatchpolicy_types.go index d9d45ec8f44..e646977286e 100644 --- a/api/v1alpha1/envoypatchpolicy_types.go +++ b/api/v1alpha1/envoypatchpolicy_types.go @@ -17,7 +17,7 @@ const ( ) // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=epp +// +kubebuilder:resource:categories=envoy-gateway,shortName=epp // +kubebuilder:subresource:status // +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[?(@.type=="Programmed")].reason` // +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp` diff --git a/api/v1alpha1/envoyproxy_types.go b/api/v1alpha1/envoyproxy_types.go index c71ffc40c83..a8bb1505717 100644 --- a/api/v1alpha1/envoyproxy_types.go +++ b/api/v1alpha1/envoyproxy_types.go @@ -15,7 +15,7 @@ const ( ) // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=eproxy +// +kubebuilder:resource:categories=envoy-gateway,shortName=eproxy // +kubebuilder:subresource:status // EnvoyProxy is the schema for the envoyproxies API. diff --git a/api/v1alpha1/securitypolicy_types.go b/api/v1alpha1/securitypolicy_types.go index 6d90536ae91..bb96b2ce688 100644 --- a/api/v1alpha1/securitypolicy_types.go +++ b/api/v1alpha1/securitypolicy_types.go @@ -16,7 +16,7 @@ const ( ) // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=sp +// +kubebuilder:resource:categories=envoy-gateway,shortName=sp // +kubebuilder:subresource:status // +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[?(@.type=="Accepted")].reason` // +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp` diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml index 680f1b19e9f..858405b5c46 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml @@ -8,6 +8,8 @@ metadata: spec: group: gateway.envoyproxy.io names: + categories: + - envoy-gateway kind: BackendTrafficPolicy listKind: BackendTrafficPolicyList plural: backendtrafficpolicies diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_clienttrafficpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_clienttrafficpolicies.yaml index 83141a9c569..7378c7c0791 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_clienttrafficpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_clienttrafficpolicies.yaml @@ -8,6 +8,8 @@ metadata: spec: group: gateway.envoyproxy.io names: + categories: + - envoy-gateway kind: ClientTrafficPolicy listKind: ClientTrafficPolicyList plural: clienttrafficpolicies diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoypatchpolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoypatchpolicies.yaml index 55590b7d7f0..f157a84cd37 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoypatchpolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoypatchpolicies.yaml @@ -8,6 +8,8 @@ metadata: spec: group: gateway.envoyproxy.io names: + categories: + - envoy-gateway kind: EnvoyPatchPolicy listKind: EnvoyPatchPolicyList plural: envoypatchpolicies diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml index 4cc7721380b..437f90927d0 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml @@ -8,6 +8,8 @@ metadata: spec: group: gateway.envoyproxy.io names: + categories: + - envoy-gateway kind: EnvoyProxy listKind: EnvoyProxyList plural: envoyproxies diff --git a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml index 1ed6395b781..fe4edffe69f 100644 --- a/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml +++ b/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_securitypolicies.yaml @@ -8,6 +8,8 @@ metadata: spec: group: gateway.envoyproxy.io names: + categories: + - envoy-gateway kind: SecurityPolicy listKind: SecurityPolicyList plural: securitypolicies