@@ -15,7 +15,7 @@ apiVersion: apiextensions.k8s.io/v1
1515kind : CustomResourceDefinition
1616metadata :
1717 annotations :
18- controller-gen.kubebuilder.io/version : v0.17.0
18+ controller-gen.kubebuilder.io/version : v0.16.5
1919 name : gatewayclassblueprints.gateway.tv2.dk
2020spec :
2121 group : gateway.tv2.dk
@@ -175,7 +175,7 @@ apiVersion: apiextensions.k8s.io/v1
175175kind : CustomResourceDefinition
176176metadata :
177177 annotations :
178- controller-gen.kubebuilder.io/version : v0.17.0
178+ controller-gen.kubebuilder.io/version : v0.16.5
179179 labels :
180180 gateway.networking.k8s.io/policy : " true"
181181 name : gatewayclassconfigs.gateway.tv2.dk
@@ -225,11 +225,12 @@ spec:
225225 x-kubernetes-preserve-unknown-fields : true
226226 targetRef :
227227 description : |-
228- PolicyTargetReference identifies an API object to apply policy to. This
229- should be used as part of Policy resources that can target Gateway API
230- resources. For more information on how this policy attachment model works,
231- and a sample Policy resource, refer to the policy attachment documentation
232- for Gateway API.
228+ NamespacedPolicyTargetReference identifies an API object to apply a direct or
229+ inherited policy to, potentially in a different namespace. This should only
230+ be used as part of Policy resources that need to be able to target resources
231+ in different namespaces. For more information on how this policy attachment
232+ model works, and a sample Policy resource, refer to the policy attachment
233+ documentation for Gateway API.
233234 properties :
234235 group :
235236 description : Group is the group of the target resource.
@@ -338,7 +339,7 @@ apiVersion: apiextensions.k8s.io/v1
338339kind : CustomResourceDefinition
339340metadata :
340341 annotations :
341- controller-gen.kubebuilder.io/version : v0.17.0
342+ controller-gen.kubebuilder.io/version : v0.16.5
342343 labels :
343344 gateway.networking.k8s.io/policy : " true"
344345 name : gatewayconfigs.gateway.tv2.dk
@@ -388,11 +389,12 @@ spec:
388389 x-kubernetes-preserve-unknown-fields : true
389390 targetRef :
390391 description : |-
391- PolicyTargetReference identifies an API object to apply policy to. This
392- should be used as part of Policy resources that can target Gateway API
393- resources. For more information on how this policy attachment model works,
394- and a sample Policy resource, refer to the policy attachment documentation
395- for Gateway API.
392+ NamespacedPolicyTargetReference identifies an API object to apply a direct or
393+ inherited policy to, potentially in a different namespace. This should only
394+ be used as part of Policy resources that need to be able to target resources
395+ in different namespaces. For more information on how this policy attachment
396+ model works, and a sample Policy resource, refer to the policy attachment
397+ documentation for Gateway API.
396398 properties :
397399 group :
398400 description : Group is the group of the target resource.
0 commit comments