TriggerBuildOptionsVolumeArgs

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

Constructors

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

Properties

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

Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.

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

Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.

Functions

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