podman/pkg/spec
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 apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
config_linux_cgo.go add pkg/seccomp 2020-02-12 17:10:18 +01:00
config_linux_nocgo.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
containerconfig.go remove libpod from main 2019-06-25 13:51:24 -05:00
createconfig.go Podman V2 birth 2020-04-16 15:53:58 -05:00
namespaces.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
parse.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
security.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
spec.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
spec_test.go Update podman to use containers.conf 2020-04-20 16:11:36 -04:00
storage.go pkg/spec.InitFSMounts: optimize 2020-04-02 07:52:34 -07:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00