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

@@ -30,7 +30,7 @@ import (
"testing"
"k8s.io/klog/v2"
"k8s.io/utils/mount"
"k8s.io/mount-utils"
)
func TestSafeMakeDir(t *testing.T) {