package
1.8.0
Repository: https://github.com/openkruise/kruise.git
Documentation: pkg.go.dev

# Packages

# Functions

NewExternalCertWriter constructs a CertWriter that persists the certificate in a k8s secret.
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

ExternalCertWriterOptions is options for constructing a externalCertWriter.
FSCertWriterOptions are options for constructing a FSCertWriter.
SecretCertWriterOptions is options for constructing a secretCertWriter.

# Interfaces

CertWriter provides method to handle webhooks.