//
pkg.gl
Category
github.com/kmova/kubernetes
pkg
kubelet
certificate
package
1.7.0-alpha.0
Repository:
https://github.com/kmova/kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
0
Files
468 SLOC
#
Functions
NewFileStore
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
NewManager returns a new certificate manager.
#
Interfaces
Manager
Manager maintains and updates the certificates in use by this certificate manager.
Store
Store is responsible for getting and updating the current certificate.