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
13a30bfc
Commit
13a30bfc
authored
Jan 09, 2018
by
NickrenREN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec dependency to point to 0.1 tag
parent
5de71ab1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Godeps.json
Godeps/Godeps.json
+1
-1
csi.pb.go
...com/container-storage-interface/spec/lib/go/csi/csi.pb.go
+6
-2
No files found.
Godeps/Godeps.json
View file @
13a30bfc
...
...
@@ -438,7 +438,7 @@
},
{
"ImportPath"
:
"github.com/container-storage-interface/spec/lib/go/csi"
,
"Rev"
:
"
ec298903f94e1d6d954de121b28044a2e1fdbf48
"
"Rev"
:
"
9e88e4bfabeca1b8e4810555815f112159292ada
"
},
{
"ImportPath"
:
"github.com/containerd/containerd/api/services/containers/v1"
,
...
...
vendor/github.com/container-storage-interface/spec/lib/go/csi/csi.pb.go
View file @
13a30bfc
...
...
@@ -73,9 +73,11 @@ type VolumeCapability_AccessMode_Mode int32
const
(
VolumeCapability_AccessMode_UNKNOWN
VolumeCapability_AccessMode_Mode
=
0
// Can be published as read/write at one node at a time.
// Can only be published once as read/write on a single node, at
// any given time.
VolumeCapability_AccessMode_SINGLE_NODE_WRITER
VolumeCapability_AccessMode_Mode
=
1
// Can be published as readonly at one node at a time.
// Can only be published once as readonly on a single node, at
// any given time.
VolumeCapability_AccessMode_SINGLE_NODE_READER_ONLY
VolumeCapability_AccessMode_Mode
=
2
// Can be published as readonly at multiple nodes simultaneously.
VolumeCapability_AccessMode_MULTI_NODE_READER_ONLY
VolumeCapability_AccessMode_Mode
=
3
...
...
@@ -1344,6 +1346,8 @@ type NodePublishVolumeRequest struct {
// The path to which the volume will be published. It MUST be an
// absolute path in the root filesystem of the process serving this
// request. The CO SHALL ensure uniqueness of target_path per volume.
// The CO SHALL ensure that the path exists, and that the process
// serving the request has `read` and `write` permissions to the path.
// This is a REQUIRED field.
TargetPath
string
`protobuf:"bytes,4,opt,name=target_path,json=targetPath" json:"target_path,omitempty"`
// The capability of the volume the CO expects the volume to have.
...
...
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