Class Standard
Standard represents the standard deployment strategy.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Standard : IDirectResponseSchema
Properties
Analysis
Optional. Configuration for the analysis job. If this is not configured, the analysis job will not be present.
Declaration
[JsonProperty("analysis")]
public virtual Analysis Analysis { get; set; }
Property Value
| Type | Description |
|---|---|
| Analysis |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Postdeploy
Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present.
Declaration
[JsonProperty("postdeploy")]
public virtual Postdeploy Postdeploy { get; set; }
Property Value
| Type | Description |
|---|---|
| Postdeploy |
Predeploy
Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present.
Declaration
[JsonProperty("predeploy")]
public virtual Predeploy Predeploy { get; set; }
Property Value
| Type | Description |
|---|---|
| Predeploy |
Verify
Optional. Whether to verify a deployment via skaffold verify.
Declaration
[JsonProperty("verify")]
public virtual bool? Verify { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
VerifyConfig
Optional. Configuration for the verify job. Cannot be set if verify is set to true.
Declaration
[JsonProperty("verifyConfig")]
public virtual Verify VerifyConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Verify |