kubernetes/pkg/api/v1
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
..
backward_compatibility_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
conversion.go Custom conversion reactions to minReadySeconds/availableReplicas 2016-09-28 11:06:40 +02:00
defaults_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
defaults.go support Azure data disk volume 2016-08-23 13:23:07 +00:00
doc.go Add +k8s:openapi-gen tag to API types 2016-09-12 18:47:03 -07:00
generated.pb.go Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00
generated.proto Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00
helpers.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
meta.go add ClusterName field to ObjectMeta 2016-08-22 21:09:57 -07:00
register.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
types_swagger_doc_generated.go Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00
types.generated.go Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00
types.go Merge pull request #30145 from markturansky/limit_range_pvc 2016-10-12 20:26:59 -07:00
zz_generated.conversion.go Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00
zz_generated.deepcopy.go Generated code for RS/RC conditions 2016-10-10 18:34:01 +02:00