kubernetes/pkg/kubelet/cm/topologymanager
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
..
bitmask Update bitmask printing to print in groups of 2 instead of all 64 bits 2020-01-16 17:28:52 +01:00
BUILD Move TopologyManager TestPolicyMerge() to shared test file 2019-11-04 18:43:07 +01:00
fake_topology_manager_test.go Topology Manager Implementation based on Interfaces 2019-07-17 02:30:21 +01:00
fake_topology_manager.go Topology Manager Implementation based on Interfaces 2019-07-17 02:30:21 +01: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 Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00: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 Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
policy_test.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
policy.go Update TopologyManager.Policy.Merge() to return a simple bool 2020-02-03 17:13:28 +00:00
topology_manager_test.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00
topology_manager.go Update TopologyManager.GetTopologyHints() to take pointers 2020-02-03 17:13:28 +00:00