podman/pkg/domain/entities
Paul Holzinger e8055904e1
swagger fix infinitive recursion on some types
Commit 668d517af9 moved a lot of type definitions and by that also
copied a bucnh of swagger:model comments, this caused swagger to create
a incorrect yaml that can no longer be parsed by redoc due
"Self-referencing circular pointer".

The yaml basically defined the type with a name and the pointed to the
same name definition again so it caused a infinitive recursion where
redoc just throws an error but the swagger style ignored the case so it
seemed like it worked but obviously the type information was not
working.

Fixes #22351

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-04-12 15:26:34 +02:00
..
reports Removing the RawInput from the API output 2022-11-17 15:41:01 +09:00
types swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
apply.go Add podman kube apply command 2022-11-01 15:30:17 -04:00
auto-update.go auto update: fix usage of --authfile 2023-07-05 08:30:39 +02:00
container_ps.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
engine.go Remove Libpod special-init conditions 2024-01-12 09:19:34 -05:00
engine_container.go podman network inspect: include running containers 2024-02-28 16:33:26 +01:00
engine_image.go podman manifest add: support creating artifact manifest on the fly 2024-02-29 11:47:44 -05:00
events.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
filters.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
generate.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
machine.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
manifest.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
network.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
play.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
pods.go add --retry --retry-delay to podman run/create 2024-02-29 10:20:21 -05:00
secrets.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
types.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
volumes.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00