ContainerDeviceArgs

data class ContainerDeviceArgs(val containerPath: Output<String>? = null, val hostPath: Output<String>, val permissions: Output<String>? = null) : ConvertibleToJava<ContainerDeviceArgs>

Constructors

Link copied to clipboard
constructor(containerPath: Output<String>? = null, hostPath: Output<String>, permissions: Output<String>? = null)

Properties

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

The path in the container where the device will be bound.

Link copied to clipboard
val hostPath: Output<String>

The path on the host where the device is located.

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

The cgroup permissions given to the container to access the device. Defaults to rwm.

Functions

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