automation-tests/cmd/podman/common
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
..
completion.go Merge pull request #12595 from Luap99/network-id 2021-12-14 20:56:55 +01:00
completion_test.go Shell completion for --format with anonymous fields 2021-08-27 10:28:15 +02:00
create.go Pod Security Option support 2021-12-27 13:39:36 -05:00
create_opts.go Warn on use of --kernel-memory 2021-12-22 06:20:21 -05:00
create_test.go Add new networks format to spegecen 2021-12-14 15:23:39 +01:00
default.go bump go module to v3 2021-02-22 09:03:51 +01:00
diffChanges.go bump go module to v3 2021-02-22 09:03:51 +01:00
netflags.go support advanced network configuration via cli 2021-12-14 15:23:39 +01:00