JobTemplateInitContainerVolumeMountArgs

data class JobTemplateInitContainerVolumeMountArgs(val name: Output<String>, val path: Output<String>) : ConvertibleToJava<JobTemplateInitContainerVolumeMountArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val path: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): JobTemplateInitContainerVolumeMountArgs