Class GoogleCloudRunV2ContainerOverride
Per-container override specification.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ContainerOverride : IDirectResponseSchema
Properties
Args
Optional. Arguments to the entrypoint. Will replace existing args for override.
Declaration
[JsonProperty("args")]
public virtual IList<string> Args { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ClearArgs
Optional. True if the intention is to clear out existing args list.
Declaration
[JsonProperty("clearArgs")]
public virtual bool? ClearArgs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
List of environment variables to set in the container. Will be merged with existing env for override.
Declaration
[JsonProperty("env")]
public virtual IList<GoogleCloudRunV2EnvVar> Env { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV2EnvVar> |
Name
The name of the container specified as a DNS_LABEL.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |