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

Generate ImageHistory from swagger spec.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-11-09 16:32:53 -05:00
parent b83d9bf6a9
commit b462c93edb
10 changed files with 66 additions and 31 deletions

View file

@ -14,10 +14,11 @@ swagger generate model -f api/swagger.yaml \
swagger generate operation -f api/swagger.yaml \
-t api -a types -m types -C api/swagger-gen.yaml \
-T api/templates --skip-responses --skip-parameters --skip-validator \
-n VolumesList \
-n VolumesCreate \
-n Authenticate \
-n ContainerChanges \
-n ContainerCreate \
-n ContainerUpdate \
-n Authenticate \
-n ContainerWait
-n ContainerWait \
-n ImageHistory \
-n VolumesCreate \
-n VolumesList