# Functions
InitQOS creates the top level qos cgroup containers We create top level QoS containers for only Burstable and Best Effort and not Guaranteed QoS class.
NewCgroupManager is a factory method that returns a CgroupManager.
TODO(vmarmol): Add limits to the system containers.
No description provided by the author
# Constants
The percent of the machine memory capacity.
No description provided by the author
No description provided by the author
No description provided by the author
The minimum memory limit allocated to docker container: 150Mi.
# Structs
CgroupConfig holds the cgroup configuration information.
No description provided by the author
QOSContainersInfo hold the names of containers per qos.
ResourceConfig holds information about all the supported cgroup resource parameters.
No description provided by the author
# Interfaces
CgroupManager allows for cgroup management.
Manages the containers running on a machine.
# Type aliases
TODO: plumb this up as a flag to Kubelet in a future PR.