kubernetes/plugin/pkg/scheduler/algorithm/predicates
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
error.go Moved node condition filter into a predicates. 2017-08-11 16:43:33 +08:00
metadata.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
predicates_test.go Moved node condition filter into a predicates. 2017-08-11 16:43:33 +08:00
predicates.go Moved node condition filter into a predicates. 2017-08-11 16:43:33 +08:00
utils_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
utils.go Cover get equivalence cache in core 2017-08-03 23:03:52 +08:00