Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchScheduler ¶
type BatchScheduler interface { // Name gets the name of the scheduler Name() string // Schedule reconciles batch scheduling Schedule(options SchedulerOptions, desired *model.DesiredClusterState) error }
BatchScheduler is the general batch scheduler interface.
type SchedulerOptions ¶
Click to show internal directories.
Click to hide internal directories.