Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertManagerForClient ¶
func NewCertManagerForClient(client kubernetes.Interface, installNamespace string, additionalNamespaces ...string) *certManager
Types ¶
type CertManager ¶
type CertManager interface {
Sync(certs []certapi.CertificateDefinition) error
}
CertManager is the client interface to the certificate manager/refresher
func NewCertManager ¶
func NewCertManager(mgr manager.Manager, installNamespace string, additionalNamespaces ...string) (CertManager, error)
NewCertManager creates a new certificate manager/refresher
Click to show internal directories.
Click to hide internal directories.