mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #34828 from allencloud/add-config-tags-in-swagger
add configs tag in swagger.yml
This commit is contained in:
commit
80edccda70
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ tags:
|
||||||
x-displayName: "Secrets"
|
x-displayName: "Secrets"
|
||||||
description: |
|
description: |
|
||||||
Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
|
Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
|
||||||
|
- name: "Config"
|
||||||
|
x-displayName: "Configs"
|
||||||
|
description: |
|
||||||
|
Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
|
||||||
# System things
|
# System things
|
||||||
- name: "Plugin"
|
- name: "Plugin"
|
||||||
x-displayName: "Plugins"
|
x-displayName: "Plugins"
|
||||||
|
|
Loading…
Reference in a new issue