integrate mesos cloud provider into kube apps

This commit is contained in:
James DeFelice
2015-05-12 16:02:38 +00:00
parent eca9fd58c7
commit 652c14d8d7
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import (
// given binary target.
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/aws"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/mesos"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/openstack"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/ovirt"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/rackspace"