Skip to content

Commit 4a629db

Browse files
committed
refactor to use route kind enum
1 parent f2d04c6 commit 4a629db

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

apis/gateway/v1beta1/targetgroupconfig_types.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ type TargetGroupProps struct {
216216
// +optional
217217
EnableMultiCluster bool `json:"enableMultiCluster,omitempty"`
218218

219-
// EnableMultiCluster [Application / Network LoadBalancer]
220-
// Allows for multiple Clusters / Services to use the generated TargetGroup ARN
221-
// +optional
222-
EnableMultiCluster bool `json:"enableMultiCluster,omitempty"`
223-
224219
// vpcID is the VPC of the TargetGroup. If unspecified, it will be automatically inferred.
225220
// +optional
226221
VpcID *string `json:"vpcID,omitempty"`

apis/gateway/v1beta1/zz_generated.deepcopy.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ spec:
5858
EnableMultiCluster [Application / Network LoadBalancer]
5959
Allows for multiple Clusters / Services to use the generated TargetGroup ARN
6060
type: boolean
61-
enableProxyProtocolV2:
62-
description: |-
63-
enableProxyProtocolV2 [Network LoadBalancers] Indicates whether proxy protocol version 2 is enabled.
64-
By default, proxy protocol is disabled.
65-
type: boolean
6661
healthCheckConfig:
6762
description: healthCheckConfig The Health Check configuration
6863
for this backend.
@@ -263,11 +258,6 @@ spec:
263258
EnableMultiCluster [Application / Network LoadBalancer]
264259
Allows for multiple Clusters / Services to use the generated TargetGroup ARN
265260
type: boolean
266-
enableProxyProtocolV2:
267-
description: |-
268-
enableProxyProtocolV2 [Network LoadBalancers] Indicates whether proxy protocol version 2 is enabled.
269-
By default, proxy protocol is disabled.
270-
type: boolean
271261
healthCheckConfig:
272262
description: healthCheckConfig The Health Check configuration
273263
for this backend.

0 commit comments

Comments
 (0)