# Functions
NewSecretCertWriter constructs a CertWriter that persists the certificate in a k8s secret.
# Constants
CACertName is the name of the CA certificate.
CAKeyName is the name of the CA private key.
ServerCertName is the name of the serving certificate.
ServerKeyName is the name of the server private key.
# Structs
SecretCertWriterOptions is options for constructing a secretCertWriter.
# Interfaces
CertWriter provides method to handle webhooks.