kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 2a18a2aadf
Merge pull request #55103 from ConnorDoyle/remove-oir
Automatic merge from submit-queue (batch tested with PRs 55103, 56036, 56186). 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>.

Removed opaque integer resources (deprecated in v1.8)

**What this PR does / why we need it**:

* Remove opaque integer resources (OIR) support from the code base. This feature was deprecated in v1.8 and replaced by Extended Resources (ER).

**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 #55102

**Release note**:

```release-note
Remove opaque integer resources (OIR) support (deprecated in v1.8.)
```
2017-11-22 00:27:27 -08:00
..
algorithm Merge pull request #55103 from ConnorDoyle/remove-oir 2017-11-22 00:27:27 -08:00
algorithmprovider Merge pull request #51192 from guangxuli/scheduler_priority_functions_map_reduce 2017-11-19 05:22:23 -08:00
api Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
core Autogenerated files 2017-11-20 22:17:06 -08:00
factory fixup! Add logic to account for pods nominated to run on nodes, but are not running yet. Add tests for the new logic. 2017-11-20 22:17:06 -08:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
schedulercache Merge pull request #55103 from ConnorDoyle/remove-oir 2017-11-22 00:27:27 -08:00
testing Autogenerated files 2017-10-20 23:22:03 -07:00
util Autogenerated files 2017-11-19 11:32:14 -08:00
BUILD Autogenerated files 2017-11-19 11:32:14 -08:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go fixup! Add logic to account for pods nominated to run on nodes, but are not running yet. Add tests for the new logic. 2017-11-20 22:17:06 -08:00
scheduler_test.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
testutil.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00