Documentation
¶
Overview ¶
Package secretcontroller contains the logic of the secret controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SecretReconciler ¶
type SecretReconciler struct { client.Client *runtime.Scheme // contains filtered or unexported fields }
SecretReconciler reconciles a Secret object.
func NewSecretReconciler ¶
func NewSecretReconciler(cl client.Client, s *runtime.Scheme, recorder record.EventRecorder) *SecretReconciler
NewSecretReconciler returns a new SecretReconciler.
func (*SecretReconciler) Reconcile ¶
func (r *SecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile Secret resources for webhooks.
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.