mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +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{},
|
||||
time.Minute*5,
|
||||
0,
|
||||
framework.ResourceEventHandlerFuncs{
|
||||
AddFunc: func(obj interface{}) {
|
||||
p, ok := obj.(*api.Pod)
|
||||
|
Loading…
Reference in New Issue
Block a user