Documentation ¶
Index ¶
- type CertReconciler
- func (r *CertReconciler) Cleanup()
- func (r *CertReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
- func (r *CertReconciler) ReconcileResources(ctx context.Context) error
- func (r *CertReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, cs clients.ClientSet) error
- type HookInstaller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertReconciler ¶
type CertReconciler struct { reconciler.CommonReconciler Clientset clients.ClientSet // contains filtered or unexported fields }
func (*CertReconciler) Cleanup ¶
func (r *CertReconciler) Cleanup()
func (*CertReconciler) ReconcileResources ¶
func (r *CertReconciler) ReconcileResources(ctx context.Context) error
ReconcileResources reconciles the certificates used by the webhook client and the webhook server. It also returns the duration after which a certificate rotation should be scheduled.
func (*CertReconciler) SetupWithManager ¶
type HookInstaller ¶
func (*HookInstaller) InstallWithCertManager ¶
func (k *HookInstaller) InstallWithCertManager(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.