mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #35721 from apprenda/fix_mounter_struct
Automatic merge from submit-queue Fixes PR #35652 This is breaking the build. Fixes #35564 /cc @vishh @sjenning Fixes PR #35652
This commit is contained in:
commit
9302dcb6fb
@ -20,6 +20,7 @@ package mount
|
|||||||
|
|
||||||
type Mounter struct {
|
type Mounter struct {
|
||||||
mounterPath string
|
mounterPath string
|
||||||
|
mounterRootfsPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user