Skip to content

Commit

Permalink
api/api.pb.txt: add missing init_value sections from moby#2350
Browse files Browse the repository at this point in the history
Signed-off-by: David Sheets <sheets@alum.mit.edu>
  • Loading branch information
dsheets committed Sep 8, 2017
1 parent 0554c9b commit e443b2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4587,6 +4587,14 @@ file {
type_name: ".docker.swarmkit.v1.HealthConfig"
json_name: "healthcheck"
}
field {
name: "init_value"
number: 23
label: LABEL_OPTIONAL
type: TYPE_BOOL
oneof_index: 0
json_name: "initValue"
}
nested_type {
name: "LabelsEntry"
field {
Expand Down Expand Up @@ -4641,6 +4649,9 @@ file {
json_name: "options"
}
}
oneof_decl {
name: "init"
}
}
message_type {
name: "EndpointSpec"
Expand Down

0 comments on commit e443b2a

Please sign in to comment.