• Kubernetes Submit Queue's avatar
    Merge pull request #44785 from jingxu97/April/apistorage · 14a1cdd2
    Kubernetes Submit Queue authored
    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. 
    ```
    14a1cdd2
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
deploy Loading commit data...
develop Loading commit data...
docs/api-reference Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
BUILD Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...