Switch to klog v2

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2020-04-08 15:01:33 -04:00 committed by Srini Brahmaroutu
parent 93189a19bc
commit f5bb1d9860
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ import (
"path/filepath"
"sync"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// FakeMounter implements mount.Interface for tests.

View File

@ -20,7 +20,7 @@ import (
"fmt"
"os"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// CleanupMountPoint unmounts the given path and deletes the remaining directory

View File

@ -25,7 +25,7 @@ import (
"strings"
"syscall"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// following failure codes are from https://docs.microsoft.com/en-us/windows/desktop/debug/system-error-codes--1300-1699-

View File

@ -27,7 +27,7 @@ import (
"strings"
"syscall"
"k8s.io/klog"
"k8s.io/klog/v2"
utilexec "k8s.io/utils/exec"
utilio "k8s.io/utils/io"
)

View File

@ -25,7 +25,7 @@ import (
"path/filepath"
"strings"
"k8s.io/klog"
"k8s.io/klog/v2"
utilexec "k8s.io/utils/exec"
"k8s.io/utils/keymutex"
utilpath "k8s.io/utils/path"