Versions in this module Expand all Collapse all v1 v1.10.0 Aug 16, 2018 Changes in this version + type RESTClientset struct + BaseURL *url.URL + KopsClient kopsinternalversion.KopsInterface + func (c *RESTClientset) ConfigBaseFor(cluster *kops.Cluster) (vfs.Path, error) + func (c *RESTClientset) CreateCluster(cluster *kops.Cluster) (*kops.Cluster, error) + func (c *RESTClientset) DeleteCluster(cluster *kops.Cluster) error + func (c *RESTClientset) GetCluster(name string) (*kops.Cluster, error) + func (c *RESTClientset) InstanceGroupsFor(cluster *kops.Cluster) kopsinternalversion.InstanceGroupInterface + func (c *RESTClientset) KeyStore(cluster *kops.Cluster) (fi.CAStore, error) + func (c *RESTClientset) ListClusters(options metav1.ListOptions) (*kops.ClusterList, error) + func (c *RESTClientset) SSHCredentialStore(cluster *kops.Cluster) (fi.SSHCredentialStore, error) + func (c *RESTClientset) SecretStore(cluster *kops.Cluster) (fi.SecretStore, error) + func (c *RESTClientset) UpdateCluster(cluster *kops.Cluster, status *kops.ClusterStatus) (*kops.Cluster, error)