kubernetes/plugin/pkg/scheduler/algorithm
Kubernetes Submit Queue 3ec7487c0f
Merge pull request #55263 from anfernee/refactor_reduce
Automatic merge from submit-queue (batch tested with PRs 55254, 55525, 50108, 54674, 55263). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Refactor Priority Reduce functions

- Reducing the duplicated reduce function by introducing a reduce
  function generator that generates common reduce functions.
- Remove logs from reduce function, so it's purely calculating scores.
- Optimize the reduce functions by removing unnecessary conversion to
  float64.

**Release note**:
```release-note
None
```
2017-11-17 13:34:17 -08:00
..
predicates add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
priorities Merge pull request #55263 from anfernee/refactor_reduce 2017-11-17 13:34:17 -08:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
scheduler_interface_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
types.go Refactor Priority Reduce functions 2017-11-08 10:00:23 -08:00
types_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
well_known_labels.go Use NC to fix deprecated taint key name 2017-09-15 23:54:15 +08:00