1
0
Fork 0
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:
Sebastiaan van Stijn 2017-09-14 02:37:28 +02:00 committed by GitHub
commit 80edccda70

View file

@ -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"