spiegel_podman/pkg/api/handlers/libpod
Brent Baude 0904873100 rework apiv2 wait endpoint|binding
added the ability to wait on a condition (stopped, running, paused...) for a container.  if a condition is not provided, wait will default to the stopped condition which uses the original wait code paths.  if the condition is stopped, the container exit code will be returned.

also, correct a mux issue we discovered.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-02-28 09:36:53 -06:00
..
containers.go rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
containers_create.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
healthcheck.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
images.go add more image tests for go bindings 2020-02-21 16:11:39 -06:00
networks.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
pods.go rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
swagger.go Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
types.go Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
volumes.go binding tests for volumes 2020-02-27 13:11:42 -06:00