Documentation ¶
Index ¶
- func Add(ctx context.Context, _ *appconfig.CompletedConfig, mgr manager.Manager) error
- type ReconcileCsrApprover
- func (r *ReconcileCsrApprover) InjectClient(c client.Client) error
- func (r *ReconcileCsrApprover) InjectConfig(cfg *rest.Config) error
- func (r *ReconcileCsrApprover) InjectMapper(mapper meta.RESTMapper) error
- func (r *ReconcileCsrApprover) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileCsrApprover ¶
ReconcileCsrApprover reconciles a CsrApprover object
func (*ReconcileCsrApprover) InjectClient ¶
func (r *ReconcileCsrApprover) InjectClient(c client.Client) error
func (*ReconcileCsrApprover) InjectConfig ¶
func (r *ReconcileCsrApprover) InjectConfig(cfg *rest.Config) error
func (*ReconcileCsrApprover) InjectMapper ¶
func (r *ReconcileCsrApprover) InjectMapper(mapper meta.RESTMapper) error
func (*ReconcileCsrApprover) Reconcile ¶
func (r *ReconcileCsrApprover) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a CertificateSigningRequest object and makes changes based on the state read and what is in the CertificateSigningRequest.Spec
Click to show internal directories.
Click to hide internal directories.