kubernetes/pkg/apis/core
Kubernetes Submit Queue 27295d5e01
Merge pull request #54292 from lichuqiang/resourceQuotaForHugepage
Automatic merge from submit-queue (batch tested with PRs 54811, 54292, 56103). 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>.

ResourceQuota support for Hugepages

**What this PR does / why we need it**:
Hugepage resourceQuota support

**Which issue this PR fixes** 
fixes #53672 ResourceQuota part

**Special notes for your reviewer**:
What I'm concerned most is the change in quota evaluator:
Rather than add check especially for resource hugage, I would prefer add a check list, that could be easily extended by adding corresponding prefix into the list (As far as I know, pluginResources  will also support ResourceQuota in later versions)
@derekwaynecarr What's your opinion?

/cc @derekwaynecarr 

**Release note**:

```release-note
NONE
```
2017-11-21 00:02:39 -08:00
..
fuzzer use SecretObject to reference iSCSI CHAP secret 2017-11-18 20:02:44 +00:00
helper update unit test for hugepage resourceQuota support 2017-11-13 09:37:20 +08:00
install Update generated files 2017-11-09 12:14:08 +01:00
v1 generated files 2017-11-18 20:05:40 +00:00
validation use SecretObject to reference iSCSI CHAP secret 2017-11-18 20:02:44 +00:00
annotation_key_constants.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
BUILD Update generated code 2017-11-10 18:26:46 +01:00
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
field_constants.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
json.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
objectreference.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
OWNERS
register.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
resource.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
taint_test.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
taint.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
toleration.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
types.go Merge pull request #54292 from lichuqiang/resourceQuotaForHugepage 2017-11-21 00:02:39 -08:00
zz_generated.deepcopy.go generated files 2017-11-18 20:05:40 +00:00