Show / Hide Table of Contents

Class Volume

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Volume represents a named volume in a container.

Inheritance
System.Object
Volume
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class Volume : object, IDirectResponseSchema

Properties

ConfigMap

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Declaration
public virtual ConfigMapVolumeSource ConfigMap { get; set; }
Property Value
Type Description
ConfigMapVolumeSource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Volume's name.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Secret

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Declaration
public virtual SecretVolumeSource Secret { get; set; }
Property Value
Type Description
SecretVolumeSource

Implements

IDirectResponseSchema
Back to top