From aaa49328b3d76960a11cdfc925b35a2f59d4bfa2 Mon Sep 17 00:00:00 2001 From: Shraddha Bang Date: Wed, 23 Oct 2024 13:45:03 -0700 Subject: [PATCH] Fix alphabetic order in CRD for verify CRD to run --- helm/aws-load-balancer-controller/crds/crds.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/aws-load-balancer-controller/crds/crds.yaml b/helm/aws-load-balancer-controller/crds/crds.yaml index 55200c797..d4c9a767b 100644 --- a/helm/aws-load-balancer-controller/crds/crds.yaml +++ b/helm/aws-load-balancer-controller/crds/crds.yaml @@ -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. @@ -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. @@ -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. @@ -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.