Skip to content

Commit

Permalink
api: Support Subpath volume option
Browse files Browse the repository at this point in the history
Moby v26.0 added a support for the new `Subpath` option.

Swarmd is still on v25 vendor, so only update the API for now.

Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Apr 11, 2024
1 parent 911c976 commit 729a1fc
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 412 deletions.
10 changes: 10 additions & 0 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2729,6 +2729,16 @@ file {
type_name: ".docker.swarmkit.v1.Driver"
json_name: "driverConfig"
}
field {
name: "subpath"
number: 4
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65004: "Subpath"
}
json_name: "subpath"
}
nested_type {
name: "LabelsEntry"
field {
Expand Down
Loading

0 comments on commit 729a1fc

Please sign in to comment.