Class RuntimeConfig
RuntimeConfig contains the runtime specific configurations for a deployment strategy.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema
Properties
CloudRun
Cloud Run runtime configuration.
Declaration
[JsonProperty("cloudRun")]
public virtual CloudRunConfig CloudRun { get; set; }
Property Value
Type | Description |
---|---|
CloudRunConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kubernetes
Kubernetes runtime configuration.
Declaration
[JsonProperty("kubernetes")]
public virtual KubernetesConfig Kubernetes { get; set; }
Property Value
Type | Description |
---|---|
KubernetesConfig |