podman/pkg/api/handlers
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
..
compat Return title fields as a list 2023-04-13 11:45:40 -04:00
libpod Return title fields as a list 2023-04-13 11:45:40 -04:00
swagger Vendor c/image after https://github.com/containers/image/pull/1816 2023-02-08 22:37:38 +01:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils Return title fields as a list 2023-04-13 11:45:40 -04:00
decoder.go bump golangci-lint to v1.49.0 2022-10-17 09:19:41 +02:00
types.go implement podman update 2022-09-01 13:02:01 -04:00