mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Expose the generate stub for compute API
This allows clients such as Ingress to begin migration to the newly generated stubs.
This commit is contained in:
parent
6afa03fcb8
commit
2514774707
@ -229,6 +229,11 @@ func (g *GCECloud) ComputeServices() *Services {
|
|||||||
return &Services{g.service, g.serviceAlpha, g.serviceBeta}
|
return &Services{g.service, g.serviceAlpha, g.serviceBeta}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Compute returns the generated stubs for the compute API.
|
||||||
|
func (g *GCECloud) Compute() cloud.Cloud {
|
||||||
|
return g.c
|
||||||
|
}
|
||||||
|
|
||||||
// newGCECloud creates a new instance of GCECloud.
|
// newGCECloud creates a new instance of GCECloud.
|
||||||
func newGCECloud(config io.Reader) (gceCloud *GCECloud, err error) {
|
func newGCECloud(config io.Reader) (gceCloud *GCECloud, err error) {
|
||||||
var cloudConfig *CloudConfig
|
var cloudConfig *CloudConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user