Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CLIName is the name of the command line interface. CLIName = "envopctl" // ControllerName is the name used by this operator when interacting with Kubernetes. ControllerName = "envop" // LabelKey is the label that selects the resources accessed by this operator. LabelKey = "clusterops.mmlt.nl/operator" )
Variables ¶
This section is empty.
Functions ¶
func NewCmdApply ¶
NewCmdApply returns a command to apply an environment to an envop controller.
func NewCmdController ¶
NewCmdController returns a command to run the envop controller.
func NewCmdReset ¶
NewCmdReset returns a command to reset an environment error.
func NewDryrunControllerCmd ¶
NewDryrunControllerCmd returns a command to run the envop controller in dryrun mode.
func NewRootCommand ¶
NewRootCommand returns the root of all envop commands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.