Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupControllers ¶
func SetupControllers(mgr ctrl.Manager, o controller.Options, setups ...SetupControllerFn) error
SetupControllers is a shortcut to call a list of SetupControllerFns with mgr and o.
Types ¶
type SetupControllerFn ¶
type SetupControllerFn func(ctrl.Manager, controller.Options) error //nolint:golint
SetupControllerFn is a delegate to initialize a controller.
Click to show internal directories.
Click to hide internal directories.