Change code to use staging/k8s.io/mount-utils

This commit is contained in:
Srini Brahmaroutu
2020-09-02 18:29:02 -07:00
parent 51184187b9
commit fbe5daed73
171 changed files with 252 additions and 248 deletions

View File

@@ -26,7 +26,7 @@ import (
cadvisorapiv1 "github.com/google/cadvisor/info/v1"
cadvisorv2 "github.com/google/cadvisor/info/v2"
"k8s.io/klog/v2"
"k8s.io/utils/mount"
"k8s.io/mount-utils"
utilpath "k8s.io/utils/path"
utilstrings "k8s.io/utils/strings"