ExternalVolumeMountOptions

data class ExternalVolumeMountOptions(val fsType: String? = null, val mountFlags: List<String>? = null)

Constructors

Link copied to clipboard
constructor(fsType: String? = null, mountFlags: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsType: String? = null

(string: optional) - The file system type.

Link copied to clipboard
val mountFlags: List<String>? = null

[]string: optional - The flags passed to mount.