Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation func(ctx context.Context, state *QScheduler, events scheduler.EventSink)
Operation is the type for functions that examine and mutate a state.
type QScheduler ¶
type QScheduler struct { // TODO: Drop this entry from the struct. SchedulerID string Scheduler *scheduler.Scheduler Reconciler *reconciler.State }
QScheduler encapsulates the state of a scheduler.
func NewQScheduler ¶
NewQScheduler returns a new QSchedulerState instance.
Click to show internal directories.
Click to hide internal directories.