1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +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

@@ -22,7 +22,7 @@ import (
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/selection"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// The following code has been copied from predicates package to avoid the