# Functions
NewSecretCertWriter constructs a CertWriter that persists the certificate in a k8s secret.
No description provided by the author
# 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.
No description provided by the author
ServerKeyName is the name of the server private key.
No description provided by the author
# Structs
SecretCertWriterOptions is options for constructing a secretCertWriter.
# Interfaces
CertWriter provides method to handle webhooks.