kubernetes/plugin/pkg/scheduler/algorithm
Kubernetes Submit Queue 711b63e78b Merge pull request #28104 from ping035627/ping035627-patch-4
Automatic merge from submit-queue

SchedulerExtender: add failedPredicateMap in Filter() returns

Fix #25797. modify extender.Filter for adding extenders information to “failedPredicateMap” in findNodesThatFit.
When all the filtered nodes that passed "predicateFuncs" don’t pass the extenders filter, the failedPredicateMap hasn’t the extenders information, should add it, I think. So when the length of the “filteredNodes.Items” is 0, we can know the integral information. (The length of the “filteredNodes.Items” is 0, may be because the extenders filter failed.)
2016-08-06 20:50:33 -07:00
..
predicates Enable PodAffinity by default in scheduler 2016-08-02 15:06:45 +02:00
priorities SelectorSpreading using controllerRef. 2016-08-02 16:24:48 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
listers.go Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance 2016-07-11 21:02:33 +02:00
scheduler_interface_test.go Error info "scheduler" modify 2016-07-11 15:17:43 +08:00
scheduler_interface.go modify extends.Filter 2016-08-04 14:03:32 +08:00
types.go Use []*api.Node instead of NodeLister in priority functions. 2016-07-21 08:21:07 +02:00