mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +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")
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user