Volume Attachment Spec Patch
data class VolumeAttachmentSpecPatch(val attacher: String? = null, val nodeName: String? = null, val source: VolumeAttachmentSourcePatch? = null)
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Constructors
Link copied to clipboard
constructor(attacher: String? = null, nodeName: String? = null, source: VolumeAttachmentSourcePatch? = null)