Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FinalizerName is the finalizer used by this controller. FinalizerName = "core.gardener.cloud/controllerdeployment" // ControllerName is the name of this controller. ControllerName = "controllerdeployment" )
Variables ¶
This section is empty.
Functions ¶
func NewReconciler ¶
func NewReconciler(gardenClient client.Client) reconcile.Reconciler
NewReconciler creates a new instance of a reconciler which reconciles ControllerDeployments.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls ManagedSeedSets.
Click to show internal directories.
Click to hide internal directories.