View Source GoogleApi.Run.V1.Model.VolumeMount (google_api_run v0.30.0)

VolumeMount describes a mounting of a Volume within a container.

Attributes

  • mountPath (type: String.t, default: nil) - Required. Path within the container at which the volume should be mounted. Must not contain ':'.
  • name (type: String.t, default: nil) - Required. The name of the volume. There must be a corresponding Volume with the same name.
  • readOnly (type: boolean(), default: nil) - Sets the mount to be read-only or read-write. Not used by Cloud Run.
  • subPath (type: String.t, default: nil) - Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.