View Source GoogleApi.CloudBuild.V2.Model.VolumeMount (google_api_cloud_build v0.50.1)

Pod volumes to mount into the container's filesystem.

Attributes

  • mountPath (type: String.t, default: nil) - Path within the container at which the volume should be mounted. Must not contain ':'.
  • name (type: String.t, default: nil) - Name of the volume.
  • readOnly (type: boolean(), default: nil) - Mounted read-only if true, read-write otherwise (false or unspecified).
  • subPath (type: String.t, default: nil) - Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
  • subPathExpr (type: String.t, default: nil) - Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.VolumeMount{
  mountPath: String.t() | nil,
  name: String.t() | nil,
  readOnly: boolean() | nil,
  subPath: String.t() | nil,
  subPathExpr: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.