podman/pkg/api/handlers/libpod
Urvashi Mohnani 20a42d0e4f play kube: Add --wait option
Add a way to keep play kube running in the foreground and terminating all pods
after receiving a a SIGINT or SIGTERM signal. The pods will also be
cleaned up after the containers in it have exited.
If an error occurrs during kube play, any resources created till the
error point will be cleane up also.

Add tests for the various scenarios.

Fixes #14522

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2023-02-28 13:45:36 -05:00
..
containers.go Add missing return after errors 2023-02-06 20:32:06 +01:00
containers_create.go Use request Context() in API handlers 2022-08-18 23:48:43 +03:00
containers_stats.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
generate.go Fix stutters 2022-09-10 07:52:00 -04:00
healthcheck.go Add support for startup healthchecks 2022-11-28 13:30:29 -05:00
images.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
images_pull.go Simplify ImagesPull for when Quiet flag is on 2022-08-18 23:48:41 +03:00
images_push.go Fix stutters 2022-09-10 07:52:00 -04:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
kube.go play kube: Add --wait option 2023-02-28 13:45:36 -05:00
manifests.go Add support for podman-remote manifest annotate 2022-11-24 14:11:08 +09:00
networks.go Add missing return after errors 2023-02-06 20:32:06 +01:00
play.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
pods.go Fix stutters 2022-09-10 07:52:00 -04:00
secrets.go Add labels to secrets 2022-09-20 16:28:00 -04:00
swagger_spec.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
system.go Add podman system prune --external 2022-12-05 18:09:21 +01:00
volumes.go Add podman volume create --ignore 2022-10-24 17:30:31 +02:00