# Functions
GetCgroupSubsystems returns information about the mounted cgroup subsystems.
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.
CgroupSubsystems holds information about the mounted cgroup subsytems.
No description provided by the author
QOSContainersInfo stores 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.
PodContainerManager stores and manages pod level containers The Pod workers interact with the PodContainerManager to create and destroy containers for the pod.
# Type aliases
No description provided by the author