kubernetes/pkg/kubelet/qos
mattjmcnaughton 73b2d83125
Refactor docker specific oom const out of qos pkg
Previously, `pkg/kubelet/qos` contained two different docker-specific
OOM constants. One set the oom adj for sandbox docker containers and the
other set the oom adj for the docker daemon. Move both to be closer to
their actual usages in `dockershim`.

This change addresses a TODO and leads us towards the overall goal of
making `pkg/kubelet` runtime agnostic except for `dockershim`.
2020-01-20 10:22:31 -05:00
..
BUILD kubelet: set low oom_score_adj for containers in critical pods 2019-02-05 14:28:36 -06:00
doc.go Fix golint failures of pkg/kubelet/qos 2019-08-05 15:54:15 +02:00
policy_test.go kubelet: set low oom_score_adj for containers in critical pods 2019-02-05 14:28:36 -06:00
policy.go Refactor docker specific oom const out of qos pkg 2020-01-20 10:22:31 -05:00