Generate plugin types from the swagger spec.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 6f7b69b63f172e9c687416ac1445b2c016f39ff6
Component: engine
This commit is contained in:
Daniel Nephin
2016-10-05 16:25:09 -04:00
parent 3f110de0ac
commit 0220fa6540
9 changed files with 415 additions and 167 deletions

View File

@ -5,4 +5,5 @@ swagger generate model -f api/swagger.yaml \
-t api -m types --skip-validator \
-n Volume \
-n Port \
-n ImageSummary
-n ImageSummary \
-n Plugin -n PluginDevice -n PluginMount -n PluginEnv -n PluginInterfaceType