mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-27 04:44:58 -04:00
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 ``` |
||
|---|---|---|
| .. | ||
| path | ||
| testdata/v1 | ||
| doc.go | ||
| events.go | ||
| events_test.go | ||
| schema.go | ||
| schema_test.go | ||
| validation.go | ||
| validation_test.go | ||