mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Add a clusters interface and GCE implementation.
This commit is contained in:
@@ -80,6 +80,10 @@ func newVagrantCloud() (*VagrantCloud, error) {
|
||||
}, nil
|
||||
}
|
||||
|
||||
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
// TCPLoadBalancer returns an implementation of TCPLoadBalancer for Vagrant cloud.
|
||||
func (v *VagrantCloud) TCPLoadBalancer() (cloudprovider.TCPLoadBalancer, bool) {
|
||||
return nil, false
|
||||
|
Reference in New Issue
Block a user