kubernetes/pkg/kubelet/dockershim/cm
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 Refactor docker specific oom const out of qos pkg 2020-01-20 10:22:31 -05:00
container_manager_linux.go Refactor docker specific oom const out of qos pkg 2020-01-20 10:22:31 -05:00
container_manager_unsupported.go fix golint failures of pkg/kubelet/dockershim/cm 2019-04-23 12:59:13 +08:00
container_manager_windows.go fix golint failures of pkg/kubelet/dockershim/cm 2019-04-23 12:59:13 +08:00
container_manager.go fix golint failures of pkg/kubelet/dockershim/cm 2019-04-23 12:59:13 +08:00