Versions in this module Expand all Collapse all v1 v1.15.1 Feb 17, 2020 v1.15.0 Feb 17, 2020 Changes in this version + type Clientset interface + ConfigBaseFor func(cluster *kops.Cluster) (vfs.Path, error) + CreateCluster func(cluster *kops.Cluster) (*kops.Cluster, error) + DeleteCluster func(cluster *kops.Cluster) error + GetCluster func(name string) (*kops.Cluster, error) + InstanceGroupsFor func(cluster *kops.Cluster) kopsinternalversion.InstanceGroupInterface + KeyStore func(cluster *kops.Cluster) (fi.CAStore, error) + ListClusters func(options metav1.ListOptions) (*kops.ClusterList, error) + SSHCredentialStore func(cluster *kops.Cluster) (fi.SSHCredentialStore, error) + SecretStore func(cluster *kops.Cluster) (fi.SecretStore, error) + UpdateCluster func(cluster *kops.Cluster, status *kops.ClusterStatus) (*kops.Cluster, error)