Documentation ¶
Overview ¶
Copyright Jetstack Ltd. See LICENSE for details.
Index ¶
- func RootPath() (string, error)
- type Environment
- func (e *Environment) Create() error
- func (e *Environment) Destory() error
- func (e *Environment) Kind() *kind.Kind
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func New ¶
func New(masterNodesCount, workerNodesCount int) (*Environment, error)
func (*Environment) Create ¶
func (e *Environment) Create() error
func (*Environment) Destory ¶
func (e *Environment) Destory() error
func (*Environment) Kind ¶
func (e *Environment) Kind() *kind.Kind
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.