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