mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 17:35:44 -04:00
commit
4cf2a8bff4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func newVagrantCloud() (*VagrantCloud, error) {
|
|||
}, nil
|
||||
}
|
||||
|
||||
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||
func (v *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue