Standard(mapping=None, *, ignore_unknown_fields=False, **kwargs)Standard represents the standard deployment strategy.
Attributes |
|
|---|---|
| Name | Description |
verify |
bool
Optional. Whether to verify a deployment via skaffold verify.
|
predeploy |
google.cloud.deploy_v1.types.Predeploy
Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present. |
postdeploy |
google.cloud.deploy_v1.types.Postdeploy
Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present. |