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