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 lso` command.
func NewCreateCommand ¶
func NewCreateCommand() *CreateCommand
NewCreateCommand creates a new runner that knows how to execute the `create lso` command.
type CreateTask ¶
type CreateTask struct {
// contains filtered or unexported fields
}
CreateTask contains the information necessary to complete each of the tasks that this command runs, in particular it contains the reference to the cluster it works with, so that it isn't necessary to pass this reference around all the time.
type DeleteCommand ¶
type DeleteCommand struct {
// contains filtered or unexported fields
}
DeleteCommand contains the data and logic needed to run the `delete lso` command.
func NewDeleteCommand ¶
func NewDeleteCommand() *DeleteCommand
NewDeleteCommand creates a new runner that knows how to execute the `delete lso` command.
type DeleteTask ¶
type DeleteTask struct {
// contains filtered or unexported fields
}
DeleteTask contains the information necessary to complete each of the tasks that this command runs, in particular it contains the reference to the cluster it works with, so that it isn't necessary to pass this reference around all the time.