refactor(TestRemovePodsHavingTooManyRestarts): make fmt

This commit is contained in:
Jan Chaloupka
2025-12-15 16:14:50 +01:00
parent cad120881f
commit 07616c3fc0
@@ -48,7 +48,7 @@ func setNodeDesiredNodeLabel(node *v1.Node) {
node.Labels[nodeLabelKey] = nodeLabelValue
}
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, 100, 0, nodeName, apply)
}