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 : IDirectResponseSchemaProperties
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? |