ModifyVolumeStatusPatch

data class ModifyVolumeStatusPatch(val status: String? = null, val targetVolumeAttributesClassName: String? = null)

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

Constructors

Link copied to clipboard
constructor(status: String? = null, targetVolumeAttributesClassName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

status is the status of the ControllerModifyVolume operation. It can be in any of following states:

Link copied to clipboard

targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled