mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-05 11:13:11 +00: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.