PV Recycling API

This commit is contained in:
markturansky
2015-05-29 16:12:10 -04:00
parent a7ee5559b1
commit 2829fadfad
21 changed files with 155 additions and 11 deletions

View File

@@ -10603,6 +10603,10 @@
"claimRef": {
"$ref": "v1.ObjectReference",
"description": "when bound, a reference to the bound claim"
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
}
}
},
@@ -10807,6 +10811,14 @@
"phase": {
"type": "string",
"description": "the current phase of a persistent volume"
},
"message": {
"type": "string",
"description": "human-readable message indicating details about why the volume is in this state"
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
}
}
},
@@ -12041,4 +12053,4 @@
}
}
}
}
}

View File

@@ -10600,6 +10600,10 @@
"claimRef": {
"$ref": "v1beta3.ObjectReference",
"description": "when bound, a reference to the bound claim"
},
"persistentVolumeReclaimPolicy": {
"type": "string",
"description": "persistentVolumeReclaimPolicy is what happens to a volume when released from its claim; Default is Retain."
}
}
},
@@ -10804,6 +10808,14 @@
"phase": {
"type": "string",
"description": "the current phase of a persistent volume"
},
"message": {
"type": "string",
"description": "human-readable message indicating details about why the volume is in this state"
},
"reason": {
"type": "string",
"description": "(brief) reason the volume is not is not available, such as failed recycling"
}
}
},
@@ -10862,8 +10874,7 @@
"v1beta3.PodSpec": {
"id": "v1beta3.PodSpec",
"required": [
"containers",
"serviceAccount"
"containers"
],
"properties": {
"volumes": {
@@ -12048,4 +12059,4 @@
}
}
}
}
}