Persistent Volume Status
data class PersistentVolumeStatus(val message: String? = null, val phase: String? = null, val reason: String? = null)
PersistentVolumeStatus is the current status of a persistent volume.
PersistentVolumeStatus is the current status of a persistent volume.