Documentation ¶
Overview ¶
Package taskreconciler implement Mesos task reconciliation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action func(driver bindings.SchedulerDriver, cancel <-chan struct{}) <-chan error
func MakeComposite ¶
MakeComposite invokes the given ReconcilerAction funcs in sequence, aborting the sequence if reconciliation is cancelled. if any other errors occur the composite reconciler will attempt to complete the sequence, reporting only the last generated error.
type TasksReconciler ¶
type TasksReconciler interface { RequestExplicit() RequestImplicit() Run(driver bindings.SchedulerDriver, done <-chan struct{}) }
Click to show internal directories.
Click to hide internal directories.