podman/pkg/api/handlers/utils
Daniel J Walsh 1fa4e45a95
Return title fields as a list
Podman is attempting to split the headers returned by the ps
command into a list of headers. Problem is that some headers
are multi-word, and headers are not guaranteed to be split via
a tab. This PR splits the headers bases on white space, and for
the select group of CAPS headers which are multi-word, combines
them back together.

Fixes: https://github.com/containers/podman/issues/17524

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-04-13 11:45:40 -04:00
..
containers.go Return title fields as a list 2023-04-13 11:45:40 -04:00
errors.go libpod/runtime: switch to golang native error wrapping 2022-07-04 15:39:00 +02:00
handler.go Switch to `github.com/blang/semver/v4` 2022-07-14 13:53:13 +02:00
handler_test.go bump golangci-lint to v1.49.0 2022-10-17 09:19:41 +02:00
images.go Don't use github.com/docker/distribution 2022-10-17 14:42:36 -04:00