# Packages
No description provided by the author
# Functions
FlagWasSet returns true if a flag was changed and it exists, otherwise it returns false.
NewController will contain the controller specification.
NewCRDInstaller will create a installer configuration.
NewCRSpecBuilderFromCobraFlags creates a new CRSpecBuilderFromCobraFlags type.
NewHandler will create the handler.
# Constants
Constants for predefined specs.
Constants for predefined specs.
Error is used when the instance deployment errored out.
Running is used when the instance is running.
Start is used when the instance to be created or updated.
Stop is used when the instance to be stopped.
Stopped is used when the instance is about to stop.
Updating is used when the instance is about to update.
# Structs
Controller will store the controller configuration.
CRDInstaller defines the specification for the controller.
CRSpecBuilderFromCobraFlags uses Cobra commands, Cobra flags and other values to create an Alert CR's Spec.
Handler will store the configuration that is required to initiantiate the informers callback.
# Interfaces
HandlerInterface contains the methods that are required.
# Type aliases
DesiredState contains the desired state of the Alert.
State contains the state of the Alert.