AttachedVolumePatch

data class AttachedVolumePatch(val devicePath: String? = null, val name: String? = null)

AttachedVolume describes a volume attached to a node

Constructors

Link copied to clipboard
constructor(devicePath: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val devicePath: String? = null

DevicePath represents the device path where the volume should be available

Link copied to clipboard
val name: String? = null

Name of the attached volume