Merge pull request #121601 from carlory/fix-pvc-condition

fix wrong condition description in PVC
This commit is contained in:
Kubernetes Prow Robot
2023-12-14 22:07:46 +01:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

@@ -8079,7 +8079,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": {
@@ -8210,7 +8210,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": {
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition"
},

View File

@@ -4184,7 +4184,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": {
@@ -4347,7 +4347,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

@@ -3122,7 +3122,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": {
@@ -3240,7 +3240,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": [
{