spiegel_podman/pkg/api/handlers/libpod
Paul Holzinger e6557bf0a2
pkg/api: do not register decoder in endpoint handler
Since the decoder is shared registering the decoder inside a single
endpoint will also register it for all others. Also the problem with
that is the it will register it everytime this endpoint is called which
is wrong.

Instead we should register it once like the other custom decoder
functions.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-29 14:06:54 +02:00
..
containers.go Add support for checkpoint image 2022-04-20 18:55:39 +01:00
containers_create.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
containers_stats.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
generate.go Separator is no longer prepended when prefix is empty on podman generate systemd 2022-03-16 20:26:59 -04:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go import: allow users to set os, arch and variant of imports 2022-03-23 11:22:55 +05:30
images_pull.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests.go fix manifest modify endpoint to respect tlsverify param 2022-04-27 14:32:36 +02:00
networks.go Add version guard to libpod API endpoints 2022-02-09 14:22:42 -07:00
play.go play: kube: use in-memory kubefile and remove tempfile 2022-03-24 00:57:01 -07:00
pods.go Merge pull request #12930 from cdoern/podCgroup 2022-02-04 09:41:12 -05:00
secrets.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
system.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00