# Functions
AddRotator adds the CertRotator and ReconcileWH to the manager.
No description provided by the author
# Constants
APIService indicates the webhook is an extension API server.
CRDConversion indicates the webhook is a conversion webhook.
ExternalDataProvider indicates the webhook is a Gatekeeper External Data Provider.
Mutating indicates the webhook is a MutatingWebhook.
Validating indicates the webhook is a ValidatingWebhook.
# Structs
CertRotator contains cert artifacts and a channel to close when the certs are ready.
KeyPairArtifacts stores cert artifacts.
ReconcileWH reconciles a validatingwebhookconfiguration, making sure it has the appropriate CA cert.
WebhookInfo is used by the rotator to receive info about resources to be updated with certificates.
# Interfaces
SyncingReader is a reader that needs syncing prior to being usable.
# Type aliases
WebhookType it the type of webhook, either validating/mutating webhook, a CRD conversion webhook, or an extension API server.