JobTemplateInitContainerVolumeMount

data class JobTemplateInitContainerVolumeMount(val name: String, val path: String, val subPath: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, path: String, subPath: String? = null)

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 :.

Link copied to clipboard
val subPath: String? = null

The sub path of the volume to be mounted in the container.