PV Recycling API
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user