GCSVolumeSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.
Attributes |
|
|---|---|
| Name | Description |
bucket |
str
Cloud Storage Bucket name. |
read_only |
bool
If true, the volume will be mounted as read only for all mounts. |
mount_options |
MutableSequence[str]
A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading "--". |