mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-03 18:21:06 +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.