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