kubernetes/pkg/api/v1
Kubernetes Submit Queue 14a1cdd208 Merge pull request #44785 from jingxu97/April/apistorage
Automatic merge from submit-queue

Add Local Storage Capacity Isolation API

This PR adds the new APIs to support storage capacity isolation as
described in the proposal [https://github.com/kubernetes/community/pull/306](url)

1. Add SizeLimit for emptyDir volume
2. Add scratch and overlay storage type used by container level or
node level


**Release note**:

```release-note
Alpha feature: Local volume Storage Capacity Isolation allows users to set storage limit to isolate EmptyDir volumes, container storage overlay, and also supports allocatable storage for shared root file system. 
```
2017-06-01 09:12:19 -07:00
..
endpoints autogenerated 2017-04-14 10:40:57 -07:00
helper Fix storage node affinity helpers 2017-05-22 15:30:27 -07:00
node move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
pod Use TTL-based caching configmap manager in kubelet 2017-05-31 10:39:40 +02:00
ref move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
resource bazel 2017-04-27 09:41:53 -07:00
service Move defaulting logic for ExternalTrafficPolicy into defaults.go 2017-05-17 12:47:01 -07:00
validation autogenerated 2017-04-14 10:40:57 -07:00
annotation_key_constants.go Move API annotations into annotation_key_constants and remove api/annotations package 2017-05-16 21:55:23 -07:00
backward_compatibility_test.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00
BUILD move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
conversion.go Keep annotation_key_constants consistent 2017-05-16 14:25:30 -07:00
conversion_test.go Remove vestiges of defaulting from conversion path, switch to top-level default registration only 2017-04-12 13:36:15 -04:00
defaults.go Add new AzureDisk API, but not implementation. 2017-05-18 11:36:42 -07:00
defaults_test.go Move defaulting logic for ExternalTrafficPolicy into defaults.go 2017-05-17 12:47:01 -07:00
doc.go Flag all packages as needing defaulters 2016-10-18 21:07:33 -04:00
generate.go move pkg/util/rand 2017-01-16 16:04:03 -05:00
generated.pb.go generated files 2017-05-31 13:06:39 -07:00
generated.proto generated files 2017-05-31 13:06:39 -07:00
meta.go Add initializers and includeUninitialized to the API 2017-05-18 10:07:45 -04:00
objectreference.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
OWNERS Update OWNERS approvers and reviewers: pkg/api 2016-11-09 10:18:08 -08:00
register.go make it possible to move SchemeBuilder with zz_generated.deepcopy.go 2017-04-27 16:57:29 -07:00
resource.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
taint.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
taint_test.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
toleration.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
toleration_test.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
types.generated.go generated files 2017-05-31 13:06:39 -07:00
types.go Add storage isolation API 2017-05-31 12:26:04 -07:00
types_swagger_doc_generated.go generated files 2017-05-31 13:06:39 -07:00
zz_generated.conversion.go generated files 2017-05-31 13:06:39 -07:00
zz_generated.deepcopy.go generated files 2017-05-31 13:06:39 -07:00
zz_generated.defaults.go Autogenerated files 2017-05-17 12:55:56 -07:00