Generated StorageClass.ReclaimPolicy code

This commit is contained in:
Matthew Wong
2017-06-23 15:31:21 -04:00
parent 0356a840ff
commit 396e6f6eb1
30 changed files with 567 additions and 204 deletions

View File

@@ -63074,6 +63074,10 @@
"provisioner": {
"description": "Provisioner indicates the type of the provisioner.",
"type": "string"
},
"reclaimPolicy": {
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.",
"type": "string"
}
},
"x-kubernetes-group-version-kind": [
@@ -63146,6 +63150,10 @@
"provisioner": {
"description": "Provisioner indicates the type of the provisioner.",
"type": "string"
},
"reclaimPolicy": {
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.",
"type": "string"
}
},
"x-kubernetes-group-version-kind": [