Documentation ¶
Index ¶
Constants ¶
View Source
const (
InitiatorLabel = "dm.cray.hpe.com/initiator"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataMovementManagerReconciler ¶
DataMovementManagerReconciler reconciles a DataMovementManager object
func (*DataMovementManagerReconciler) Reconcile ¶
func (r *DataMovementManagerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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 (*DataMovementManagerReconciler) SetupWithManager ¶
func (r *DataMovementManagerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DataMovementReconciler ¶
type DataMovementReconciler struct { client.Client Scheme *runtime.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.
Click to show internal directories.
Click to hide internal directories.