kubernetes/test/integration/scheduler
Kubernetes Submit Queue 622789d8f3
Merge pull request #62230 from msau42/redo-integration
Automatic merge from submit-queue (batch tested with PRs 61549, 62230, 62055, 61082, 62212). 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>.

Create StorageClass for each volume binding test case

**What this PR does / why we need it**:
Use a different StorageClass for each test case so that subsequent test cases don't accidentally bind to PVs created in previous test cases.  The alternative solution of waiting for all the resources to be fully deleted added a significant amount of time to the test, so I prefer using this storage class approach.

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

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-04-10 18:19:09 -07:00
..
BUILD Merge pull request #62230 from msau42/redo-integration 2018-04-10 18:19:09 -07:00
extender_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
predicates_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
preemption_test.go Replace nominateNodeName annotation with PodStatus.NominatedNodeName in scheudler logic 2018-02-02 13:06:33 -08:00
priorities_test.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
scheduler_test.go Use typed events client directly 2018-04-01 18:57:29 +10:00
taint_test.go Use initTest for integration to start scheduler 2018-03-31 00:28:08 -07:00
util.go Use pause manifest image 2018-04-06 11:00:50 +05:30
volume_binding_test.go Create StorageClass for each volume binding test case 2018-04-09 17:18:49 -07:00