Documentation
¶
Overview ¶
Package apply implements the apply controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplyController ¶
func NewApplyController( cl *client.Client, args []string, opts ControllerOptions, ) *applyController
NewApplyController creates a new apply controller.
Types ¶
type ControllerOptions ¶
type ControllerOptions struct {
// Applier options.
ReassAwaitTimeout int
DefinitionFormat opt.DefinitionFormat
DryRun bool
// Apply controller specific options.
ContinueOnError bool
ExitCode bool
JSONOutput bool
}
ControllerOptions represents options to configure an apply controller.
Click to show internal directories.
Click to hide internal directories.