Skip to content

Commit

Permalink
Update docs for gcs csi driver and fix readOnly type.
Browse files Browse the repository at this point in the history
  • Loading branch information
bskaplan committed Jan 17, 2024
1 parent c0eafbf commit ea6996e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mmv1/products/cloudrun/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,10 @@ properties:
required: true
description: |-
Unique name representing the type of file system to be created. Cloud Run supports the following values:
* gcsfuse.run.googleapis.com: Mount a Google Cloud Storage bucket using GCSFuse
- !ruby/object:Api::Type::String
* gcsfuse.run.googleapis.com: Mount a Google Cloud Storage bucket using GCSFuse. This driver requires the
run.googleapis.com/execution-environment annotation to be set to "gen2" and
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
- !ruby/object:Api::Type::Boolean
name: 'readOnly'
default_from_api: true
description: |-
Expand All @@ -872,7 +874,7 @@ properties:
description: |-
Driver-specific attributes. The following options are supported for available drivers:
* gcsfuse.run.googleapis.com
* bucketName: the name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
* bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
- !ruby/object:Api::Type::Enum
name: servingState
deprecation_message: >-
Expand Down

0 comments on commit ea6996e

Please sign in to comment.