Update comment on ServiceAnnotationLoadBalancerInternal

This commit is contained in:
Dhawal Patel 2017-05-09 13:41:15 -07:00
parent e4bebc7c40
commit 0e57b912a6

View File

@ -72,8 +72,6 @@ const TagNameSubnetPublicELB = "kubernetes.io/role/elb"
// ServiceAnnotationLoadBalancerInternal is the annotation used on the service
// to indicate that we want an internal ELB.
// Currently we accept only the value "0.0.0.0/0" - other values are an error.
// This lets us define more advanced semantics in future.
const ServiceAnnotationLoadBalancerInternal = "service.beta.kubernetes.io/aws-load-balancer-internal"
// ServiceAnnotationLoadBalancerProxyProtocol is the annotation used on the