BindOptionsResponse

data class BindOptionsResponse(val createHostPath: Boolean? = null, val propagation: String? = null, val selinux: String? = null)

Describes the bind options for the container

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createHostPath: Boolean? = null

Indicate whether to create host path.

Link copied to clipboard
val propagation: String? = null

Type of Bind Option

Link copied to clipboard
val selinux: String? = null

Mention the selinux options.