Persistent Volume Status
data class PersistentVolumeStatus(val lastPhaseTransitionTime: String? = null, val message: String? = null, val phase: String? = null, val reason: String? = null)
PersistentVolumeStatus is the current status of a persistent volume.
Properties
Link copied to clipboard
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).