Bind Options Response
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
fun BindOptionsResponse(createHostPath: Boolean? = null, propagation: String? = null, selinux: String? = null)