automation-tests/cmd/podman/common
Charlie Doern 050f3291b9 implement podman update
podman update allows users to change the cgroup configuration of an existing container using the already defined resource limits flags
from podman create/run. The supported flags in crun are:

this command is also now supported in the libpod api via the /libpod/containers/<CID>/update endpoint where
the resource limits are passed inthe request body and follow the OCI resource spec format

–memory
–cpus
–cpuset-cpus
–cpuset-mems
–memory-swap
–memory-reservation
–cpu-shares
–cpu-quota
–cpu-period
–blkio-weight
–cpu-rt-period
–cpu-rt-runtime
-device-read-bps
-device-write-bps
-device-read-iops
-device-write-iops
-memory-swappiness
-blkio-weight-device

resolves #15067

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2022-09-01 13:02:01 -04:00
..
completion.go Add "podman kube generate" command 2022-08-11 16:58:24 +01:00
completion_test.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
create.go implement podman update 2022-09-01 13:02:01 -04:00
create_opts.go podman pod clone 2022-06-10 14:23:19 -04:00
create_test.go linter: enable unconvert linter 2022-05-19 13:59:15 +02:00
default.go Support setting image_volume_mode in containers.conf 2022-05-26 14:16:26 -04:00
diffChanges.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
netflags.go Add Docker compatibility for --dns-option to --dns-opt 2022-08-15 07:38:08 -04:00
sign.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00