1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

fix gofmt error

This commit is contained in:
S J Tharun
2025-10-13 08:29:27 +05:30
parent 3033aec6a0
commit 7d6f6fedec

View File

@@ -357,7 +357,7 @@ func (d *descheduler) runDeschedulerLoop(ctx context.Context, nodes []*v1.Node)
// if len is still <= 1 error out
if len(nodes) <= 1 {
klog.InfoS("Skipping descheduling cycle: requires >=2 nodes", "found", len(nodes))
return nil // gracefully skip this cycle instead of aborting
return nil // gracefully skip this cycle instead of aborting
}
var client clientset.Interface