kubernetes/pkg/kubelet/cm/cpumanager
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
..
containermap Update CPUmanager containerMap to allow removal by containerRef 2019-12-11 23:02:47 +01:00
state Merge pull request #84705 from whypro/cpumanager-panic-master 2020-01-20 07:25:37 -08:00
topology using online instead to fix kubelet service failed with wrong number of possible NUMA nodes 2019-09-26 21:48:50 +08:00
BUILD Move containerMap out of static policy and into top-level CPUManager 2019-12-11 23:02:51 +01:00
cpu_assignment_test.go kubelet/cm: fix test description 2019-03-07 21:23:15 +02:00
cpu_assignment.go Update CPUManager topology helpers to accept multiple ids 2019-08-29 13:22:54 -05:00
cpu_manager_test.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
cpu_manager.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
fake_cpu_manager.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
OWNERS Add klueska as reviewer for CPUManager and devicemanager 2019-10-03 13:01:41 -07:00
policy_none_test.go Update CPUManager policies to adhere to new state semantics 2019-12-11 23:02:51 +01:00
policy_none.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
policy_static_test.go Return error instead of panic when cpu manager starts failed. 2019-12-19 21:56:23 +08:00
policy_static.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
policy_test.go Update CPUManager to include NUMANodeID in CPUTopology 2019-08-27 16:51:05 -05:00
policy.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
topology_hints_test.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00