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
commit 5016c22845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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