@@ -300,6 +300,10 @@ spec:
300300 spec :
301301 description : TargetGroupBindingSpec defines the desired state of TargetGroupBinding
302302 properties :
303+ multiClusterTargetGroup :
304+ description : MultiClusterTargetGroup Denotes if the TargetGroup is
305+ shared among multiple clusters
306+ type : boolean
303307 networking :
304308 description : networking provides the networking setup for ELBV2 LoadBalancer
305309 to access targets in TargetGroup.
@@ -392,10 +396,6 @@ spec:
392396 - name
393397 - port
394398 type : object
395- multiClusterTargetGroup :
396- description : multiClusterTargetGroup Denotes if the TargetGroup is shared
397- among multiple clusters
398- type : boolean
399399 targetGroupARN :
400400 description : targetGroupARN is the Amazon Resource Name (ARN) for
401401 the TargetGroup.
@@ -477,6 +477,10 @@ spec:
477477 - ipv4
478478 - ipv6
479479 type : string
480+ multiClusterTargetGroup :
481+ description : MultiClusterTargetGroup Denotes if the TargetGroup is
482+ shared among multiple clusters
483+ type : boolean
480484 networking :
481485 description : networking defines the networking rules to allow ELBV2
482486 LoadBalancer to access targets in TargetGroup.
@@ -620,10 +624,6 @@ spec:
620624 - name
621625 - port
622626 type : object
623- multiClusterTargetGroup :
624- description : multiClusterTargetGroup Denotes if the TargetGroup is shared
625- among multiple clusters
626- type : boolean
627627 targetGroupARN :
628628 description : targetGroupARN is the Amazon Resource Name (ARN) for
629629 the TargetGroup.
0 commit comments