# Packages
No description provided by the author
# 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.
NewKubeletClientCertificateManager sets up a certificate manager without a client that can be used to sign new certificates (or rotate).
NewKubeletServerCertificateManager creates a certificate manager for the kubelet when retrieving a server certificate or returns an error.
NewManager returns a new certificate manager.
UpdateTransport instruments a restconfig with a transport that dynamically uses certificates provided by the manager for TLS client auth.
# Type aliases
NoCertKeyError indicates there is no cert/key currently available.