mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
enable gce InstancesV2
This commit is contained in:
parent
15db82234f
commit
16cc4ef823
@ -660,9 +660,9 @@ func (g *Cloud) Instances() (cloudprovider.Instances, bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// InstancesV2 returns an implementation of InstancesV2 for Google Compute Engine.
|
// InstancesV2 returns an implementation of InstancesV2 for Google Compute Engine.
|
||||||
// TODO: implement ONLY for external cloud provider
|
// Implement ONLY for external cloud provider
|
||||||
func (g *Cloud) InstancesV2() (cloudprovider.InstancesV2, bool) {
|
func (g *Cloud) InstancesV2() (cloudprovider.InstancesV2, bool) {
|
||||||
return nil, false
|
return g, true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Zones returns an implementation of Zones for Google Compute Engine.
|
// Zones returns an implementation of Zones for Google Compute Engine.
|
||||||
|
Loading…
Reference in New Issue
Block a user