Skip to content

Commit 05d0b88

Browse files
committed
Add annotations
1 parent b8964b0 commit 05d0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/annotations/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const (
1111
IngressSuffixGroupOrder = "group.order"
1212
IngressSuffixTags = "tags"
1313
IngressSuffixIPAddressType = "ip-address-type"
14+
IngressSuffixInboundSecurityGroups = "inbound-security-groups"
1415
IngressSuffixScheme = "scheme"
1516
IngressSuffixSubnets = "subnets"
1617
IngressSuffixCustomerOwnedIPv4Pool = "customer-owned-ipv4-pool"
@@ -51,7 +52,6 @@ const (
5152
IngressSuffixlsAttsAnnotationPrefix = "listener-attributes"
5253
IngressLBSuffixMultiClusterTargetGroup = "multi-cluster-target-group"
5354
IngressSuffixLoadBalancerCapacityReservation = "minimum-load-balancer-capacity"
54-
IngressSuffixInboundSecurityGroups = "inbound-security-groups"
5555

5656
// NLB annotation suffixes
5757
// prefixes service.beta.kubernetes.io, service.kubernetes.io

0 commit comments

Comments
 (0)