kubernetes/pkg/scheduler/framework/plugins/noderesources
Wei Huang dc3d1bd238
Eliminate running paths of Predicates in scheduler
- eliminate running paths of Predicates in scheduler; use Filter Plugins instead.
- refactor all unit tests
- adjust the TestPreemptWithPermitPlugin integration test
2019-12-10 19:14:13 -08:00
..
balanced_allocation_test.go Updated NewSnapshot interface to accept a NodeInfoMap instead of lists of nodes and pods 2019-11-12 11:14:17 -05:00
balanced_allocation.go Update PredicateMetadataProducer to accept a scheduler SharedLister instead of nodeinfomap 2019-10-25 19:19:23 -04:00
BUILD Update PredicateMetadataProducer to accept a scheduler SharedLister instead of nodeinfomap 2019-10-25 19:19:23 -04:00
fit_test.go Return all predicate failures instead of the first one 2019-12-08 21:10:40 -08:00
fit.go Eliminate running paths of Predicates in scheduler 2019-12-10 19:14:13 -08:00
least_allocated_test.go Updated NewSnapshot interface to accept a NodeInfoMap instead of lists of nodes and pods 2019-11-12 11:14:17 -05:00
least_allocated.go Update PredicateMetadataProducer to accept a scheduler SharedLister instead of nodeinfomap 2019-10-25 19:19:23 -04:00
most_allocated_test.go Updated NewSnapshot interface to accept a NodeInfoMap instead of lists of nodes and pods 2019-11-12 11:14:17 -05:00
most_allocated.go Update PredicateMetadataProducer to accept a scheduler SharedLister instead of nodeinfomap 2019-10-25 19:19:23 -04:00
test_util.go LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins 2019-10-19 20:49:05 +08:00