Skip to content

Commit

Permalink
Fix alphabetic order in CRD for verify CRD to run (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddhabang authored Oct 24, 2024
1 parent 4abdf8c commit 06cb9ee
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 06cb9ee

Please sign in to comment.