k3s/pkg/scheduler/core
Jonathan Basseri e67b3225a4 Remove predicateResults map from podFitsOnNode.
The purpose of this map is to combine two predicate results before
writing to the equivalence cache. However, the branch that combines
results is unreachable.

1. Combining results happens in the second iteration of the outer loop.
2. There is only a second iteration when podsAdded is true.
3. We skip equiv. cache when podsAdded is true.
2018-04-27 15:55:10 -07:00
..
BUILD Merge pull request #58717 from resouer/extender-interface 2018-03-20 15:34:41 -07:00
equivalence_cache.go Add RunPredicate to EquivalenceCache. 2018-04-27 15:55:10 -07:00
equivalence_cache_test.go Add RunPredicate to EquivalenceCache. 2018-04-27 15:55:10 -07:00
extender.go Add Ignorable flag to extender 2018-03-30 15:10:31 -07:00
extender_test.go Disable pod preemption by config 2018-04-12 21:11:51 -07:00
generic_scheduler.go Remove predicateResults map from podFitsOnNode. 2018-04-27 15:55:10 -07:00
generic_scheduler_test.go Check for old NodeInfo when updating equiv. cache. 2018-04-25 10:18:40 -07:00
scheduling_queue.go Do not schedule pod to the node under PID pressure. 2018-04-26 10:07:42 +08:00
scheduling_queue_test.go Make the `Unschedulable Queue` interface private 2018-02-21 13:53:40 -08:00