k3s/plugin/pkg/scheduler
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
..
algorithm Merge pull request #41708 from bsalamat/statefulset_spreading2 2017-02-28 20:16:08 -08:00
algorithmprovider Merge pull request #41708 from bsalamat/statefulset_spreading2 2017-02-28 20:16:08 -08:00
api - scheduler extenders that are capable of maintaining their own 2017-02-23 10:25:42 -08:00
core Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00
factory Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00
metrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
schedulercache Change taint/toleration annotations to api fields. 2017-02-22 09:27:42 -05:00
testing Add support for statefulset spreading to the scheduler 2017-02-27 18:04:08 -08:00
util [scheduler] interface for configuration factory, configurator. 2017-01-18 15:06:16 -05:00
BUILD Switch scheduler to use generated listers/informers 2017-02-23 09:57:12 -05:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00
scheduler.go Switch scheduler to use generated listers/informers 2017-02-23 09:57:12 -05:00
scheduler_test.go move the lister.go to testing folder 2017-02-25 23:36:27 +08:00