mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Change density relist period to better reflect the kubelet
This commit is contained in:
@@ -268,7 +268,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)
|
||||||
|
Reference in New Issue
Block a user