kubernetes/plugin/pkg/scheduler
PingWang 82009eb5db A optimization for “RegisterCustomFitPredicate” function, avoiding redundancy
In RegisterCustomFitPredicate, when policy.Argument is nil and fitPredicateMap has the policy.Name, it can return the policy.Name directly. Subsequent operations are redundant.
2016-05-13 12:40:13 +08:00
..
algorithm Remove nodeName from predicate signature. 2016-05-06 11:23:37 +02:00
algorithmprovider Move inter-pod affinity predicate and priority functions from default to 2016-05-07 16:57:07 -07:00
api Add a streaming and "raw" abstraction to codec factory 2016-03-23 17:25:20 -04:00
factory A optimization for “RegisterCustomFitPredicate” function, avoiding redundancy 2016-05-13 12:40:13 +08:00
metrics Fix duplicated rate limit in scheduler 2016-01-13 20:51:55 +08:00
schedulercache Remove nodeName from predicate signature. 2016-05-06 11:23:37 +02:00
testing Store node information in NodeInfo 2016-04-25 10:08:05 +02:00
extender_test.go Fixing all the "composite literal uses unkeyed fields" Vet errors. 2016-03-25 15:25:09 -07:00
extender.go support CIDRs in NO_PROXY 2016-03-16 16:22:54 -04:00
generic_scheduler_test.go Remove nodeName from predicate signature. 2016-05-06 11:23:37 +02:00
generic_scheduler.go Remove nodeName from predicate signature. 2016-05-06 11:23:37 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
scheduler_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
scheduler.go schedulercache: remove bind() from AssumePod 2016-04-16 20:30:28 +08:00