Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServerKey = "tls.key" ServerCert = "tls.crt" CertThreshold = 5 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateWatcher ¶
type CertificateWatcher struct { ICertificateHandler Log logr.Logger // contains filtered or unexported fields }
func NewCertificateWatcher ¶
func (*CertificateWatcher) ValidateCertificateExpiration ¶
func (*CertificateWatcher) WaitForCertificates ¶
func (watcher *CertificateWatcher) WaitForCertificates()
type ICertificateHandler ¶
type ICertificateWatcher ¶
type ICertificateWatcher interface {
WaitForCertificates()
}
Click to show internal directories.
Click to hide internal directories.