Generate VolumesCreateRequest from the swagger spec.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 5c2498fd3c41f4badb1788665886d30772537f73
Component: engine
This commit is contained in:
Daniel Nephin
2016-10-31 11:13:41 -04:00
parent fa3a1f0666
commit d19255532a
11 changed files with 57 additions and 21 deletions
@@ -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