mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 06:06:03 +00:00
Merge pull request #92509 from hasheddan/schedule-panic
Fix assignment to nil map in e2e scheduling predicates
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user