kubernetes/plugin/pkg/scheduler/algorithm
k8s-merge-robot 98030ded05 Merge pull request #28781 from wojtek-t/optimize_priorities_2
Automatic merge from submit-queue

Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance



Currently copies that are made while copying/creating api.NodeList are significant part of scheduler profile, and a bunch of them are made in places, that are not-parallelizable.
Ref #28590
2016-07-12 06:18:15 -07:00
..
predicates Merge pull request #28669 from lixiaobing10051267/masterTestPodFitsResources 2016-07-11 22:46:09 -07:00
priorities Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance 2016-07-11 21:02:33 +02:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07: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 Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance 2016-07-11 21:02:33 +02:00
types.go Add meta field to predicates signature 2016-07-08 12:25:48 +02:00