kubernetes/plugin/pkg/scheduler/algorithm
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
..
predicates Move DefaultMaxEBSVolumes constant into scheduler 2018-01-03 08:19:38 -08:00
priorities Merge pull request #56317 from guangxuli/refactor_priority_CalculateAntiAffinityPriority 2018-01-04 03:22:42 -08:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface.go Add logic to account for pods nominated to run on nodes, but are not running yet. 2017-11-20 22:17:05 -08: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 Replace node's alpha taint key with GA 2017-11-17 15:35:35 +08:00