Versions in this module Expand all Collapse all v1 v1.4.1 Oct 10, 2016 Changes in this version + func NewVFSClientset(basePath vfs.Path) simple.Clientset + type ClusterVFS struct + func (c *ClusterVFS) ConfigBase(clusterName string) (vfs.Path, error) + func (c *ClusterVFS) Get(name string) (*api.Cluster, error) + func (c *ClusterVFS) List(options k8sapi.ListOptions) (*api.ClusterList, error) + func (r *ClusterVFS) Create(c *api.Cluster) (*api.Cluster, error) + func (r *ClusterVFS) Update(c *api.Cluster) (*api.Cluster, error) + type InstanceGroupVFS struct + func (c *InstanceGroupVFS) Create(g *api.InstanceGroup) (*api.InstanceGroup, error) + func (c *InstanceGroupVFS) Delete(name string, options *k8sapi.DeleteOptions) error + func (c *InstanceGroupVFS) Get(name string) (*api.InstanceGroup, error) + func (c *InstanceGroupVFS) List(options k8sapi.ListOptions) (*api.InstanceGroupList, error) + func (c *InstanceGroupVFS) Update(g *api.InstanceGroup) (*api.InstanceGroup, error) + type VFSClientset struct + func (c *VFSClientset) Clusters() simple.ClusterInterface + func (c *VFSClientset) InstanceGroups(clusterName string) simple.InstanceGroupInterface