ContainerGroupContainerVolumeMount

data class ContainerGroupContainerVolumeMount(val mountPath: String? = null, val name: String? = null, val readOnly: Boolean? = null)

Constructors

Link copied to clipboard
constructor(mountPath: String? = null, name: String? = null, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountPath: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val readOnly: Boolean? = null