Class Canary
Canary represents the canary deployment strategy.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Canary : IDirectResponseSchema
Properties
CanaryDeployment
Configures the progressive based deployment for a Target.
Declaration
[JsonProperty("canaryDeployment")]
public virtual CanaryDeployment CanaryDeployment { get; set; }
Property Value
Type | Description |
---|---|
CanaryDeployment |
CustomCanaryDeployment
Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
Declaration
[JsonProperty("customCanaryDeployment")]
public virtual CustomCanaryDeployment CustomCanaryDeployment { get; set; }
Property Value
Type | Description |
---|---|
CustomCanaryDeployment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeConfig
Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
Declaration
[JsonProperty("runtimeConfig")]
public virtual RuntimeConfig RuntimeConfig { get; set; }
Property Value
Type | Description |
---|---|
RuntimeConfig |