Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
  • Loading branch information
simonferquel committed Sep 22, 2017
1 parent 4699e3e commit 5d7e1e9
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 160 deletions.
30 changes: 29 additions & 1 deletion api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,8 @@ file {
name: "isolation"
number: 24
label: LABEL_OPTIONAL
type: TYPE_STRING
type: TYPE_ENUM
type_name: ".docker.swarmkit.v1.ContainerSpec.Isolation"
json_name: "isolation"
}
nested_type {
Expand Down Expand Up @@ -4691,6 +4692,33 @@ file {
json_name: "options"
}
}
enum_type {
name: "Isolation"
value {
name: "Default"
number: 0
options {
66001: "ContainerIsolationDefault"
}
}
value {
name: "Process"
number: 1
options {
66001: "ContainerIsolationProcess"
}
}
value {
name: "HyperV"
number: 2
options {
66001: "ContainerIsolationHyperV"
}
}
options {
62001: 0
}
}
}
message_type {
name: "EndpointSpec"
Expand Down
Loading

0 comments on commit 5d7e1e9

Please sign in to comment.