Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToManagerFuncs []func(manager.Manager, ControllerOptions) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
func AddToManager(m manager.Manager, opts ControllerOptions) error
AddToManager adds all Controllers to the Manager
Types ¶
type ControllerOptions ¶
type ControllerOptions struct { // K8sVersion represents version of the running Kubernetes cluster/API server K8sVersion version.Version // Namespace to use for namespace-scoped sub-resources created by the controller Namespace string // DriverImage to use as default image for driver deployment DriverImage string // Config kubernetes config used Config *rest.Config }
ControllerOptions type defintions for options to be passed to reconcile controller
Click to show internal directories.
Click to hide internal directories.