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:
Kubernetes Submit Queue
2016-10-27 15:20:48 -07:00
committed by GitHub

View File

@@ -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 {