podman/pkg/api/handlers/libpod
Paul Holzinger 1514d5c933
silence deprecated warnings for manifest functions
There is no reason to mark them directly as deprecated since we still
have to use them as long as we want to support 3.X calls. The
staticcheck linter is complaining about the Deprecated comment but that
doesn't make sense in this context. There is no good way to only exclude
a single check with golangci-lint.

I renamed the function with a V3 suffix to make clear that we only use
this for backwards compat.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-22 12:51:41 +02:00
..
containers.go Add support for checkpoint image 2022-04-20 18:55:39 +01:00
containers_create.go Translate Memory Limit to Swap in API 2022-04-18 15:38:24 -04: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 silence deprecated warnings for manifest functions 2022-04-22 12:51:41 +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 Remove unused param and clean API handlers 2022-01-22 00:31:18 +01: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