Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3834,6 +3834,9 @@ file {
json_name: "mode"
}
}
message_type {
name: "RuntimeTarget"
}
message_type {
name: "SecretReference"
field {
Expand Down Expand Up @@ -3888,6 +3891,15 @@ file {
oneof_index: 0
json_name: "file"
}
field {
name: "runtime"
number: 4
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".docker.swarmkit.v1.RuntimeTarget"
oneof_index: 0
json_name: "runtime"
}
oneof_decl {
name: "target"
}
Expand Down Expand Up @@ -4065,6 +4077,14 @@ file {
oneof_index: 0
json_name: "registry"
}
field {
name: "Config"
Comment thread
thaJeztah marked this conversation as resolved.
number: 3
label: LABEL_OPTIONAL
type: TYPE_STRING
oneof_index: 0
json_name: "Config"
Comment thread
thaJeztah marked this conversation as resolved.
}
oneof_decl {
name: "source"
}
Expand Down
1 change: 1 addition & 0 deletions api/ca.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading