runc/libcontainer/configs
Kir Kolyshkin 4189cb65f8 cgroups: remove cgroup.Resources.CpuMax
This (and the converting function) is only used by one of the four
cgroup drivers. The other three do some checking and conversion in
place, so let the fs2 do the same.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-06-09 17:15:38 -07:00
..
validate Replace formatted errors when unneeded 2020-05-16 18:13:21 -07:00
blkio_device.go libcontainer: add initial support for cgroups v2 2019-09-05 13:02:25 +02:00
cgroup_linux.go cgroups: remove cgroup.Resources.CpuMax 2020-06-09 17:15:38 -07:00
cgroup_unsupported.go Rename cgroups_windows.go to cgroups_unsupported.go 2019-08-26 18:13:52 -04:00
config.go libcontainer: honor seccomp errnoRet 2020-05-20 09:11:55 +02:00
config_linux.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
config_linux_test.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
config_test.go libcontainer: Set 'status' in hook stdin 2018-11-14 06:49:49 -08:00
config_windows_test.go Windows: Refactor state struct 2015-10-26 14:45:20 -07:00
device.go configs: use different types for .Devices and .Resources.Devices 2020-05-13 17:38:45 +10:00
hugepage_limit.go Adjust runc to new opencontainers/specs version 2015-10-03 12:25:33 +02:00
intelrdt.go libcontainer: intelrdt: add support for Intel RDT/MBA Software Controller in runc 2018-11-13 23:27:08 +08:00
interface_priority_map.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
mount.go config: Add new Extensions flag to support custom mount options in runc 2016-09-30 09:46:46 -07:00
namespaces.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_linux.go libcontainer: implement CLONE_NEWCGROUP 2018-10-23 16:23:00 -04:00
namespaces_syscall.go Add support for cgroup namespace 2018-10-31 10:51:43 -04:00
namespaces_syscall_unsupported.go Fix go_vet errors 2017-01-06 10:20:27 +08:00
namespaces_unsupported.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
network.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00