JobTemplateInitContainerVolumeMount

data class JobTemplateInitContainerVolumeMount(val name: String, val path: String)

Constructors

Link copied to clipboard
constructor(name: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the volume to mount. This must match the name of a volume defined in the volume block.

Link copied to clipboard

The path within the container at which the volume should be mounted. Must not contain :.