Skip to content

Commit

Permalink
Add nfs support to cloudrun v1 services. (GoogleCloudPlatform#10244)
Browse files Browse the repository at this point in the history
  • Loading branch information
bskaplan authored May 16, 2024
1 parent 19dd78e commit 736bafb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions mmv1/products/cloudrun/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,28 @@ properties:
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.
- !ruby/object:Api::Type::NestedObject
name: nfs
description: |-
A filesystem backed by a Network File System share. This filesystem requires the
run.googleapis.com/execution-environment annotation to be set to "gen2" and
run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
min_version: beta
properties:
- !ruby/object:Api::Type::String
name: server
required: true
description: |-
IP address or hostname of the NFS server
- !ruby/object:Api::Type::String
name: path
required: true
description: |-
Path exported by the NFS server
- !ruby/object:Api::Type::Boolean
name: readOnly
description: |-
If true, mount the NFS volume as read only in all mounts. Defaults to false.
- !ruby/object:Api::Type::Enum
name: servingState
deprecation_message: >-
Expand Down

0 comments on commit 736bafb

Please sign in to comment.