podman/pkg/specgen/generate
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
..
kube pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
config_linux.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
config_linux_cgo.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02: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 resource limits for pods 2022-07-21 14:50:01 -04:00
container_create.go resource limits for pods 2022-07-21 14:50:01 -04:00
namespaces.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
oci.go resource limits for pods 2022-07-21 14:50:01 -04:00
pause_image.go [BZ #2083997] pod: build pause image in custom user NS 2022-05-13 15:41:28 +02:00
pod_create.go resource limits for pods 2022-07-21 14:50:01 -04:00
ports.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +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 pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
storage.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
validate.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00