1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Update klog to v2

This commit is contained in:
Ali Farah
2020-06-21 20:03:14 +10:00
parent 08c22e8921
commit 15fcde5229
36 changed files with 2530 additions and 47 deletions

View File

@@ -28,7 +28,7 @@ import (
aflag "k8s.io/component-base/cli/flag"
"k8s.io/component-base/logs"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// NewDeschedulerCommand creates a *cobra.Command object with default parameters