podman/pkg/domain/entities
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
..
container_ps.go Merge pull request #5978 from rhatdan/ports 2020-04-27 21:27:49 +02:00
containers.go v2 podman stats 2020-05-05 08:46:51 -05:00
engine.go v2 system subcommand 2020-05-05 12:24:33 -05:00
engine_container.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
engine_image.go manifest annotate 2020-05-05 15:01:32 -04:00
engine_system.go v2 system subcommand 2020-05-05 12:24:33 -05:00
events.go podman rmi: refactor logic 2020-04-21 08:12:25 +02:00
filters.go V2 podman command 2020-03-18 16:41:12 -07:00
generate.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go V2 Restore images list tests 2020-04-29 08:24:56 -07:00
manifest.go manifest annotate 2020-05-05 15:01:32 -04:00
network.go v2networking enable commands 2020-04-30 14:53:54 -05:00
play.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
pods.go implement pod stats 2020-04-27 12:00:35 +02:00
set.go V2 podman images/image list 2020-03-24 16:06:01 -07:00
system.go v2 system subcommand 2020-05-05 12:24:33 -05:00
types.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
volumes.go podmanv2 volumes 2020-03-24 16:03:49 -05:00