Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportReconciler ¶
type ImportReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder InstanceLocks *sync.Map DatabaseClientFactory controllers.DatabaseClientFactory }
ImportReconciler reconciles an Import object.
func (*ImportReconciler) Reconcile ¶
func (r *ImportReconciler) Reconcile(_ context.Context, req ctrl.Request) (result ctrl.Result, recErr error)
Reconcile is a generic reconcile function for Import resources.
func (*ImportReconciler) SetupWithManager ¶
func (r *ImportReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures the reconciler.
Click to show internal directories.
Click to hide internal directories.