volumeAttributes property
stores driver specific attributes.
For Google Cloud Storage volumes, the following attributes are supported:
- bucketName: the name of the Cloud Storage bucket to mount. The Cloud Run Service identity must have access to this bucket. * mountOptions: comma-separated list of mount options to pass to the gcsfuse.
Implementation
core.Map<core.String, core.String>? volumeAttributes;