mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 18:05:41 +00:00
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> |
||
|---|---|---|
| .. | ||
| containers.go | ||
| containers_create.go | ||
| containers_stats.go | ||
| generate.go | ||
| healthcheck.go | ||
| images.go | ||
| images_pull.go | ||
| images_push.go | ||
| info.go | ||
| kube.go | ||
| manifests.go | ||
| networks.go | ||
| play.go | ||
| pods.go | ||
| secrets.go | ||
| swagger_spec.go | ||
| system.go | ||
| volumes.go | ||