Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { Client client.Client Log logr.Logger // contains filtered or unexported fields }
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, req ctrlRuntime.Request) (ctrlRuntime.Result, error)
Reconcile implements controller runtime Reconciler interface.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrlRuntime.Manager, options controller.Options) error
SetupWithManager creates a new controller for a manager.
Click to show internal directories.
Click to hide internal directories.