GetContainerGroupsGroupInitContainerVolumeMount

data class GetContainerGroupsGroupInitContainerVolumeMount(val mountPath: String, val name: String, val readOnly: Boolean)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the volume.

Link copied to clipboard

Default value: false.