mirror of https://github.com/k3s-io/k3s
commit
4cf2a8bff4
|
@ -80,7 +80,7 @@ func newVagrantCloud() (*VagrantCloud, error) {
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
func (v *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue