automation-tests/pkg/api/handlers/libpod
cdoern 289270375a Pod Security Option support
Added support for pod security options. These are applied to infra and passed down to the
containers as added (unless overridden).

Modified the inheritance process from infra, creating a new function Inherit() which reads the config, and marshals the compatible options into an intermediate struct `InfraInherit`
This is then unmarshaled into a container config and all of this is added to the CtrCreateOptions. Removes the need (mostly) for special additons which complicate the Container_create
code and pod creation.

resolves #12173

Signed-off-by: cdoern <cdoern@redhat.com>
2021-12-27 13:39:36 -05:00
..
containers.go api/handlers: Add checkpoint/restore FileLocks 2021-11-19 13:11:21 +00:00
containers_create.go Podman run --passwd 2021-12-21 17:19:41 -05:00
containers_stats.go Update vendor or containers/common moving pkg/cgroups there 2021-12-07 06:17:11 -05:00
generate.go Add restart-sec option to systemd generate 2021-12-03 12:11:28 +01:00
healthcheck.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
images.go faster image inspection 2021-10-08 14:47:33 +02:00
images_pull.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
info.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
manifests.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
networks.go network connect allow ip, ipv6 and mac address 2021-12-14 15:23:39 +01:00
play.go play kube add support for multiple networks 2021-12-14 15:23:40 +01:00
pods.go Pod Security Option support 2021-12-27 13:39:36 -05:00
secrets.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
swagger.go fix incorrect swagger doc for network dis/connect 2021-12-14 15:23:39 +01:00
system.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
volumes.go Allow label and labels when creating volumes 2021-10-28 16:02:22 -07:00