automation-tests/cmd/podman/pods
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
..
create.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
exists.go system tests must pass 2020-04-28 15:17:00 -05:00
inspect.go Provide a json variable pointing to a configured json API 2020-04-21 07:56:10 -07:00
kill.go Podman V2 birth 2020-04-16 15:53:58 -05:00
pause.go Podman V2 birth 2020-04-16 15:53:58 -05:00
pod.go Fix errors found when comparing podman v1 --help versus V2 2020-05-04 14:16:34 -04:00
prune.go And system prune feature for v2. 2020-05-01 13:57:16 -04:00
ps.go Fix errors found when comparing podman v1 --help versus V2 2020-05-04 14:16:34 -04:00
restart.go Podman V2 birth 2020-04-16 15:53:58 -05:00
rm.go Fix typos in rm messages 2020-04-28 15:57:40 -04:00
start.go Podman V2 birth 2020-04-16 15:53:58 -05:00
stats.go Fix errors found when comparing podman v1 --help versus V2 2020-05-04 14:16:34 -04:00
stop.go Update podman to use containers.conf 2020-04-20 16:11:36 -04:00
top.go Fix errors found when comparing podman v1 --help versus V2 2020-05-04 14:16:34 -04:00
unpause.go Podman V2 birth 2020-04-16 15:53:58 -05:00