podman/pkg/specgen/generate
Valentin Rothberg 840c120c21 play kube: service container
Add the notion of a "service container" to play kube.  A service
container is started before the pods in play kube and is (reverse)
linked to them.  The service container is stopped/removed *after*
all pods it is associated with are stopped/removed.

In other words, a service container tracks the entire life cycle
of a service started via `podman play kube`.  This is required to
enable `play kube` in a systemd unit file.

The service container is only used when the `--service-container`
flag is set on the CLI.  This flag has been marked as hidden as it
is not meant to be used outside the context of `play kube`.  It is
further not supported on the remote client.

The wiring with systemd will be done in a later commit.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-05-12 10:51:13 +02:00
..
kube kube: add support for --userns= 2022-05-10 16:51:01 +02:00
config_linux.go Switch all calls to filepath.Walk to filepath.WalkDir 2022-03-27 07:18:25 -04:00
config_linux_cgo.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
config_linux_nocgo.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
config_linux_test.go Add filepath glob support to --security-opt unmask 2021-05-04 14:40:43 -04:00
container.go libpod: add c.ConfigWithNetworks() 2022-05-06 14:05:45 +02:00
container_create.go Merge pull request #14121 from cdoern/kube 2022-05-09 04:48:49 -04:00
namespaces.go enable gocritic linter 2022-04-26 18:12:22 +02:00
oci.go enable gocritic linter 2022-04-26 18:12:22 +02:00
pause_image.go play kube: service container 2022-05-12 10:51:13 +02:00
pod_create.go play kube: service container 2022-05-12 10:51:13 +02:00
ports.go enable unparam linter 2022-04-25 13:23:20 +02:00
ports_bench_test.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
ports_test.go use libnetwork from c/common 2022-01-12 17:07:30 +01:00
security.go Add support for ipc namespace modes "none, private, sharable" 2022-04-12 13:35:51 -04:00
storage.go Remove error stutter 2022-03-25 21:47:04 -04:00
validate.go enable gocritic linter 2022-04-26 18:12:22 +02:00