# Functions

Add adds an ContainerRuntime controller to the given manager using the given AddArgs.
ClusterToContainerResourceMapper returns a mapper that returns requests for Container resource whose referenced clusters have been modified.
DefaultPredicates returns the default predicates for an containerruntime reconciler.
NewReconciler creates a new reconcile.Reconciler that reconciles ContainerRuntime resources of Gardener's `extensions.gardener.cloud` API group.

# Constants

ControllerName is the name of the controller.
EventRuntimeDeletion an event reason to describe container runtime deletion.
EventContainerRuntimeReconciliation an event reason to describe container runtime reconciliation.
FinalizerPrefix is the prefix name of the finalizer written by this controller.

# Structs

AddArgs are arguments for adding an ContainerRuntime resources controller to a manager.

# Interfaces

Actuator acts upon ContainerRuntime resources.