Updated cloud providers with todo comment if using DefaultLoadBalancerName

This commit is contained in:
morrislaw
2018-08-15 21:03:44 -04:00
parent 4f8fe9d922
commit df4f26ef39
5 changed files with 5 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ func (az *Cloud) EnsureLoadBalancerDeleted(ctx context.Context, clusterName stri
// GetLoadBalancerName returns the LoadBalancer name.
func (az *Cloud) GetLoadBalancerName(ctx context.Context, clusterName string, service *v1.Service) string {
// TODO: replace DefaultLoadBalancerName to generate more meaningful loadbalancer names.
return cloudprovider.DefaultLoadBalancerName(service)
}