Skip to content

Commit f3ffc08

Browse files
authored
Merge pull request #3174 from vvoland/volume-subpath
api: Support Subpath volume option
2 parents 911c976 + 729a1fc commit f3ffc08

File tree

4 files changed

+474
-412
lines changed

4 files changed

+474
-412
lines changed

api/api.pb.txt

+10
Original file line numberDiff line numberDiff line change
@@ -2729,6 +2729,16 @@ file {
27292729
type_name: ".docker.swarmkit.v1.Driver"
27302730
json_name: "driverConfig"
27312731
}
2732+
field {
2733+
name: "subpath"
2734+
number: 4
2735+
label: LABEL_OPTIONAL
2736+
type: TYPE_STRING
2737+
options {
2738+
65004: "Subpath"
2739+
}
2740+
json_name: "subpath"
2741+
}
27322742
nested_type {
27332743
name: "LabelsEntry"
27342744
field {

0 commit comments

Comments
 (0)