k3s/plugin/pkg/scheduler
Kubernetes Submit Queue ba611194f7 Merge pull request #39718 from foxish/remove-statefulset-special-case
Automatic merge from submit-queue (batch tested with PRs 39230, 39718)

Remove special case for StatefulSets in scheduler

**What this PR does / why we need it**: Removes special case for StatefulSet in scheduler code
/ref: https://github.com/kubernetes/kubernetes/issues/39687

**Special notes for your reviewer**:

**Release note**:

```release-note
Scheduler treats StatefulSet pods as belonging to a single equivalence class.
```
2017-01-11 00:23:11 -08:00
..
algorithm switch from local qos types to api types 2017-01-10 10:54:30 -06:00
algorithmprovider Remove special case for StatefulSets in scheduler 2017-01-10 22:48:11 -08:00
api Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
factory Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
metrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
schedulercache Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testing Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
equivalence_cache.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender_test.go scheduler test: fix test due to nil pod assumption 2016-12-11 20:46:38 -08:00
generic_scheduler.go Update FitError as a message component into the PodConditionUpdater. 2017-01-09 10:24:14 -05:00
generic_scheduler_test.go Update FitError as a message component into the PodConditionUpdater. 2017-01-09 10:24:14 -05:00
scheduler.go Update FitError as a message component into the PodConditionUpdater. 2017-01-09 10:24:14 -05:00
scheduler_test.go Count ttl for assumed pod when binding is finished 2017-01-03 12:45:11 +02:00