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

@@ -27,7 +27,7 @@ import (
"google.golang.org/grpc"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
// Snapshotter implements CreateSnapshot/DeleteSnapshot operations against a remote CSI driver.