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 + func ListResources(cloud *Cloud, clusterName string) (map[string]*resources.Resource, error) + type Cloud struct + Client *godo.Client + Region string + func NewCloud(region string) (*Cloud, error) + func (c *Cloud) DNS() (dnsprovider.Interface, error) + func (c *Cloud) DeleteGroup(g *cloudinstances.CloudInstanceGroup) error + func (c *Cloud) DeleteInstance(i *cloudinstances.CloudInstanceGroupMember) error + func (c *Cloud) Droplets() godo.DropletsService + 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 + func (c *Cloud) VolumeActions() godo.StorageActionsService + func (c *Cloud) Volumes() godo.StorageService + type TokenSource struct + AccessToken string + func (t *TokenSource) Token() (*oauth2.Token, error)