automation-tests/cmd/podman/pods
Aditya Rajan 11fc0e5540 kube: Add support for podman pod logs
Following PR adds support for `kubectl` like `pod logs` to podman.
Usage `podman pod logs <podIDorName` gives a stream of logs for all
the containers within the pod with **containername** as a field.

Just like **`kubectl`** also supports `podman pod logs -c ctrIDorName podIDorName`
to limit the log stream to any of the specificied container which belongs to pod.

Signed-off-by: Aditya Rajan <arajan@redhat.com>
2021-09-05 16:24:49 +05:30
..
create.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
exists.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
inspect.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
kill.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
logs.go kube: Add support for podman pod logs 2021-09-05 16:24:49 +05:30
pause.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
pod.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
prune.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
ps.go Shell completion for --format with anonymous fields 2021-08-27 10:28:15 +02:00
restart.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00
rm.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
start.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
stats.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
stop.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
top.go Scrub podman commands to use report package 2021-06-16 16:53:48 -07:00
unpause.go [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands 2021-05-27 11:40:43 -07:00