Merge pull request #94527 from brahmaroutu/mount-utils-2

Change code to use  staging/k8s.io/mount-utils
This commit is contained in:
Kubernetes Prow Robot
2020-09-21 17:46:47 -07:00
committed by GitHub
171 changed files with 252 additions and 248 deletions

View File

@@ -33,8 +33,8 @@ import (
"time"
"k8s.io/klog/v2"
"k8s.io/mount-utils"
utilexec "k8s.io/utils/exec"
"k8s.io/utils/mount"
utilpath "k8s.io/utils/path"
v1 "k8s.io/api/core/v1"