Replace k8s.io/klog with k8s.io/klog/v2

This commit is contained in:
katexochen 2022-05-04 12:04:31 +02:00 committed by Paul Meyer
parent d6eee42436
commit d83bc8727b
5 changed files with 4 additions and 7 deletions

View file

@ -12,7 +12,7 @@ import (
"time"
cryptsetup "github.com/martinjungblut/go-cryptsetup"
"k8s.io/klog"
"k8s.io/klog/v2"
mount "k8s.io/mount-utils"
utilexec "k8s.io/utils/exec"
)