mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Generate VolumeList response from the swagger spec
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
17aaa0890a
commit
d459e83b1c
10 changed files with 76 additions and 17 deletions
|
|
@ -7,3 +7,8 @@ swagger generate model -f api/swagger.yaml \
|
|||
-n Port \
|
||||
-n ImageSummary \
|
||||
-n Plugin -n PluginDevice -n PluginMount -n PluginEnv -n PluginInterfaceType
|
||||
|
||||
swagger generate operation -f api/swagger.yaml \
|
||||
-t api -s server -a types -m types \
|
||||
-T api/templates --skip-responses --skip-parameters --skip-validator \
|
||||
-n VolumesList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue