Versions in this module Expand all Collapse all v0 v0.3.0 Apr 2, 2020 Changes in this version + func RootPath() (string, error) type Environment + func New(masterNodesCount, workerNodesCount int) (*Environment, error) + func (e *Environment) Create() error + func (e *Environment) Kind() *kind.Kind v0.2.0 Jan 8, 2020 Changes in this version + type Environment struct + func Create(masterNodes, workerNodes int) (*Environment, error) + func (e *Environment) Destory() error + func (e *Environment) KubeClient() *kubernetes.Clientset + func (e *Environment) KubeConfigPath() string + func (e *Environment) Node(name string) (*nodes.Node, error) + func (e *Environment) RootPath() string