Class Volume
Volume represents a named volume in a container.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class Volume : IDirectResponseSchema
Properties
ConfigMap
Not supported in Cloud Run.
Declaration
[JsonProperty("configMap")]
public virtual ConfigMapVolumeSource ConfigMap { get; set; }
Property Value
Type | Description |
---|---|
ConfigMapVolumeSource |
Csi
Volume specified by the Container Storage Interface driver
Declaration
[JsonProperty("csi")]
public virtual CSIVolumeSource Csi { get; set; }
Property Value
Type | Description |
---|---|
CSIVolumeSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmptyDir
Ephemeral storage used as a shared volume.
Declaration
[JsonProperty("emptyDir")]
public virtual EmptyDirVolumeSource EmptyDir { get; set; }
Property Value
Type | Description |
---|---|
EmptyDirVolumeSource |
Name
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Nfs
Declaration
[JsonProperty("nfs")]
public virtual NFSVolumeSource Nfs { get; set; }
Property Value
Type | Description |
---|---|
NFSVolumeSource |
Secret
The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
Declaration
[JsonProperty("secret")]
public virtual SecretVolumeSource Secret { get; set; }
Property Value
Type | Description |
---|---|
SecretVolumeSource |