public sealed class Standard : IMessage<Standard>, IEquatable<Standard>, IDeepCloneable<Standard>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class Standard.
Standard represents the standard deployment strategy.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Standard()
public Standard()Standard(Standard)
public Standard(Standard other)| Parameter | |
|---|---|
| Name | Description |
other |
Standard |
Properties
Postdeploy
public Postdeploy Postdeploy { get; set; }Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present.
| Property Value | |
|---|---|
| Type | Description |
Postdeploy |
|
Predeploy
public Predeploy Predeploy { get; set; }Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present.
| Property Value | |
|---|---|
| Type | Description |
Predeploy |
|
Verify
public bool Verify { get; set; }Optional. Whether to verify a deployment via skaffold verify.
| Property Value | |
|---|---|
| Type | Description |
bool |
|