Documentation ¶
Index ¶
Constants ¶
View Source
const (
OneYear = 365 * 24 * time.Hour
)
Variables ¶
View Source
var ResyncPeriod = 5 * time.Minute
The periodic resync interval. We will re-run the reconciliation logic, even if the configuration hasn't changed.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, status *statusmanager.StatusManager, _ cnoclient.Client) error
Add attaches our control loop to the manager and watches for PKI objects
Types ¶
type PKIReconciler ¶
type PKIReconciler struct {
// contains filtered or unexported fields
}
PKIReconciler manages the creation of one or more key + CA bundles
Click to show internal directories.
Click to hide internal directories.