Merge pull request #2825 from mikedanese/scheduler-factory-plugins

Scheduler plugin configuration
This commit is contained in:
bgrant0607
2014-12-18 07:12:01 -08:00
9 changed files with 329 additions and 102 deletions

View File

@@ -169,7 +169,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
// Scheduler
schedulerConfigFactory := factory.NewConfigFactory(cl)
schedulerConfig, err := schedulerConfigFactory.Create(nil, nil)
schedulerConfig, err := schedulerConfigFactory.Create()
if err != nil {
glog.Fatal("Couldn't create scheduler config: %v", err)
}