kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 8971a516ed
Merge pull request #56317 from guangxuli/refactor_priority_CalculateAntiAffinityPriority
Automatic merge from submit-queue (batch tested with PRs 57696, 57821, 56317). 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>.

Change priority function(CalculateAntiAffinityPriority) into Map/Reduce pattern

**What this PR does / why we need it**:
Ref #24246. exactly ref https://github.com/kubernetes/kubernetes/issues/51455, the PR aim to unify priority functions(deprecated) by using map/reduce pattern. 
Previous related PR is https://github.com/kubernetes/kubernetes/pull/51192
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
None
**Special notes for your reviewer**:

**Release note**:

```release-note
None
```
2018-01-04 03:22:42 -08:00
..
algorithm Merge pull request #56317 from guangxuli/refactor_priority_CalculateAntiAffinityPriority 2018-01-04 03:22:42 -08:00
algorithmprovider Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
api Regenerate all generated code 2018-01-02 00:21:07 -08:00
core Merge pull request #57502 from tanshanshan/scheduler-NominatedNode 2017-12-24 20:07:41 -08:00
factory Merge pull request #56317 from guangxuli/refactor_priority_CalculateAntiAffinityPriority 2018-01-04 03:22:42 -08:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
schedulercache Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
testing Remove PVCLister and use informer directly. 2017-11-23 10:04:42 +01:00
util Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
volumebinder update build files 2017-11-21 23:19:44 -08:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go using consts to refer to predicate names 2017-12-20 13:21:20 +00:00
scheduler_test.go using consts to refer to predicate names 2017-12-20 13:21:20 +00:00
testutil.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00