Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Options are the default controller.Options for AddToManager. Options = controller.Options{} )
Functions ¶
func AddToManager ¶
AddToManager adds a controller with the default Options.
func AddToManagerWithOptions ¶
func AddToManagerWithOptions(mgr manager.Manager, opts controller.Options) error
AddToManagerWithOptions adds a controller with the given Options to the given manager. The opts.Reconciler is being set with a newly instantiated actuator.
func NewActuator ¶
func NewActuator() controlplane.Actuator
NewActuator creates a new Actuator that acts upon and updates the status of ControlPlane resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.