Support for AWS ELB

This commit is contained in:
Justin Santa Barbara
2015-05-22 20:12:53 -04:00
parent c741b8f3ae
commit 1e99426d5b
6 changed files with 834 additions and 91 deletions

View File

@@ -72,6 +72,7 @@ type CloudConfig struct {
MasterName string
NodeInstanceGroup string
NumNodes int
ClusterTag string
Provider cloudprovider.Interface
}