VolumeDeviceArgs

data class VolumeDeviceArgs(val devicePath: Output<String>, val name: Output<String>) : ConvertibleToJava<VolumeDeviceArgs>

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

Constructors

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

Properties

Link copied to clipboard
val devicePath: Output<String>

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

Link copied to clipboard
val name: Output<String>

name must match the name of a persistentVolumeClaim in the pod

Functions

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