package
11.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev

# Packages

# Functions

NewFileStore returns a concrete implementation of a Store that is based on storing the cert/key pairs in a single file per pair on disk in the designated directory.
NewManager returns a new certificate manager.

# Structs

Config is the set of configuration parameters available for a new Manager.

# Interfaces

FileStore is a store that provides certificate retrieval as well as the path on disk of the current PEM.
Gauge will record the remaining lifetime of the certificate each time it is updated.
Manager maintains and updates the certificates in use by this certificate manager.
Store is responsible for getting and updating the current certificate.

# Type aliases

CSRClientFunc returns a new client for requesting CSRs.
NoCertKeyError indicates there is no cert/key currently available.