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
180bed7b
Commit
180bed7b
authored
Feb 02, 2016
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple typos
parent
cfa3f037
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
volume.go
pkg/volume/volume.go
+1
-1
expand.go
third_party/golang/expansion/expand.go
+1
-1
No files found.
pkg/volume/volume.go
View file @
180bed7b
...
...
@@ -81,7 +81,7 @@ type Builder interface {
// 'fsGroup' so that it can be accessed by the pod. This may
// be called more than once, so implementations must be
// idempotent.
SetUpAt
(
dir
string
,
sGroup
*
int64
)
error
SetUpAt
(
dir
string
,
f
sGroup
*
int64
)
error
// GetAttributes returns the attributes of the builder.
GetAttributes
()
Attributes
}
...
...
third_party/golang/expansion/expand.go
View file @
180bed7b
...
...
@@ -10,7 +10,7 @@ const (
referenceCloser
=
')'
)
// syntaxWrap returns the input string wrapped the expansion syntax.
// syntaxWrap returns the input string wrapped
by
the expansion syntax.
func
syntaxWrap
(
input
string
)
string
{
return
string
(
operator
)
+
string
(
referenceOpener
)
+
input
+
string
(
referenceCloser
)
}
...
...
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