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(cluster *v1beta1.FlinkCluster, desired *model.DesiredClusterState) error }
BatchScheduler is the general batch scheduler interface.
Click to show internal directories.
Click to hide internal directories.