ContainerGroupInitContainerVolumeMount

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

Constructors

Link copied to clipboard
fun ContainerGroupInitContainerVolumeMount(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

The directory of the mounted volume. Data under this directory will be overwritten by the data in the volume.

Link copied to clipboard
val name: String? = null

The name of the mounted volume.

Link copied to clipboard
val readOnly: Boolean? = null

Specifies whether the volume is read-only. Default value: false.