Versions in this module Expand all Collapse all v0 v0.1.0 Oct 18, 2022 Changes in this version + func ClusterKubeConfig(clusterName string) + func ConfigCluster(clusterName string) + func CreateCluster(clusterName string) + func CreateSeed(seedName string, url string, localPath string) + func DeleteAllClusters() + func DeleteAllPlugins() + func DeleteAllSeeds() + func DeleteCluster(clusterName string) + func DeletePlugin(pluginName string) + func DeleteSeed(seedName string) + func Execute() + func ListClusters() + func ListPlugins() + func ListSeeds() + func Logs(appNameSuffix string, containerName string) + func PlantSeed(seedName string) + func SeedContent(seedName string) + func SetPlugin(pluginName string, filePath string) + func Shell(appNameSuffix string, containerName string) + type Client struct + Config *restpkg.Config + Context contextpkg.Context + Kubernetes kubernetespkg.Interface + Namespace string + REST restpkg.Interface + func NewClient() *Client + func (self *Client) Logs(appNameSuffix string, containerName string, tail int, follow bool) ([]io.ReadCloser, error) + func (self *Client) Planter() *clientpkg.Client + func (self *Client) Shell(appNameSuffix string, containerName string, stdin io.Reader, stdout io.Writer, ...) error