google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.VolumeMount View Source
VolumeMount describes a mounting of a Volume within a container.
Attributes
mountPath
(type:String.t
, default:nil
) - Path within the container at which the volume should be mounted. Must not contain ':'.mountPropagation
(type:String.t
, default:nil
) - 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. +optionalname
(type:String.t
, default:nil
) - This must match the Name of a Volume.readOnly
(type:boolean()
, default:nil
) - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optionalsubPath
(type:String.t
, default:nil
) - Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional
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
Unwrap a decoded JSON object into its complex fields.