JobTemplateInitContainerVolumeMountArgs

data class JobTemplateInitContainerVolumeMountArgs(val name: Output<String>, val path: Output<String>, val subPath: Output<String>? = null) : ConvertibleToJava<JobTemplateInitContainerVolumeMountArgs>

Constructors

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

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

Link copied to clipboard
val subPath: Output<String>? = null

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

Functions

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