Persistent Volume Status Patch
data class PersistentVolumeStatusPatch(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 PersistentVolumeStatusPatch(lastPhaseTransitionTime: String? = null, message: String? = null, phase: String? = null, reason: String? = null)