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

@@ -23755,7 +23755,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: "",
},
@@ -23977,7 +23977,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{