View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2GCSVolumeSource (google_api_run v0.30.0)

Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.

Attributes

  • bucket (type: String.t, default: nil) - Cloud Storage Bucket name.
  • readOnly (type: boolean(), default: nil) - If true, the volume will be mounted as read only for all mounts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2GCSVolumeSource{
  bucket: String.t() | nil,
  readOnly: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.