Volume(mapping=None, *, ignore_unknown_fields=False, **kwargs)Volume represents a named volume in a container.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. Volume's name. |
secret |
google.cloud.run_v2.types.SecretVolumeSource
Secret represents a secret that should populate this volume. This field is a member of oneof_ volume_type.
|
cloud_sql_instance |
google.cloud.run_v2.types.CloudSqlInstance
For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. This field is a member of oneof_ volume_type.
|
empty_dir |
google.cloud.run_v2.types.EmptyDirVolumeSource
Ephemeral storage used as a shared volume. This field is a member of oneof_ volume_type.
|
nfs |
google.cloud.run_v2.types.NFSVolumeSource
For NFS Voumes, contains the path to the nfs Volume This field is a member of oneof_ volume_type.
|
gcs |
google.cloud.run_v2.types.GCSVolumeSource
Persistent storage backed by a Google Cloud Storage bucket. This field is a member of oneof_ volume_type.
|