kubernetes/plugin/pkg/scheduler/algorithm
Kubernetes Submit Queue 79b5ccc176 Merge pull request #41708 from bsalamat/statefulset_spreading2
Automatic merge from submit-queue (batch tested with PRs 42200, 39535, 41708, 41487, 41335)

Add support for statefulset spreading to the scheduler

**What this PR does / why we need it**:
The scheduler SelectorSpread priority funtion didn't have the code to spread pods of StatefulSets. This PR adds StatefulSets to the list of controllers that SelectorSpread supports.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #41513

**Special notes for your reviewer**:

**Release note**:

```release-note
Add the support to the scheduler for spreading pods of StatefulSets.
```
2017-02-28 20:16:08 -08:00
..
predicates Make DaemonSet respect critical pods annotation when scheduling 2017-02-27 09:59:45 -08:00
priorities Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00
BUILD Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface_test.go - scheduler extenders that are capable of maintaining their own 2017-02-23 10:25:42 -08:00
scheduler_interface.go - scheduler extenders that are capable of maintaining their own 2017-02-23 10:25:42 -08:00
types.go Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00