type Options struct {
// 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
}