google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.VolumeMount View Source

VolumeMount describes a mounting of a Volume within a container.

Attributes

  • mountPath (String.t): Path within the container at which the volume should be mounted. Must not contain ':'. Defaults to nil.
  • mountPropagation (String.t): mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10. +optional Defaults to nil.
  • name (String.t): This must match the Name of a Volume. Defaults to nil.
  • readOnly (boolean()): Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional Defaults to nil.
  • subPath (String.t): Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional Defaults to nil.

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.CloudRun.V1alpha1.Model.VolumeMount{
  mountPath: String.t(),
  mountPropagation: String.t(),
  name: String.t(),
  readOnly: boolean(),
  subPath: String.t()
}

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.