• Kubernetes Submit Queue's avatar
    Merge pull request #47987 from wongma7/reclaimpolicy · 9c8f74e4
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 49869, 47987, 50211, 50804, 50583)
    
    Add ReclaimPolicy field to StorageClass
    
    fix https://github.com/kubernetes/kubernetes/issues/38192, enough people want this imo so going ahead and adding it according to initial suggested design
    
    some considerations:
    * No Recycle allowed, Retain (& Delete) only.
    * Do we need to gate the field.
    * E2E test where a Retain PV is dynamically provisioned is TODO if we agree we want this & this is the way to do it.
    * Need a feature repo issue to track docs and stuff for 1.8
    
    **Release note**:
    
    ```release-note
    StorageClass has a new field to configure reclaim policy of dynamically provisioned PVs.
    ```
    9c8f74e4
Name
Last commit
Last update
..
bootstrap Loading commit data...
certificates Loading commit data...
cloud Loading commit data...
cronjob Loading commit data...
daemon Loading commit data...
deployment Loading commit data...
disruption Loading commit data...
endpoint Loading commit data...
garbagecollector Loading commit data...
history Loading commit data...
job Loading commit data...
namespace Loading commit data...
node Loading commit data...
podautoscaler Loading commit data...
podgc Loading commit data...
replicaset Loading commit data...
replication Loading commit data...
resourcequota Loading commit data...
route Loading commit data...
service Loading commit data...
serviceaccount Loading commit data...
statefulset Loading commit data...
testutil Loading commit data...
ttl Loading commit data...
volume Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
client_builder.go Loading commit data...
controller_ref_manager.go Loading commit data...
controller_ref_manager_test.go Loading commit data...
controller_utils.go Loading commit data...
controller_utils_test.go Loading commit data...
doc.go Loading commit data...
lookup_cache.go Loading commit data...