Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataMovementReconciler ¶
type DataMovementReconciler struct { client.Client Scheme *kruntime.Scheme WatchNamespace string // contains filtered or unexported fields }
DataMovementReconciler reconciles a DataMovement object
func (*DataMovementReconciler) Reconcile ¶
func (r *DataMovementReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DataMovementReconciler) SetupWithManager ¶
func (r *DataMovementReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NnfDataMovementManagerReconciler ¶
NnfDataMovementManagerReconciler reconciles a NnfDataMovementManager object
func (*NnfDataMovementManagerReconciler) Reconcile ¶
func (r *NnfDataMovementManagerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*NnfDataMovementManagerReconciler) SetupWithManager ¶
func (r *NnfDataMovementManagerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.