1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Generate VolumesCreateRequest from the swagger spec.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-10-06 12:57:17 -04:00
parent bc75738545
commit 5c2498fd3c
11 changed files with 57 additions and 21 deletions

View file

@ -12,4 +12,5 @@ swagger generate model -f api/swagger.yaml \
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
-n VolumesList \
-n VolumesCreate