Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { cmd.Factory // File is the file to apply File []string // Namespace is the namespace to apply to Namespace string // Force, immediately remove resources from API and bypass graceful deletion Force bool // Wait, wait for resources to be gone before returning. This waits for finalizers. Wait bool }
Command are the options for the command
Click to show internal directories.
Click to hide internal directories.