# 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.
No description provided by the author
# Constants
CACertName is the name of the CA certificate.
CAKeyName is the name of the CA private key.
No description provided by the author
No description provided by the author
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
FSCertWriterOptions are options for constructing a FSCertWriter.
SecretCertWriterOptions is options for constructing a secretCertWriter.
# Interfaces
CertWriter provides method to handle webhooks.