Documentation ¶
Overview ¶
Package cert manages certificate generation for the webhook for either in-cluster or static pod needs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecretCertStore ¶
func NewSecretCertStore(namespace, secretName string, clientset clientset.Interface) certificate.Store
NewSecretCertStore returns a certificate.Store that keeps TLS secrets in a Kubernetes secret object
func NewServerCertificateManager ¶
func NewServerCertificateManager(kubeClient clientset.Interface, namespace, secretName string, csr *x509.CertificateRequest) (certificate.Manager, error)
NewServerCertificateManager returns a certificate manager that stores TLS keys in Kubernetes Secrets
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.