k3s/pkg/scheduler/util
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
..
BUILD
backoff_utils.go
backoff_utils_test.go
testutil.go
testutil_test.go
utils.go Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
utils_test.go Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00