Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Log is the shared logger used by controllers. Log logr.Logger // Manager is the controller-runtime manager that controllers will be added // to. Manager manager.Manager // Evaluators is the list of registered Approver Evaluators that will be // used to build the approver manager. Evaluators []approver.Evaluator // Reconcilers is the list of registered Approver Reconcilers that will be // used to manager CertificateRequestPolicy Ready conditions. Reconcilers []approver.Reconciler }
Options hold options for the internal approver-policy controllers.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.