Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions helm/aws-load-balancer-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ spec:
spec:
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
properties:
multiClusterTargetGroup:
description: MultiClusterTargetGroup Denotes if the TargetGroup is
shared among multiple clusters
type: boolean
networking:
description: networking provides the networking setup for ELBV2 LoadBalancer
to access targets in TargetGroup.
Expand Down Expand Up @@ -392,10 +396,6 @@ spec:
- name
- port
type: object
multiClusterTargetGroup:
description: multiClusterTargetGroup Denotes if the TargetGroup is shared
among multiple clusters
type: boolean
targetGroupARN:
description: targetGroupARN is the Amazon Resource Name (ARN) for
the TargetGroup.
Expand Down Expand Up @@ -477,6 +477,10 @@ spec:
- ipv4
- ipv6
type: string
multiClusterTargetGroup:
description: MultiClusterTargetGroup Denotes if the TargetGroup is
shared among multiple clusters
type: boolean
networking:
description: networking defines the networking rules to allow ELBV2
LoadBalancer to access targets in TargetGroup.
Expand Down Expand Up @@ -620,10 +624,6 @@ spec:
- name
- port
type: object
multiClusterTargetGroup:
description: multiClusterTargetGroup Denotes if the TargetGroup is shared
among multiple clusters
type: boolean
targetGroupARN:
description: targetGroupARN is the Amazon Resource Name (ARN) for
the TargetGroup.
Expand Down
Loading