mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Generate plugin types from the swagger spec.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
02e1ffd76c
commit
6f7b69b63f
9 changed files with 415 additions and 167 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue