mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #8467 from bprashanth/density_events
Don't relist events in density
This commit is contained in:
commit
bdf96425b5
@ -127,7 +127,7 @@ var _ = Describe("Density", func() {
|
||||
},
|
||||
},
|
||||
&api.Event{},
|
||||
time.Second*10,
|
||||
0,
|
||||
framework.ResourceEventHandlerFuncs{
|
||||
AddFunc: func(obj interface{}) {
|
||||
events = append(events, obj.(*api.Event))
|
||||
|
Loading…
Reference in New Issue
Block a user