BindOptionsArgs

data class BindOptionsArgs(val createHostPath: Output<Boolean>? = null, val propagation: Output<String>? = null, val selinux: Output<String>? = null) : ConvertibleToJava<BindOptionsArgs>

Describes the bind options for the container

Constructors

Link copied to clipboard
constructor(createHostPath: Output<Boolean>? = null, propagation: Output<String>? = null, selinux: Output<String>? = null)

Properties

Link copied to clipboard
val createHostPath: Output<Boolean>? = null

Indicate whether to create host path.

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

Type of Bind Option

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

Mention the selinux options.

Functions

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