Merge pull request #1229 from ragnard/aws-provider

Initial impl. of cloud provider for AWS
This commit is contained in:
Daniel Smith
2014-09-12 15:16:47 -07:00
26 changed files with 8390 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ package main
// This should probably be part of some configuration fed into the build for a
// given binary target.
import (
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/aws"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/vagrant"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/ovirt"