Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // IssuerRef will be used to match against CertificateRequest that need // evaluation. IssuerRef cmmeta.ObjectReference // Evaluator will be used to evaluate whether CertificateRequests should be // Approved or Denied. Evaluator evaluator.Interface // Manager is a controller-runtime Manager that the Approver controller will // be registered against. Manager manager.Manager }
Click to show internal directories.
Click to hide internal directories.