We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15db822 commit 16cc4efCopy full SHA for 16cc4ef
staging/src/k8s.io/legacy-cloud-providers/gce/gce.go
@@ -660,9 +660,9 @@ func (g *Cloud) Instances() (cloudprovider.Instances, bool) {
660
}
661
662
// InstancesV2 returns an implementation of InstancesV2 for Google Compute Engine.
663
-// TODO: implement ONLY for external cloud provider
+// Implement ONLY for external cloud provider
664
func (g *Cloud) InstancesV2() (cloudprovider.InstancesV2, bool) {
665
- return nil, false
+ return g, true
666
667
668
// Zones returns an implementation of Zones for Google Compute Engine.
0 commit comments