k3s/pkg/scheduler/algorithm/priorities
Kubernetes Submit Queue aea6addb82
Merge pull request #62934 from wackxu/scto
Automatic merge from submit-queue (batch tested with PRs 62354, 62934, 63502). 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>.

Refactor GetResourceRequest and GetResourceLimit

**What this PR does / why we need it**:

**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 #

**Special notes for your reviewer**:
/assign @bsalamat 

**Release note**:

```release-note
NONE
```
2018-05-09 09:30:11 -07:00
..
util -Remove TODO comment of GetNonzeroRequests function 2018-04-25 10:44:43 +08:00
BUILD Build files generated 2018-03-30 19:11:51 -04:00
balanced_resource_allocation.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
balanced_resource_allocation_test.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
image_locality.go Build image size map upon node info updates 2018-05-08 15:02:18 -07:00
image_locality_test.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
interpod_affinity.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
interpod_affinity_test.go
least_requested.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
least_requested_test.go
metadata.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
metadata_test.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
most_requested.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
most_requested_test.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
node_affinity.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
node_affinity_test.go
node_label.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
node_label_test.go
node_prefer_avoid_pods.go Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
node_prefer_avoid_pods_test.go
reduce.go
resource_allocation.go Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
resource_limits.go add SetMaxResource for Resource 2018-05-09 15:33:24 +08:00
resource_limits_test.go
selector_spreading.go Do not consider pods being deleted in the same namespace for spreading purposes 2018-03-22 13:51:31 -04:00
selector_spreading_test.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
taint_toleration.go
taint_toleration_test.go
test_util.go