Merge pull request #122728 from RomanBednar/pv-phase-transition-time-doc-fix

Remove alpha reference from PersistentVolumeStatus.lastPhaseTransitionTime docs
This commit is contained in:
Kubernetes Prow Robot
2024-01-24 19:51:51 +01:00
committed by GitHub
8 changed files with 8 additions and 7 deletions

View File

@@ -24581,7 +24581,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeStatus(ref common.ReferenceCallbac
},
"lastPhaseTransitionTime": {
SchemaProps: spec.SchemaProps{
Description: "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature.",
Description: "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is a beta field and requires the PersistentVolumeLastPhaseTransitionTime feature to be enabled (enabled by default).",
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"),
},
},