# Functions
GenerateCertificates generates the certificates that are required for a webhook.
NewFactoryAggregator creates a new FactoryAggregator and registers the given functions.
Registers the given webhooks in the Kubernetes cluster targeted by the provided manager.
# Constants
A backup webhook is applied only to those shoot namespaces that have the correct Backup provider label.
A seed webhook is applied only to those shoot namespaces that have the correct Seed provider label.
A shoot webhook is applied only to those shoot namespaces that have the correct Shoot provider label.
WebhookModeService is a constant for the webhook mode indicating that the controller is running inside of the Kubernetes cluster it is serving.
WebhookModeURL is a constant for the webhook mode indicating that the controller is running outside of the Kubernetes cluster it is serving.
# Type aliases
FactoryAggregator aggregates various Factory functions.