Add a clusters interface and GCE implementation.

This commit is contained in:
Brendan Burns
2014-11-13 12:35:03 -08:00
parent 8c358f0cae
commit aabf1c3573
7 changed files with 65 additions and 9 deletions

View File

@@ -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