Documentation ¶
Index ¶
- Constants
- func GetPluginName() string
- func New(config *rest.Config) (schedulerinterface.BatchScheduler, error)
- type VolcanoBatchScheduler
- func (v *VolcanoBatchScheduler) CleanupOnCompletion(app *v1beta2.SparkApplication) error
- func (v *VolcanoBatchScheduler) DoBatchSchedulingOnSubmission(app *v1beta2.SparkApplication) error
- func (v *VolcanoBatchScheduler) Name() string
- func (v *VolcanoBatchScheduler) ShouldSchedule(app *v1beta2.SparkApplication) bool
Constants ¶
View Source
const (
PodGroupName = "podgroups.scheduling.volcano.sh"
)
Variables ¶
This section is empty.
Functions ¶
func GetPluginName ¶
func GetPluginName() string
func New ¶
func New(config *rest.Config) (schedulerinterface.BatchScheduler, error)
Types ¶
type VolcanoBatchScheduler ¶
type VolcanoBatchScheduler struct {
// contains filtered or unexported fields
}
func (*VolcanoBatchScheduler) CleanupOnCompletion ¶
func (v *VolcanoBatchScheduler) CleanupOnCompletion(app *v1beta2.SparkApplication) error
func (*VolcanoBatchScheduler) DoBatchSchedulingOnSubmission ¶
func (v *VolcanoBatchScheduler) DoBatchSchedulingOnSubmission(app *v1beta2.SparkApplication) error
func (*VolcanoBatchScheduler) Name ¶
func (v *VolcanoBatchScheduler) Name() string
func (*VolcanoBatchScheduler) ShouldSchedule ¶
func (v *VolcanoBatchScheduler) ShouldSchedule(app *v1beta2.SparkApplication) bool
Click to show internal directories.
Click to hide internal directories.