Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9302dcb6
Commit
9302dcb6
authored
Oct 27, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Oct 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mount_unsupported.go
pkg/util/mount/mount_unsupported.go
+2
-1
No files found.
pkg/util/mount/mount_unsupported.go
View file @
9302dcb6
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment