• Kubernetes Submit Queue's avatar
    Merge pull request #30145 from markturansky/limit_range_pvc · a0d4878e
    Kubernetes Submit Queue authored
    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
    ```
    a0d4878e
Name
Last commit
Last update
..
path Loading commit data...
testdata/v1 Loading commit data...
doc.go Loading commit data...
events.go Loading commit data...
events_test.go Loading commit data...
schema.go Loading commit data...
schema_test.go Loading commit data...
validation.go Loading commit data...
validation_test.go Loading commit data...