Merge pull request #124969 from RomanBednar/pv-phase-transition-time-ga

graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31
This commit is contained in:
Kubernetes Prow Robot
2024-07-11 15:29:19 -07:00
committed by GitHub
14 changed files with 27 additions and 204 deletions

View File

@@ -26138,7 +26138,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 a beta field and requires the PersistentVolumeLastPhaseTransitionTime feature to be enabled (enabled by default).",
Description: "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.",
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"),
},
},