Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
cmd.Factory
// Name is the name of the resource
Name string
// Namespace is the namespace of the resource
Namespace string
// Follow indicates we should follow the logs
Follow bool
// Stage override the stage to look for
Stage string
}
Command represents the options
Click to show internal directories.
Click to hide internal directories.