Initial impl. of cloud provider interface for AWS

This commit is contained in:
Ragnar Dahlén
2014-09-09 22:25:35 +01:00
parent f085f4d5d4
commit b548465adf
3 changed files with 339 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"