mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
The k8s.io/klog/v2 package does not currently support structured logging for warning level log messages. Therefore update the one call in the code base using klog.Warningf to instead use klog.InfoS.