kubernetes/pkg/kubelet/cm/topologymanager
Alexey Perevalov a047e8aa1b move to cadvisor.MachineInfo
This patch removes GetNUMANodeInfo, cadvisor.MachineInfo will be used
instead of it. GetNUMANodeInfo was introduced due to difference of meaning of
MachineInfo.Topology. On the arm it was NUMA nodes, but on the x86 it
represents sockets (since reading from /proc/cpuinfo). Now it unified
and MachineInfo.Topology represents NUMA node.

Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
2020-07-24 09:29:41 -04:00
..
bitmask Add AnySet() to topologymanager bitmask API 2020-07-20 11:41:13 +00:00
BUILD move to cadvisor.MachineInfo 2020-07-24 09:29:41 -04:00
fake_topology_manager_test.go Topology Manager Implementation based on Interfaces 2019-07-17 02:30:21 +01:00
fake_topology_manager.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
OWNERS Added OWNERS file for Topology Manager 2019-09-11 06:40:24 +01:00
policy_best_effort_test.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_best_effort.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_none_test.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_none.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_restricted_test.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_restricted.go simplify code in topologymanager 2020-03-28 00:04:51 +08:00
policy_single_numa_node_test.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_single_numa_node.go simplify code in topologymanager 2020-03-28 00:04:51 +08:00
policy_test.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
policy.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
topology_manager_test.go Add Allocate() call to TopologyManager's HintProvider interface 2020-02-10 03:27:47 +00:00
topology_manager.go move to cadvisor.MachineInfo 2020-07-24 09:29:41 -04:00