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 Log logr.Logger Scheme *runtime.Scheme Config *Config // LoggerMode if enabled, the controller does only logging and no update on the custom resource LoggerMode bool }
Reconciler reconciles a Event object
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, namespace string) error
SetupWithManager setup with manager
Click to show internal directories.
Click to hide internal directories.