mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 06:32:43 -04:00
- 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 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| error.go | ||
| metadata.go | ||
| metadata_test.go | ||
| predicates.go | ||
| predicates_test.go | ||
| testing_helper.go | ||
| utils.go | ||
| utils_test.go | ||