# 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.
# Interfaces
Actuator acts upon objects being reconciled by a Reconciler.