spiegel_podman/cmd/podman/common
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 cgroupsns was not following containers.conf 2020-05-01 15:00:33 -04:00
create_opts.go cmd, podman: do not override entrypoint if unset 2020-04-30 11:33:34 +02:00
createparse.go Cleanup network option parsing 2020-04-19 05:19:30 -04:00
default.go Provide a json variable pointing to a configured json API 2020-04-21 07:56:10 -07:00
netflags.go Merge pull request #5919 from rhatdan/v2 2020-04-21 16:53:53 -04:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
util.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
volumes.go Enable basic volumes support in Podmanv2 2020-04-22 14:24:12 -04:00