kubernetes/pkg/scheduler
Yongkun Anfernee Gui 68c2c79362 Refactor HostIP predicate algorithm
- Remove string decode logic. It's not really helping to find the
  conflict ports, and it's expensive to do encoding/decoding
- Not to parse the container ports information in predicate meta, use
  straight []*v1.ContainerPort
- Use better data structure to search port conflict based on ip
  addresses
- Collect scattered source code into common place
2018-01-08 17:10:21 -08:00
..
algorithm Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
algorithmprovider Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
api Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
core Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
factory Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
metrics Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
schedulercache Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
testing Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
util Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
volumebinder Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
BUILD Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
OWNERS Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
scheduler.go Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
scheduler_test.go Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
testutil.go Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00