Documentation
¶
Overview ¶
Copyright Jetstack Ltd. See LICENSE for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(masterNodes, workerNodes int) (*Environment, error)
func (*Environment) Destory ¶
func (e *Environment) Destory() error
func (*Environment) KubeClient ¶
func (e *Environment) KubeClient() *kubernetes.Clientset
func (*Environment) KubeConfigPath ¶
func (e *Environment) KubeConfigPath() string
func (*Environment) RootPath ¶
func (e *Environment) RootPath() string
Click to show internal directories.
Click to hide internal directories.