Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateCommand ¶
type CreateCommand struct {
// contains filtered or unexported fields
}
CreateCommand contains the data and logic needed to run the `create cluster` command.
func NewCreateCommand ¶
func NewCreateCommand() *CreateCommand
NewCreateCommand creates a new runner that knows how to execute the `create cluster` command.
type DeleteCommand ¶
type DeleteCommand struct {
// contains filtered or unexported fields
}
DeleteCommand contains the data and logic needed to run the `delete cluster` command.
func NewDeleteCommand ¶
func NewDeleteCommand() *DeleteCommand
NewDeleteCommand creates a new runner that knows how to execute the `delete cluster` command.
Click to show internal directories.
Click to hide internal directories.