kubernetes/pkg/kubelet/cm
Kevin Klues bc686ea27b Update TopologyManager.GetTopologyHints() to take pointers
Previously, this function was taking full Pod and Container objects
unnecessarily. This commit updates this so that they will take pointers
instead.
2020-02-03 17:13:28 +00:00
..
cpumanager Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
cpuset Merge pull request #77609 from tedyu/union-all-test 2019-05-16 20:39:26 -07:00
devicemanager Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
topologymanager Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
util hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
BUILD Pass initial set of runtime containers to the CPUManager at startup 2019-12-11 23:02:51 +01:00
cgroup_manager_linux_test.go Fix reserved cgroup systemd 2019-06-07 10:48:42 -04:00
cgroup_manager_linux.go Update container hugepage limit when creating the container 2020-01-28 09:35:02 +09:00
cgroup_manager_test.go
cgroup_manager_unsupported.go
container_manager_linux_test.go Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
container_manager_linux.go Return error instead of panic when cpu manager starts failed. 2019-12-19 21:56:23 +08:00
container_manager_stub.go Updates to container manager and internal container lifecycle to accommodate Topology Manager 2019-07-24 08:09:38 +01:00
container_manager_unsupported.go Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
container_manager_windows.go Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
container_manager.go added --reserved-cpus kubelet command option 2019-11-06 07:33:52 -05:00
fake_internal_container_lifecycle.go
helpers_linux_test.go update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
helpers_linux.go only collect metrics for cgroups required by the summary API 2019-05-10 12:12:41 -07:00
helpers_unsupported.go only collect metrics for cgroups required by the summary API 2019-05-10 12:12:41 -07:00
helpers.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08:00
internal_container_lifecycle.go Updates to container manager and internal container lifecycle to accommodate Topology Manager 2019-07-24 08:09:38 +01:00
node_container_manager_linux_test.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08:00
node_container_manager_linux.go Merge pull request #81206 from tallclair/staticcheck-kubelet-push 2019-08-22 15:09:43 -07:00
OWNERS Add klueska as an approver in pkg/kubelet/cm/OWNERS 2019-12-17 10:40:23 +01:00
pod_container_manager_linux_test.go
pod_container_manager_linux.go Add podCgroup to process kill events to allow for correlation 2019-10-08 13:12:48 -04:00
pod_container_manager_stub.go
pod_container_manager_unsupported.go
qos_container_manager_linux.go Remove dead code from pkg/kubelet/... 2019-08-21 10:40:21 -07:00
types.go Implement SupportNodePidsLimit, hand-tested 2019-02-13 14:56:17 -05:00