Move to klogv2

This commit is contained in:
Christian Huffman
2020-07-27 14:39:56 -04:00
parent de3d591234
commit ffaeac1515
12 changed files with 12 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ import (
core "k8s.io/client-go/testing"
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/tools/record"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
// This is a unit test framework for snapshot sidecar controller.