Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + type AWSCloud struct + func (aws *AWSCloud) IPAddress(name string) (net.IP, error) + func (aws *AWSCloud) Instances() (cloudprovider.Instances, bool) + func (aws *AWSCloud) List(filter string) ([]string, error) + func (aws *AWSCloud) TCPLoadBalancer() (cloudprovider.TCPLoadBalancer, bool) + func (aws *AWSCloud) Zones() (cloudprovider.Zones, bool) + func (v *AWSCloud) GetNodeResources(name string) (*api.NodeResources, error) + type AWSCloudConfig struct + Global struct{ ... } + type AuthFunc func() (auth aws.Auth, err error) + type EC2 interface + Instances func(instIds []string, filter *ec2.Filter) (resp *ec2.InstancesResp, err error)