podman/pkg/specgen
Charlie Doern c00ea686fe resource limits for pods
added the following flags and handling for podman pod create

--memory-swap
--cpuset-mems
--device-read-bps
--device-write-bps
--blkio-weight
--blkio-weight-device
--cpu-shares

given the new backend for systemd in c/common, all of these can now be exposed to pod create.
most of the heavy lifting (nearly all) is done within c/common. However, some rewiring needed to be done here
as well!

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2022-07-21 14:50:01 -04:00
..
generate resource limits for pods 2022-07-21 14:50:01 -04:00
config_unsupported.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
container_validate.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
namespaces.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
namespaces_test.go pkg/specgen: parse default network mode on server 2022-06-01 17:13:30 +02:00
pod_validate.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
podspecgen.go fix namespace reporting 2022-07-07 09:51:20 -04:00
specgen.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
specgen_test.go fix test 2021-10-11 17:41:58 +08:00
volumes.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
winpath.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
winpath_linux.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
winpath_unsupported.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
winpath_windows.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00