graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31

This commit is contained in:
Roman Bednar
2024-05-20 13:46:24 +02:00
parent a31030543c
commit 5ea0c7be1e
14 changed files with 27 additions and 204 deletions

View File

@@ -26072,7 +26072,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"),
},
},