ModifyVolumeStatus

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

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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