Class: Google::Cloud::Run::V2::GCSVolumeSource
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::GCSVolumeSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Cloud Storage Bucket name.
-
#mount_options ⇒ ::Array<::String>
A list of additional flags to pass to the gcsfuse CLI.
-
#read_only ⇒ ::Boolean
If true, the volume will be mounted as read only for all mounts.
Instance Attribute Details
#bucket ⇒ ::String
Returns Cloud Storage Bucket name.
368 369 370 371 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 368 class GCSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mount_options ⇒ ::Array<::String>
Returns A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading "--".
368 369 370 371 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 368 class GCSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_only ⇒ ::Boolean
Returns If true, the volume will be mounted as read only for all mounts.
368 369 370 371 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 368 class GCSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |