ModifyVolumeStatusPatchArgs

data class ModifyVolumeStatusPatchArgs(val status: Output<String>? = null, val targetVolumeAttributesClassName: Output<String>? = null) : ConvertibleToJava<ModifyVolumeStatusPatchArgs>

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

Constructors

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

Properties

Link copied to clipboard
val status: Output<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

Functions

Link copied to clipboard
open override fun toJava(): ModifyVolumeStatusPatchArgs