mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
api/types/container: rename ContainerTopOKBody to TopResponse
Deprecate ContainerTopOKBody, but keep an alias. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -19,6 +19,7 @@ swagger generate model -f api/swagger.yaml \
|
||||
-t api -m types/container --skip-validator -C api/swagger-gen.yaml \
|
||||
-n ContainerCreateResponse \
|
||||
-n ContainerUpdateResponse \
|
||||
-n ContainerTopResponse \
|
||||
-n ContainerWaitResponse \
|
||||
-n ContainerWaitExitError \
|
||||
-n ChangeType \
|
||||
@@ -45,7 +46,6 @@ 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 Authenticate \
|
||||
-n ContainerTop \
|
||||
-n ImageHistory
|
||||
|
||||
swagger generate model -f api/swagger.yaml \
|
||||
|
||||
Reference in New Issue
Block a user