mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Fix typo in comment
This commit is contained in:
parent
9fee771b40
commit
0637d52128
@ -780,7 +780,7 @@ func (vs *VSphere) LoadBalancer() (cloudprovider.LoadBalancer, bool) {
|
|||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Zones returns an implementation of Zones for Google vSphere.
|
// Zones returns an implementation of Zones for vSphere.
|
||||||
func (vs *VSphere) Zones() (cloudprovider.Zones, bool) {
|
func (vs *VSphere) Zones() (cloudprovider.Zones, bool) {
|
||||||
glog.V(1).Info("The vSphere cloud provider does not support zones")
|
glog.V(1).Info("The vSphere cloud provider does not support zones")
|
||||||
return nil, false
|
return nil, false
|
||||||
|
Loading…
Reference in New Issue
Block a user