Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using Configs as CredentialSpecs #2771

Merged
merged 2 commits into from
Jan 17, 2019
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"
thaJeztah marked this conversation as resolved.
Show resolved Hide resolved
number: 3
label: LABEL_OPTIONAL
type: TYPE_STRING
oneof_index: 0
json_name: "Config"
thaJeztah marked this conversation as resolved.
Show resolved Hide 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