Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version type Context + func (c *Context) GetControlPlaneMeta() (*ControlPlaneMeta, error) + type ControlPlaneMeta struct + APIServerPort int v0.0.1 Nov 29, 2018 Changes in this version + const DefaultName + type Context struct + func List() ([]Context, error) + func NewContext(name string) *Context + func (c *Context) ClusterLabel() string + func (c *Context) ClusterName() string + func (c *Context) CollectLogs(dir string) error + func (c *Context) Create(cfg *config.Config, retain bool) error + func (c *Context) Delete() error + func (c *Context) KubeConfigPath() string + func (c *Context) ListNodes() ([]nodes.Node, error) + func (c *Context) Name() string + func (c *Context) Validate() error