View Source GoogleApi.Run.V1.Model.Volume (quiqup_google_api_run v0.28.0)
Volume represents a named volume in a container.
attributes
Attributes
-
configMap(type:GoogleApi.Run.V1.Model.ConfigMapVolumeSource.t, default:nil) - -
name(type:String.t, default:nil) - Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved. -
secret(type:GoogleApi.Run.V1.Model.SecretVolumeSource.t, default:nil) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V1.Model.Volume{ configMap: GoogleApi.Run.V1.Model.ConfigMapVolumeSource.t() | nil, name: String.t() | nil, secret: GoogleApi.Run.V1.Model.SecretVolumeSource.t() | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.