spiegel_podman/pkg/domain
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
..
entities swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
filters Bump Go module to v5 2024-02-08 09:35:39 -05:00
infra Add os, arch, and ismanifest to libpod image list 2024-04-11 08:46:37 -05:00
utils Merge pull request #21583 from Luap99/scp-port 2024-02-12 21:35:56 +00:00