GoogleApi.CloudRun.V1alpha1.Model.VolumeMount (google_api_cloud_run v0.44.3) 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. +optional -
name(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. +optional -
subPath(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
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.