Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
cmd.Factory
// File is the path to the file to apply
File []string
// Namespace is the namespace to apply the resources to
Namespace string
// DryRun is the dry run strategy
DryRun string
// Force is the force flag
Force bool
}
Command are the options for the command
Click to show internal directories.
Click to hide internal directories.