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.
Constructors
Link copied to clipboard
fun PersistentVolumeStatus(lastPhaseTransitionTime: String? = null, message: String? = null, phase: String? = null, reason: String? = null)