Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates and returns the command
func NewRetryCloudResourceCommand ¶ added in v0.4.0
NewRetryCloudResourceCommand creates and returns the command
Types ¶
type Command ¶
type Command struct {
cmd.Factory
// Name is the name of the configuration
Name string
// Namespace is the namespace the configuration resides in
Namespace string
// Kind is the kind of configuration
Kind string
// WatchLogs indicates we should watch the logs after restarting the configuration
WatchLogs bool
}
Command returns the cobra command
Click to show internal directories.
Click to hide internal directories.