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": [

View File

@@ -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": [

View File

@@ -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": [