mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6f7b69b63f
Signed-off-by: Daniel Nephin <dnephin@docker.com>
9 lines
236 B
Bash
Executable file
9 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
swagger generate model -f api/swagger.yaml \
|
|
-t api -m types --skip-validator \
|
|
-n Volume \
|
|
-n Port \
|
|
-n ImageSummary \
|
|
-n Plugin -n PluginDevice -n PluginMount -n PluginEnv -n PluginInterfaceType
|