mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Code cleanup: group consts togather
This commit is contained in:
parent
c6d0726df8
commit
dd8a7d359d
@ -66,11 +66,11 @@ const (
|
|||||||
// Azure "augmented security rules" feature which at the time of writing is in
|
// Azure "augmented security rules" feature which at the time of writing is in
|
||||||
// preview and available only in certain regions.
|
// preview and available only in certain regions.
|
||||||
ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule"
|
ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule"
|
||||||
)
|
|
||||||
|
|
||||||
// ServiceAnnotationLoadBalancerResourceGroup is the annotation used on the service
|
// 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.
|
// 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 = "service.beta.kubernetes.io/azure-load-balancer-resource-group"
|
||||||
|
)
|
||||||
|
|
||||||
// GetLoadBalancer returns whether the specified load balancer exists, and
|
// GetLoadBalancer returns whether the specified load balancer exists, and
|
||||||
// if so, what its status is.
|
// if so, what its status is.
|
||||||
|
Loading…
Reference in New Issue
Block a user