kubernetes/plugin/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue 2f1ea7efcf Merge pull request #47515 from zhangxiaoyu-zidif/replace-scheduler-havesame
Automatic merge from submit-queue (batch tested with PRs 47043, 48448, 47515, 48446)

Refactor slice intersection

**What this PR does / why we need it**:
In worst case, the original method is O(N^2), while current method is 3 * O(N).
I think it is better.

**Release note**:

```release-note
NONE
```
2017-07-04 09:12:26 -07:00
..
BUILD Removes alpha feature gate for affinity annotations. Beta fields should be used. 2017-06-23 10:02:14 -05:00
error.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
metadata.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
predicates_test.go Merge pull request #47869 from timothysc/affinity_cleanup 2017-06-24 06:11:42 -07:00
predicates.go Merge pull request #47515 from zhangxiaoyu-zidif/replace-scheduler-havesame 2017-07-04 09:12:26 -07:00
utils_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
utils.go run hack/update-all 2017-06-22 11:31:03 -07:00