Skip to content

Commit 6ef1e55

Browse files
committed
update chart manifests
1 parent ee798e5 commit 6ef1e55

File tree

3 files changed

+45
-39
lines changed

3 files changed

+45
-39
lines changed

charts/bifrost-gateway-controller/crds/crds.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
name: gatewayclassblueprints.gateway.tv2.dk
77
spec:
88
group: gateway.tv2.dk
@@ -162,7 +162,7 @@ apiVersion: apiextensions.k8s.io/v1
162162
kind: CustomResourceDefinition
163163
metadata:
164164
annotations:
165-
controller-gen.kubebuilder.io/version: v0.17.0
165+
controller-gen.kubebuilder.io/version: v0.16.5
166166
labels:
167167
gateway.networking.k8s.io/policy: "true"
168168
name: gatewayclassconfigs.gateway.tv2.dk
@@ -212,11 +212,12 @@ spec:
212212
x-kubernetes-preserve-unknown-fields: true
213213
targetRef:
214214
description: |-
215-
PolicyTargetReference identifies an API object to apply policy to. This
216-
should be used as part of Policy resources that can target Gateway API
217-
resources. For more information on how this policy attachment model works,
218-
and a sample Policy resource, refer to the policy attachment documentation
219-
for Gateway API.
215+
NamespacedPolicyTargetReference identifies an API object to apply a direct or
216+
inherited policy to, potentially in a different namespace. This should only
217+
be used as part of Policy resources that need to be able to target resources
218+
in different namespaces. For more information on how this policy attachment
219+
model works, and a sample Policy resource, refer to the policy attachment
220+
documentation for Gateway API.
220221
properties:
221222
group:
222223
description: Group is the group of the target resource.
@@ -325,7 +326,7 @@ apiVersion: apiextensions.k8s.io/v1
325326
kind: CustomResourceDefinition
326327
metadata:
327328
annotations:
328-
controller-gen.kubebuilder.io/version: v0.17.0
329+
controller-gen.kubebuilder.io/version: v0.16.5
329330
labels:
330331
gateway.networking.k8s.io/policy: "true"
331332
name: gatewayconfigs.gateway.tv2.dk
@@ -375,11 +376,12 @@ spec:
375376
x-kubernetes-preserve-unknown-fields: true
376377
targetRef:
377378
description: |-
378-
PolicyTargetReference identifies an API object to apply policy to. This
379-
should be used as part of Policy resources that can target Gateway API
380-
resources. For more information on how this policy attachment model works,
381-
and a sample Policy resource, refer to the policy attachment documentation
382-
for Gateway API.
379+
NamespacedPolicyTargetReference identifies an API object to apply a direct or
380+
inherited policy to, potentially in a different namespace. This should only
381+
be used as part of Policy resources that need to be able to target resources
382+
in different namespaces. For more information on how this policy attachment
383+
model works, and a sample Policy resource, refer to the policy attachment
384+
documentation for Gateway API.
383385
properties:
384386
group:
385387
description: Group is the group of the target resource.

config/release/crds.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
name: gatewayclassblueprints.gateway.tv2.dk
77
spec:
88
group: gateway.tv2.dk
@@ -162,7 +162,7 @@ apiVersion: apiextensions.k8s.io/v1
162162
kind: CustomResourceDefinition
163163
metadata:
164164
annotations:
165-
controller-gen.kubebuilder.io/version: v0.17.0
165+
controller-gen.kubebuilder.io/version: v0.16.5
166166
labels:
167167
gateway.networking.k8s.io/policy: "true"
168168
name: gatewayclassconfigs.gateway.tv2.dk
@@ -212,11 +212,12 @@ spec:
212212
x-kubernetes-preserve-unknown-fields: true
213213
targetRef:
214214
description: |-
215-
PolicyTargetReference identifies an API object to apply policy to. This
216-
should be used as part of Policy resources that can target Gateway API
217-
resources. For more information on how this policy attachment model works,
218-
and a sample Policy resource, refer to the policy attachment documentation
219-
for Gateway API.
215+
NamespacedPolicyTargetReference identifies an API object to apply a direct or
216+
inherited policy to, potentially in a different namespace. This should only
217+
be used as part of Policy resources that need to be able to target resources
218+
in different namespaces. For more information on how this policy attachment
219+
model works, and a sample Policy resource, refer to the policy attachment
220+
documentation for Gateway API.
220221
properties:
221222
group:
222223
description: Group is the group of the target resource.
@@ -325,7 +326,7 @@ apiVersion: apiextensions.k8s.io/v1
325326
kind: CustomResourceDefinition
326327
metadata:
327328
annotations:
328-
controller-gen.kubebuilder.io/version: v0.17.0
329+
controller-gen.kubebuilder.io/version: v0.16.5
329330
labels:
330331
gateway.networking.k8s.io/policy: "true"
331332
name: gatewayconfigs.gateway.tv2.dk
@@ -375,11 +376,12 @@ spec:
375376
x-kubernetes-preserve-unknown-fields: true
376377
targetRef:
377378
description: |-
378-
PolicyTargetReference identifies an API object to apply policy to. This
379-
should be used as part of Policy resources that can target Gateway API
380-
resources. For more information on how this policy attachment model works,
381-
and a sample Policy resource, refer to the policy attachment documentation
382-
for Gateway API.
379+
NamespacedPolicyTargetReference identifies an API object to apply a direct or
380+
inherited policy to, potentially in a different namespace. This should only
381+
be used as part of Policy resources that need to be able to target resources
382+
in different namespaces. For more information on how this policy attachment
383+
model works, and a sample Policy resource, refer to the policy attachment
384+
documentation for Gateway API.
383385
properties:
384386
group:
385387
description: Group is the group of the target resource.

config/release/install.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: apiextensions.k8s.io/v1
1515
kind: CustomResourceDefinition
1616
metadata:
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
2020
spec:
2121
group: gateway.tv2.dk
@@ -175,7 +175,7 @@ apiVersion: apiextensions.k8s.io/v1
175175
kind: CustomResourceDefinition
176176
metadata:
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
338339
kind: CustomResourceDefinition
339340
metadata:
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

Comments
 (0)