Merge pull request #91580 from cofyc/fix90958

Remove KubeSchedulerConfiguration.BindTimeoutSeconds
This commit is contained in:
Kubernetes Prow Robot
2020-06-05 08:45:45 -07:00
committed by GitHub
18 changed files with 26 additions and 245 deletions

View File

@@ -407,7 +407,6 @@ func InitTestSchedulerWithOptions(
if policy != nil {
opts = append(opts, scheduler.WithAlgorithmSource(CreateAlgorithmSourceFromPolicy(policy, testCtx.ClientSet)))
}
opts = append([]scheduler.Option{scheduler.WithBindTimeoutSeconds(600)}, opts...)
testCtx.Scheduler, err = scheduler.New(
testCtx.ClientSet,
testCtx.InformerFactory,