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 icsp` command.
func NewCommand ¶
func NewCommand() *CreateCommand
NewCommand creates a new runner that knows how to execute the `create icsp` 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.
Click to show internal directories.
Click to hide internal directories.