Merge pull request #92509 from hasheddan/schedule-panic

Fix assignment to nil map in e2e scheduling predicates
This commit is contained in:
Kubernetes Prow Robot
2020-06-26 00:08:14 -07:00
committed by GitHub

View File

@@ -52,8 +52,8 @@ const (
var localStorageVersion = utilversion.MustParseSemantic("v1.8.0-beta.0") var localStorageVersion = utilversion.MustParseSemantic("v1.8.0-beta.0")
// variable set in BeforeEach, never modified afterwards // variable populated in BeforeEach, never modified afterwards
var workerNodes sets.String var workerNodes = sets.String{}
type pausePodConfig struct { type pausePodConfig struct {
Name string Name string