Files
kubernetes/pkg/api
Kubernetes Submit Queue a0d4878ea9 Merge pull request #30145 from markturansky/limit_range_pvc
Automatic merge from submit-queue

Add PVC storage to LimitRange

This PR adds the ability to add a LimitRange to a namespace that enforces min/max on `pvc.Spec.Resources.Requests["storage"]`.

@derekwaynecarr @abhgupta @kubernetes/sig-storage 

Examples forthcoming. 

```release-note
pvc.Spec.Resources.Requests min and max can be enforced with a LimitRange of type "PersistentVolumeClaim" in the namespace
```
2016-10-12 20:26:59 -07:00
..
2016-07-16 13:48:21 -04:00
2016-09-28 10:53:30 -07:00
2016-09-19 09:57:19 -04:00
2016-08-29 11:31:16 +02:00
2016-09-09 09:55:51 -04:00
2016-07-16 13:48:21 -04:00
2016-10-05 17:31:15 -04:00
2016-09-19 09:57:19 -04:00
2016-08-22 21:09:57 -07:00
2016-09-28 10:53:30 -07:00
2016-03-02 20:46:32 -05:00
2016-07-12 21:52:00 -07:00
2016-08-29 11:31:16 +02:00
2016-09-23 12:03:58 +02:00