k3s/pkg/scheduler/schedulercache
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
..
BUILD Add IsUpTodate() to Cache interface. 2018-04-25 10:18:40 -07:00
cache.go Add IsUpTodate() to Cache interface. 2018-04-25 10:18:40 -07:00
cache_test.go Build image size map upon node info updates 2018-05-08 15:02:18 -07:00
interface.go Add IsUpTodate() to Cache interface. 2018-04-25 10:18:40 -07:00
node_info.go Merge pull request #62934 from wackxu/scto 2018-05-09 09:30:11 -07:00
node_info_test.go Merge pull request #62934 from wackxu/scto 2018-05-09 09:30:11 -07:00
util.go