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

@@ -23160,7 +23160,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref common.Referenc
},
"reason": {
SchemaProps: spec.SchemaProps{
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{"string"},
Format: "",
},
@@ -23368,7 +23368,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref common.ReferenceCa
},
},
SchemaProps: spec.SchemaProps{
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'.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{