google_api_cloud_run v0.0.1 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:
null
. - 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:
null
. - name (String.t): This must match the Name of a Volume. Defaults to:
null
. - readOnly (boolean()): Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional Defaults to:
null
. - subPath (String.t): Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.