Generated StorageClass.ReclaimPolicy code
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -716,6 +716,10 @@
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class."
|
||||
},
|
||||
"reclaimPolicy": {
|
||||
"$ref": "v1.PersistentVolumeReclaimPolicy",
|
||||
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -957,6 +961,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeReclaimPolicy": {
|
||||
"id": "v1.PersistentVolumeReclaimPolicy",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.WatchEvent": {
|
||||
"id": "v1.WatchEvent",
|
||||
"required": [
|
||||
|
||||
@@ -716,6 +716,10 @@
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class."
|
||||
},
|
||||
"reclaimPolicy": {
|
||||
"$ref": "v1.PersistentVolumeReclaimPolicy",
|
||||
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -957,6 +961,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.PersistentVolumeReclaimPolicy": {
|
||||
"id": "v1.PersistentVolumeReclaimPolicy",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.WatchEvent": {
|
||||
"id": "v1.WatchEvent",
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user