kubernetes/plugin/pkg/scheduler/algorithm/predicates
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
..
BUILD Update generated files 2017-11-09 12:14:08 +01:00
error.go Add specific errors for pod affinity predicates 2017-09-13 23:47:58 +08:00
metadata_test.go add hostip protocol to the hostport predicates and make unit test adapt to the code change 2017-11-10 15:41:52 +08:00
metadata.go add hostip protocol to the hostport predicates and make unit test adapt to the code change 2017-11-10 15:41:52 +08:00
predicates_test.go Removed opaque integer resources. 2017-11-16 10:47:40 -08:00
predicates.go Added a new scheduling queue based on priority queue. 2017-11-19 11:29:23 -08:00
utils_test.go add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
utils.go add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00