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

@@ -22,7 +22,7 @@ import (
"os"
"k8s.io/klog/v2"
"k8s.io/utils/mount"
"k8s.io/mount-utils"
"k8s.io/kubernetes/pkg/volume"
"k8s.io/kubernetes/pkg/volume/util"