Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.15.0
type Client interface {
GetName() string
Delete() error
Exists() (bool, error)
GetConsoleURL() (*ConsoleResult, error)
IP() (string, error)
PowerOff() error
Start(ctx context.Context, startConfig StartConfig) (*StartResult, error)
Status() (*ClusterStatusResult, error)
Stop() (state.State, error)
IsRunning() (bool, error)
}
type ClusterConfig ¶
type ClusterStatusResult ¶
type ConsoleResult ¶
type ConsoleResult struct {
ClusterConfig ClusterConfig
State state.State
}
type StartConfig ¶
type StartResult ¶
type StartResult struct {
Status state.State
ClusterConfig ClusterConfig
KubeletStarted bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.