1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00
This commit is contained in:
Jan Chaloupka
2025-12-20 15:24:37 +01:00
parent 3283635149
commit 769ded35f1

View File

@@ -64,7 +64,7 @@ func buildTestNode(name string, apply func(*v1.Node)) *v1.Node {
return test.BuildTestNode(name, 1000, 2000, 13, apply)
}
func buildTestPod(name string, nodeName string, apply func(*v1.Pod)) *v1.Pod {
func buildTestPod(name, nodeName string, apply func(*v1.Pod)) *v1.Pod {
return test.BuildTestPod(name, 400, 0, nodeName, apply)
}