Skip to content

Commit b7ed907

Browse files
authored
Correct enum for healthCheckProtocol field (#4432)
* Correct enum for healthCheckProtocol field * Updated CRDs
1 parent 88f7c1c commit b7ed907

File tree

5 files changed

+9
-27
lines changed

5 files changed

+9
-27
lines changed

config/crd/gateway/gateway-crds.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: listenerruleconfigurations.gateway.k8s.aws
88
spec:
99
group: gateway.k8s.aws
@@ -50,11 +50,9 @@ spec:
5050
Actions defines the set of actions to be performed when conditions match.
5151
This CRD implementation currently supports only authenticate-oidc, authenticate-cognito, and fixed-response action types fully and forward and redirect actions partially
5252
53-
5453
For other fields in forward and redirect actions, please use the standard Gateway API HTTPRoute or other route resources, which provide
5554
native support for those conditions through the Gateway API specification.
5655
57-
5856
At most one authentication action can be specified (either authenticate-oidc or authenticate-cognito).
5957
items:
6058
description: Action defines an action for a listener rule
@@ -84,7 +82,6 @@ spec:
8482
description: |-
8583
The set of user claims to be requested from the IdP. The default is openid .
8684
87-
8885
To verify which scope values your IdP supports and how to separate multiple
8986
values, see the documentation for your IdP.
9087
type: string
@@ -155,7 +152,6 @@ spec:
155152
description: |-
156153
The set of user claims to be requested from the IdP. The default is openid .
157154
158-
159155
To verify which scope values your IdP supports and how to separate multiple
160156
values, see the documentation for your IdP.
161157
type: string
@@ -313,7 +309,6 @@ spec:
313309
Conditions defines the circumstances under which the rule actions will be performed.
314310
This CRD implementation currently supports only the source-ip condition type
315311
316-
317312
For other condition types (such as path-pattern, host-header, http-header, etc.),
318313
please use the standard Gateway API HTTPRoute or other route resources, which provide
319314
native support for those conditions through the Gateway API specification.
@@ -402,7 +397,7 @@ apiVersion: apiextensions.k8s.io/v1
402397
kind: CustomResourceDefinition
403398
metadata:
404399
annotations:
405-
controller-gen.kubebuilder.io/version: v0.14.0
400+
controller-gen.kubebuilder.io/version: v0.19.0
406401
name: loadbalancerconfigurations.gateway.k8s.aws
407402
spec:
408403
group: gateway.k8s.aws
@@ -742,7 +737,7 @@ apiVersion: apiextensions.k8s.io/v1
742737
kind: CustomResourceDefinition
743738
metadata:
744739
annotations:
745-
controller-gen.kubebuilder.io/version: v0.14.0
740+
controller-gen.kubebuilder.io/version: v0.19.0
746741
name: targetgroupconfigurations.gateway.k8s.aws
747742
spec:
748743
group: gateway.k8s.aws
@@ -1180,7 +1175,6 @@ spec:
11801175
Kind is the Kubernetes resource kind of the referent. For example
11811176
"Service".
11821177
1183-
11841178
Defaults to "Service" when not specified.
11851179
type: string
11861180
name:

config/crd/gateway/gateway.k8s.aws_listenerruleconfigurations.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: listenerruleconfigurations.gateway.k8s.aws
88
spec:
99
group: gateway.k8s.aws
@@ -50,11 +50,9 @@ spec:
5050
Actions defines the set of actions to be performed when conditions match.
5151
This CRD implementation currently supports only authenticate-oidc, authenticate-cognito, and fixed-response action types fully and forward and redirect actions partially
5252
53-
5453
For other fields in forward and redirect actions, please use the standard Gateway API HTTPRoute or other route resources, which provide
5554
native support for those conditions through the Gateway API specification.
5655
57-
5856
At most one authentication action can be specified (either authenticate-oidc or authenticate-cognito).
5957
items:
6058
description: Action defines an action for a listener rule
@@ -84,7 +82,6 @@ spec:
8482
description: |-
8583
The set of user claims to be requested from the IdP. The default is openid .
8684
87-
8885
To verify which scope values your IdP supports and how to separate multiple
8986
values, see the documentation for your IdP.
9087
type: string
@@ -155,7 +152,6 @@ spec:
155152
description: |-
156153
The set of user claims to be requested from the IdP. The default is openid .
157154
158-
159155
To verify which scope values your IdP supports and how to separate multiple
160156
values, see the documentation for your IdP.
161157
type: string
@@ -313,7 +309,6 @@ spec:
313309
Conditions defines the circumstances under which the rule actions will be performed.
314310
This CRD implementation currently supports only the source-ip condition type
315311
316-
317312
For other condition types (such as path-pattern, host-header, http-header, etc.),
318313
please use the standard Gateway API HTTPRoute or other route resources, which provide
319314
native support for those conditions through the Gateway API specification.

config/crd/gateway/gateway.k8s.aws_loadbalancerconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: loadbalancerconfigurations.gateway.k8s.aws
88
spec:
99
group: gateway.k8s.aws

config/crd/gateway/gateway.k8s.aws_targetgroupconfigurations.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: targetgroupconfigurations.gateway.k8s.aws
88
spec:
99
group: gateway.k8s.aws
@@ -441,7 +441,6 @@ spec:
441441
Kind is the Kubernetes resource kind of the referent. For example
442442
"Service".
443443
444-
445444
Defaults to "Service" when not specified.
446445
type: string
447446
name:

helm/aws-load-balancer-controller/crds/gateway-crds.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: listenerruleconfigurations.gateway.k8s.aws
88
spec:
99
group: gateway.k8s.aws
@@ -50,11 +50,9 @@ spec:
5050
Actions defines the set of actions to be performed when conditions match.
5151
This CRD implementation currently supports only authenticate-oidc, authenticate-cognito, and fixed-response action types fully and forward and redirect actions partially
5252
53-
5453
For other fields in forward and redirect actions, please use the standard Gateway API HTTPRoute or other route resources, which provide
5554
native support for those conditions through the Gateway API specification.
5655
57-
5856
At most one authentication action can be specified (either authenticate-oidc or authenticate-cognito).
5957
items:
6058
description: Action defines an action for a listener rule
@@ -84,7 +82,6 @@ spec:
8482
description: |-
8583
The set of user claims to be requested from the IdP. The default is openid .
8684
87-
8885
To verify which scope values your IdP supports and how to separate multiple
8986
values, see the documentation for your IdP.
9087
type: string
@@ -155,7 +152,6 @@ spec:
155152
description: |-
156153
The set of user claims to be requested from the IdP. The default is openid .
157154
158-
159155
To verify which scope values your IdP supports and how to separate multiple
160156
values, see the documentation for your IdP.
161157
type: string
@@ -313,7 +309,6 @@ spec:
313309
Conditions defines the circumstances under which the rule actions will be performed.
314310
This CRD implementation currently supports only the source-ip condition type
315311
316-
317312
For other condition types (such as path-pattern, host-header, http-header, etc.),
318313
please use the standard Gateway API HTTPRoute or other route resources, which provide
319314
native support for those conditions through the Gateway API specification.
@@ -402,7 +397,7 @@ apiVersion: apiextensions.k8s.io/v1
402397
kind: CustomResourceDefinition
403398
metadata:
404399
annotations:
405-
controller-gen.kubebuilder.io/version: v0.14.0
400+
controller-gen.kubebuilder.io/version: v0.19.0
406401
name: loadbalancerconfigurations.gateway.k8s.aws
407402
spec:
408403
group: gateway.k8s.aws
@@ -742,7 +737,7 @@ apiVersion: apiextensions.k8s.io/v1
742737
kind: CustomResourceDefinition
743738
metadata:
744739
annotations:
745-
controller-gen.kubebuilder.io/version: v0.14.0
740+
controller-gen.kubebuilder.io/version: v0.19.0
746741
name: targetgroupconfigurations.gateway.k8s.aws
747742
spec:
748743
group: gateway.k8s.aws
@@ -1180,7 +1175,6 @@ spec:
11801175
Kind is the Kubernetes resource kind of the referent. For example
11811176
"Service".
11821177
1183-
11841178
Defaults to "Service" when not specified.
11851179
type: string
11861180
name:

0 commit comments

Comments
 (0)