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 NewValuesProvider ¶
func NewValuesProvider(logger logr.Logger) genericactuator.ValuesProvider
NewValuesProvider creates a new ValuesProvider for the generic actuator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.