mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fixes PR #35652
This commit is contained in:
parent
b47d862aea
commit
01adb460de
@ -19,7 +19,8 @@ limitations under the License.
|
||||
package mount
|
||||
|
||||
type Mounter struct {
|
||||
mounterPath string
|
||||
mounterPath string
|
||||
mounterRootfsPath string
|
||||
}
|
||||
|
||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||
|
Loading…
Reference in New Issue
Block a user