View Source GoogleApi.Run.V1.Model.VolumeMount (quiqup_google_api_run v0.28.0)
VolumeMount describes a mounting of a Volume within a container.
attributes
Attributes
-
mountPath(type:String.t, default:nil) - Path within the container at which the volume should be mounted. Must not contain ':'. -
name(type:String.t, default:nil) - The name of the volume. There must be a corresponding Volume with the same name. -
readOnly(type:boolean(), default:nil) - (Optional) Only true is accepted. Defaults to true. -
subPath(type:String.t, default:nil) - (Optional) Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
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.