automation-tests/pkg/api/handlers/libpod
Valentin Rothberg f269be3a31 add {generate,play} kube
Add the `podman generate kube` and `podman play kube` command.  The code
has largely been copied from Podman v1 but restructured to not leak the
K8s core API into the (remote) client.

Both commands are added in the same commit to allow for enabling the
tests at the same time.

Move some exports from `cmd/podman/common` to the appropriate places in
the backend to avoid circular dependencies.

Move definitions of label annotations to `libpod/define` and set the
security-opt labels in the frontend to make kube tests pass.

Implement rest endpoints, bindings and the tunnel interface.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-05-06 17:08:22 +02:00
..
containers.go allow filters to work when listing containers 2020-04-16 09:21:44 -05:00
containers_create.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00
generate.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
healthcheck.go add apiv2 healthcheck code 2020-03-13 07:43:12 -05:00
images.go image removal: refactor part 2 2020-05-04 16:01:45 +02:00
info.go refactor info 2020-04-06 12:45:42 -05:00
manifests.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
networks.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
play.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
pods.go Merge pull request #5907 from sujil02/systemprune-v2 2020-04-28 18:11:39 +02:00
swagger.go Add pod prune for api v2. 2020-04-17 17:30:58 -04:00
system.go Adding system prune for podman v2 2020-04-24 15:44:07 -04:00
volumes.go Adding system prune for podman v2 2020-04-24 15:44:07 -04:00