Commit 9302dcb6 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents da43c15e 01adb460
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment