LambdaDeviceMount

Contains information about a device that Linux processes in a container can access.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not to add the component's system user as an owner of the device.

Link copied to clipboard

The mount path for the device in the file system.

Link copied to clipboard

The permission to access the device: read/only (ro) or read/write (rw).

Functions

Link copied to clipboard
inline fun copy(block: LambdaDeviceMount.Builder.() -> Unit = {}): LambdaDeviceMount
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String