google_api_cloud_build v0.4.0 GoogleApi.CloudBuild.V1.Model.Volume View Source

Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.

Attributes

  • name (String.t): 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. Defaults to: null.
  • path (String.t): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.Volume{name: any(), path: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.