k3s/test/integration/scheduler
Kubernetes Submit Queue 2820b45caa Merge pull request #50362 from k82cn/k8s_50360
Automatic merge from submit-queue

Moved node condition filter into a predicates.

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

**Release note**:
```release-note
A new predicates, named 'CheckNodeCondition', was added to replace node condition filter. 'NetworkUnavailable', 'OutOfDisk' and 'NotReady' maybe reported as a reason when failed to schedule pods.
```
2017-08-12 15:10:31 -07:00
..
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
extender_test.go use the core client with version 2017-07-26 19:16:02 +08:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
predicates_test.go Add inter-pod-affinity integration tests and remove corresponding e2e tests 2017-07-26 23:24:28 -04:00
priorities_test.go Addressed reviewer comments 2017-07-20 14:59:18 -07:00
scheduler_test.go Renamed to RegisterMandatoryFitPredicate. 2017-08-12 07:28:40 +08:00
util.go Add inter-pod-affinity integration tests and remove corresponding e2e tests 2017-07-26 23:24:28 -04:00