VolumeDevicePatchArgs

data class VolumeDevicePatchArgs(val devicePath: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<VolumeDevicePatchArgs>

volumeDevice describes a mapping of a raw block device within a container.

Constructors

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

Properties

Link copied to clipboard
val devicePath: Output<String>? = null

devicePath is the path inside of the container that the device will be mapped to.

Link copied to clipboard
val name: Output<String>? = null

name must match the name of a persistentVolumeClaim in the pod

Functions

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