kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 731f42172b Merge pull request #51266 from resouer/not-ready
Automatic merge from submit-queue. 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>.

Refactor node taint conditions

**What this PR does / why we need it**:
We should use `not-ready` etc as node condition taint key.

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

**Special notes for your reviewer**:

**Release note**:

```release-note
Use `not-ready` to replace `notReady` in node condition taint keys.
```
2017-10-04 06:56:44 -07:00
..
algorithm Merge pull request #51266 from resouer/not-ready 2017-10-04 06:56:44 -07:00
algorithmprovider Enhance scheduler for TaintNodeByCondition. 2017-10-01 08:26:35 +08:00
api Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
core generic_scheduler.go: Fix link in comment 2017-09-21 13:50:42 +08:00
factory Merge pull request #52723 from k82cn/k8s_42001_5 2017-10-03 05:15:20 -07:00
metrics Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
schedulercache Consolidate extended resources and hugepages in Scheduler. 2017-09-18 09:32:16 -04:00
testing Add support to recompute partial predicate metadata upon adding/removing pods 2017-08-28 00:12:46 -07:00
util Add test file for go file 2017-09-19 12:28:36 +08:00
BUILD autogenerated files 2017-09-07 15:31:55 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go Note equivalence class for dev and other fix 2017-09-09 22:35:16 +08:00
scheduler_test.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
testutil.go Add specific types for PredicateMetadata and PredicateMetadataProducer 2017-08-30 10:32:09 -07:00