package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# 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.

# Structs

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

# Interfaces

Manager maintains and updates the certificates in use by this certificate manager.
Store is responsible for getting and updating the current certificate.

# Type aliases

NoCertKeyError indicates there is no cert/key currently available.