kubernetes/plugin/pkg/scheduler
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
..
algorithm Merge pull request #55263 from anfernee/refactor_reduce 2017-11-17 13:34:17 -08:00
algorithmprovider Update generated files 2017-11-09 12:14:08 +01:00
api Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
core Refactor Priority Reduce functions 2017-11-08 10:00:23 -08:00
factory Merge pull request #55263 from anfernee/refactor_reduce 2017-11-17 13:34:17 -08:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
schedulercache add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
testing Autogenerated files 2017-10-20 23:22:03 -07:00
util add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
BUILD Autogenerated files 2017-10-24 16:04:58 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go Merge pull request #52421 from WIZARD-CXY/fixpredicate 2017-11-15 09:30:36 -08:00
scheduler_test.go add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
testutil.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00