File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const (
11
11
IngressSuffixGroupOrder = "group.order"
12
12
IngressSuffixTags = "tags"
13
13
IngressSuffixIPAddressType = "ip-address-type"
14
+ IngressSuffixInboundSecurityGroups = "inbound-security-groups"
14
15
IngressSuffixScheme = "scheme"
15
16
IngressSuffixSubnets = "subnets"
16
17
IngressSuffixCustomerOwnedIPv4Pool = "customer-owned-ipv4-pool"
@@ -51,7 +52,6 @@ const (
51
52
IngressSuffixlsAttsAnnotationPrefix = "listener-attributes"
52
53
IngressLBSuffixMultiClusterTargetGroup = "multi-cluster-target-group"
53
54
IngressSuffixLoadBalancerCapacityReservation = "minimum-load-balancer-capacity"
54
- IngressSuffixInboundSecurityGroups = "inbound-security-groups"
55
55
56
56
// NLB annotation suffixes
57
57
// prefixes service.beta.kubernetes.io, service.kubernetes.io
You can’t perform that action at this time.
0 commit comments