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:
Sebastiaan van Stijn
2025-02-10 18:49:07 +01:00
parent f4dc38cd36
commit be1ac5d8e5
11 changed files with 99 additions and 92 deletions

View File

@@ -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 \