kubernetes/pkg/api/validation
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
..
testdata/v1 Check for an empty value in validateField 2016-05-30 14:12:18 +10:00
BUILD Autogenerated files 2017-05-16 21:55:51 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
events.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
events_test.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
schema.go Merge pull request #45390 from mbohlool/c4 2017-05-05 16:39:08 -07:00
schema_test.go pkg/api/testing: cut off fuzzers from static codecs 2017-02-02 06:58:28 +01:00
validation.go Merge pull request #44785 from jingxu97/April/apistorage 2017-06-01 09:12:19 -07:00
validation_test.go Merge pull request #44785 from jingxu97/April/apistorage 2017-06-01 09:12:19 -07:00