mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Merge pull request #10044 from bprashanth/relist
Change density relist period to better reflect the kubelet's watch
This commit is contained in:
commit
a65b355557
@ -266,7 +266,7 @@ var _ = Describe("Density", func() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
&api.Pod{},
|
&api.Pod{},
|
||||||
time.Minute*5,
|
0,
|
||||||
framework.ResourceEventHandlerFuncs{
|
framework.ResourceEventHandlerFuncs{
|
||||||
AddFunc: func(obj interface{}) {
|
AddFunc: func(obj interface{}) {
|
||||||
p, ok := obj.(*api.Pod)
|
p, ok := obj.(*api.Pod)
|
||||||
|
Loading…
Reference in New Issue
Block a user