k3s/pkg/scheduler/core
Kubernetes Submit Queue 49a1478839
Merge pull request #60263 from tossmilestone/reuse-minNodes
Automatic merge from submit-queue (batch tested with PRs 60106, 59510, 60263, 60063, 59088). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Reuse the `min*Nodes` slices in order to save GC time

**What this PR does / why we need it**:
Reuse the `min*Nodes` slices to save GC time when executing `pickOneNodeForPreemption`.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #59748

**Special notes for your reviewer**:

**Release note**:

```release-note
None
```
2018-02-23 02:59:47 -08:00
..
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
equivalence_cache.go Merge pull request #59479 from tossmilestone/avoid-ecahe-update-race 2018-02-12 16:38:07 -08:00
equivalence_cache_test.go Avoid race condition when updating equivalence cache. 2018-02-09 16:26:41 +08:00
extender.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
extender_test.go Rename func name according TODO 2018-01-15 00:08:59 -05:00
generic_scheduler.go Merge pull request #60263 from tossmilestone/reuse-minNodes 2018-02-23 02:59:47 -08:00
generic_scheduler_test.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
scheduling_queue.go Make the `Unschedulable Queue` interface private 2018-02-21 13:53:40 -08:00
scheduling_queue_test.go Make the `Unschedulable Queue` interface private 2018-02-21 13:53:40 -08:00