Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobProvider ¶
type ReconcileHandler ¶
type Reconciler ¶
type Reconciler interface { Run() (bool, error) Handler(t Type, f ReconcileHandler) }
func NewReconciler ¶
func NewReconciler(p JobProvider, olderThan time.Duration) Reconciler
type Scheduler ¶
func NewScheduler ¶
func NewScheduler(r Reconciler) Scheduler
Click to show internal directories.
Click to hide internal directories.