spiegel_podman/pkg/bindings
Matthew Heon 569854d634 Unconditionally retrieve pod names via API
The ListContainers API previously had a Pod parameter, which
determined if pod name was returned (but, notably, not Pod ID,
which was returned unconditionally). This was fairly confusing,
so we decided to deprecate/remove the parameter and return it
unconditionally.

To do this without serious performance implications, we need to
avoid expensive JSON decodes of pod configuration in the DB. The
way our Bolt tables are structured, retrieving name given ID is
actually quite cheap, but we did not expose this via the Libpod
API. Add a new GetName API to do this.

Fixes #7214

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-08-10 10:15:51 -04:00
..
containers Unconditionally retrieve pod names via API 2020-08-10 10:15:51 -04:00
generate Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images Make search --no-trunc work for podman remote 2020-07-31 15:39:57 +02:00
manifests Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
network Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
play Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pods Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
system Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
test Unconditionally retrieve pod names via API 2020-08-10 10:15:51 -04:00
volumes Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
bindings.go V2 podman system connection 2020-06-23 08:18:53 -07:00
connection.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
errors.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00