mirror of https://github.com/k3s-io/k3s
Fixes PR #35652
parent
b47d862aea
commit
01adb460de
|
@ -20,6 +20,7 @@ package mount
|
|||
|
||||
type Mounter struct {
|
||||
mounterPath string
|
||||
mounterRootfsPath string
|
||||
}
|
||||
|
||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||
|
|
Loading…
Reference in New Issue