Persistent Volume Status Args
data class PersistentVolumeStatusArgs(val lastPhaseTransitionTime: Output<String>? = null, val message: Output<String>? = null, val phase: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<PersistentVolumeStatusArgs>
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).