# Packages
No description provided by the author
# Functions
NewFSCertWriter constructs a CertWriter that persists the certificate on filesystem.
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
FSCertWriterOptions are options for constructing a FSCertWriter.
SecretCertWriterOptions is options for constructing a secretCertWriter.
# Interfaces
CertWriter provides method to handle webhooks.