spiegel_podman/pkg/specgen/generate
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
..
config_linux.go podman v2 remove bloat v2 2020-04-16 12:04:46 -05:00
config_linux_cgo.go podman: add support for --rootfs 2020-04-24 12:56:20 +02:00
config_linux_nocgo.go v2specgen prune libpod 2020-04-14 20:02:20 -05:00
container.go Merge pull request #6024 from baude/v2checkmediatypew 2020-04-28 19:21:50 +02:00
container_create.go Add small fixes for 'podman run' from diffing inspect 2020-05-05 20:21:01 -04:00
namespaces.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
oci.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
pod_create.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
ports.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
security.go Properly handle default capabilities listed in containers.conf 2020-05-01 15:00:26 -04:00
storage.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00