kubernetes/pkg/scheduler/cache
Yecheng Fu 2f46bc8a18 Use seqeuence number to represent generation of equivalence cache.
- snapshot equivalence cache generation numbers before snapshotting the
scheduler cache
- skip update when generation does not match live generation
- keep the node and increment its generation to invalidate it instead of
deletion
- use predicates order ID as key to improve performance
2018-09-22 12:08:21 +08:00
..
BUILD Use seqeuence number to represent generation of equivalence cache. 2018-09-22 12:08:21 +08:00
cache_test.go Use seqeuence number to represent generation of equivalence cache. 2018-09-22 12:08:21 +08:00
cache.go Use seqeuence number to represent generation of equivalence cache. 2018-09-22 12:08:21 +08:00
interface.go Use seqeuence number to represent generation of equivalence cache. 2018-09-22 12:08:21 +08:00
node_info_test.go fix an issue in NodeInfo.Clone() 2018-08-15 13:31:16 -07:00
node_info.go Fix cloning image states from node info 2018-08-31 00:58:29 -07:00
node_tree_test.go Add a node tree that allows iterating over nodes in regions and zones 2018-08-17 09:56:51 -07:00
node_tree.go Add NodeTree to the scheduler cache 2018-08-17 09:56:51 -07:00
util_test.go Rework image locality with spread-based scoring 2018-07-11 23:58:23 -07:00
util.go Rework image locality with spread-based scoring 2018-07-11 23:58:23 -07:00