kubelet: enable qos-level memory request reservation

This commit is contained in:
Seth Jennings
2017-02-28 15:03:06 -06:00
parent 01bfbb5fa0
commit cc50aa9dfb
19 changed files with 353 additions and 17 deletions

View File

@@ -38,8 +38,6 @@ const (
// It is the general implementation which allows pod level container
// management if qos Cgroup is enabled.
type podContainerManagerImpl struct {
// nodeInfo stores information about the node resource capacity
nodeInfo *v1.Node
// qosContainersInfo hold absolute paths of the top level qos containers
qosContainersInfo QOSContainersInfo
// Stores the mounted cgroup subsystems