Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ControllerName is the name of this controller. ControllerName = "controllerdeployment" // FinalizerName is the finalizer used by this controller. FinalizerName = "core.gardener.cloud/controllerdeployment" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶ added in v1.54.0
type Reconciler struct { Client client.Client Config config.ControllerDeploymentControllerConfiguration // RateLimiter allows limiting exponential backoff for testing purposes RateLimiter ratelimiter.RateLimiter }
Reconciler reconciles ControllerDeployment.
func (*Reconciler) AddToManager ¶ added in v1.54.0
func (r *Reconciler) AddToManager(mgr manager.Manager) error
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.