Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + type Cloud struct + func NewCloud(dns dnsprovider.Interface) (*Cloud, error) + func (c *Cloud) DNS() (dnsprovider.Interface, error) + func (c *Cloud) DeleteGroup(g *cloudinstances.CloudInstanceGroup) error + func (c *Cloud) DeleteInstance(instance *cloudinstances.CloudInstanceGroupMember) error + func (c *Cloud) FindVPCInfo(id string) (*fi.VPCInfo, error) + func (c *Cloud) GetCloudGroups(cluster *kops.Cluster, instancegroups []*kops.InstanceGroup, ...) (map[string]*cloudinstances.CloudInstanceGroup, error) + func (c *Cloud) ProviderID() kops.CloudProviderID + type Target struct + func NewTarget(cloud *Cloud) *Target + func (t *Target) Finish(taskMap map[string]fi.Task) error + func (t *Target) ProcessDeletions() bool