diff --git a/pkg/util/mount/mount_unsupported.go b/pkg/util/mount/mount_unsupported.go index c22ba30bdb..ceed58fb56 100644 --- a/pkg/util/mount/mount_unsupported.go +++ b/pkg/util/mount/mount_unsupported.go @@ -18,7 +18,9 @@ limitations under the License. package mount -type Mounter struct{} +type Mounter struct { + mounterPath string +} func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error { return nil