Job Definition Device Args
data class JobDefinitionDeviceArgs(val containerPath: Output<String>? = null, val hostPath: Output<String>? = null, val permissions: Output<List<String>>? = null) : ConvertibleToJava<JobDefinitionDeviceArgs>
Properties
Link copied to clipboard
The path inside the container that's used to expose the host device. By default, the hostPath
value is used.
Link copied to clipboard
The explicit permissions to provide to the container for the device. By default, the container has permissions for read
, write
, and mknod
for the device.