Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ControllerName is the name of the certificate readiness controller. ControllerName = "certificates-readiness" // ReadyReason is the 'Ready' reason of a Certificate. ReadyReason = "Ready" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( log logr.Logger, client cmclient.Interface, factory informers.SharedInformerFactory, cmFactory cminformers.SharedInformerFactory, chain policies.Chain, renewalTimeCalculator certificates.RenewalTimeFunc, policyEvaluator policyEvaluatorFunc, ) (*controller, workqueue.RateLimitingInterface, []cache.InformerSynced)
NewController returns a new certificate readiness controller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.