File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ You can add annotations to kubernetes Ingress and Service objects to customize t
8585| [ alb.ingress.kubernetes.io/frontend-nlb-healthcheck-unhealthy-threshold-count] ( #frontend-nlb-healthcheck-unhealthy-threshold-count ) | integer | 3| Ingress | N/A |
8686| [ alb.ingress.kubernetes.io/frontend-nlb-healthcheck-success-codes] ( #frontend-nlb-healthcheck-success-codes ) | string | 200| Ingress | N/A |
8787| [ alb.ingress.kubernetes.io/frontend-nlb-tags] ( #frontend-nlb-tags ) | stringMap | N/A | Ingress | Exclusive |
88- | [ alb.ingress.kubernetes.io/frontend-nlb-eip-allocations] ( #frontend-nlb-eip-allocations ) | stringList | 200| Ingress | N/A |
88+ | [ alb.ingress.kubernetes.io/frontend-nlb-eip-allocation] ( #frontend-nlb-eip-allocation ) | stringList | N/A| Ingress | N/A |
89+ | [ alb.ingress.kubernetes.io/frontend-nlb-attributes] ( #frontend-nlb-attributes ) | stringList | N/A| Ingress | N/A |
8990
9091## IngressGroup
9192IngressGroup feature enables you to group multiple Ingress resources together.
Original file line number Diff line number Diff line change 11package shared_constants
22
33const (
4- // LBAttributeDeletionProtection deletion protection attribute name
54 LBAttributeDeletionProtection = "deletion_protection.enabled"
65 LBAttributeAccessLogsS3Enabled = "access_logs.s3.enabled"
76 LBAttributeAccessLogsS3Bucket = "access_logs.s3.bucket"
87 LBAttributeAccessLogsS3Prefix = "access_logs.s3.prefix"
98 LBAttributeLoadBalancingCrossZoneEnabled = "load_balancing.cross_zone.enabled"
109 LBAttributeLoadBalancingDnsClientRoutingPolicy = "dns_record.client_routing_policy"
11- LBAttributeAvailabilityZoneAffinity = "availability_zone_affinity"
12- LBAttributePartialAvailabilityZoneAffinity = "partial_availability_zone_affinity"
13- LBAttributeAnyAvailabilityZone = "any_availability_zone"
10+
11+ LBAttributeAvailabilityZoneAffinity = "availability_zone_affinity"
12+ LBAttributePartialAvailabilityZoneAffinity = "partial_availability_zone_affinity"
13+ LBAttributeAnyAvailabilityZone = "any_availability_zone"
1414)
1515
1616const (
You can’t perform that action at this time.
0 commit comments