fix wrong condition description in PVC

This commit is contained in:
carlory
2023-10-30 11:57:41 +08:00
parent bfd67c4454
commit 083818f9e2
7 changed files with 14 additions and 14 deletions

View File

@@ -4070,7 +4070,7 @@
"type": "string"
},
"reason": {
"description": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized.",
"description": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"Resizing\" that means the underlying persistent volume is being resized.",
"type": "string"
},
"status": {
@@ -4231,7 +4231,7 @@
"type": "object"
},
"conditions": {
"description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.",
"description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.",
"items": {
"allOf": [
{

View File

@@ -3023,7 +3023,7 @@
"type": "string"
},
"reason": {
"description": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized.",
"description": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"Resizing\" that means the underlying persistent volume is being resized.",
"type": "string"
},
"status": {
@@ -3139,7 +3139,7 @@
"type": "object"
},
"conditions": {
"description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.",
"description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.",
"items": {
"allOf": [
{