# Packages

No description provided by the author
No description provided by the author
nolint:all.

# Functions

NewControllerFactory creates Factory instances.
NewReconciler creates a new Reconciler which delegates the real work to the specified Actuator.

# Constants

ShootNamespaceLabelKey and ShootNamespaceLabelValue are used to tag each seed namespace which contains a shoot.
ShootNamespaceLabelValue and ShootNamespaceLabelKey are used to tag each seed namespace which contains a shoot.

# Structs

AddArgs are the arguments required when adding a controller to a manager.
Factory is used to create new Controller instances.

# Interfaces

Actuator acts upon objects being reconciled by a Reconciler.