Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToManagerFuncs []func(context.Context, manager.Manager, ControllerOptions) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
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
// EventClient events client to use for recording events
EventsClient v1.EventInterface
}
ControllerOptions type defintions for options to be passed to reconcile controller
Click to show internal directories.
Click to hide internal directories.