Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { // Run starts the certManager Run(stopCh <-chan struct{}) // GetTLSPemPair gets the existing TLSPemPair from the secret GetTLSPemPair() ([]byte, []byte, error) }
func NewController ¶
func NewController(secretInformer corev1informers.SecretInformer, certRenewer *tls.CertRenewer, onSecretChanged func() error) (Controller, error)
Click to show internal directories.
Click to hide internal directories.