kubernetes/pkg/apis/storage
Kubernetes Submit Queue 9c8f74e45c Merge pull request #47987 from wongma7/reclaimpolicy
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.
```
2017-08-17 01:32:18 -07:00
..
fuzzer Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00
install Merge pull request #50094 from sttts/sttts-no-importprefix 2017-08-14 12:14:55 -07:00
util Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
v1 Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00
v1beta1 Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00
validation Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00
BUILD Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00
doc.go stop generating openapi schemas for internal types 2016-12-09 02:41:45 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/apis 2016-11-09 10:18:01 -08:00
register.go Move all *Options to metav1 2017-01-24 13:15:26 -05:00
types.go Add ReclaimPolicy field to StorageClass 2017-08-14 13:34:32 -04:00
zz_generated.deepcopy.go Generated StorageClass.ReclaimPolicy code 2017-08-14 13:36:58 -04:00