Merged in schedPolSwitchConfigFile (pull request #8)
SchedPolSwitchConfigFile Approved-by: Akash Kothawale <akothaw1@binghamton.edu>
This commit is contained in:
parent
b569bd3060
commit
b877d31cb8
6 changed files with 71 additions and 16 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
// Implements mesos scheduler.
|
||||
type ElectronScheduler interface {
|
||||
sched.Scheduler
|
||||
init(opts ...schedPolicyOption)
|
||||
init(opts ...schedulerOptions)
|
||||
|
||||
// Interface for log messages.
|
||||
// Every ElectronScheduler implementer should provide definitions for these functions.
|
||||
|
|
Reference in a new issue