diff --git a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go index 7b4e019fa43..13577e06581 100644 --- a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go +++ b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go @@ -65,11 +65,11 @@ const ( // increase in the number of services that can be exposed. This relies on the // Azure "augmented security rules" feature. ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule" -) -// ServiceAnnotationLoadBalancerResourceGroup is the annotation used on the service -// to specify the resource group of load balancer objects that are not in the same resource group as the cluster. -const ServiceAnnotationLoadBalancerResourceGroup = "service.beta.kubernetes.io/azure-load-balancer-resource-group" + // ServiceAnnotationLoadBalancerResourceGroup is the annotation used on the service + // to specify the resource group of load balancer objects that are not in the same resource group as the cluster. + ServiceAnnotationLoadBalancerResourceGroup = "service.beta.kubernetes.io/azure-load-balancer-resource-group" +) // GetLoadBalancer returns whether the specified load balancer exists, and // if so, what its status is.