CustomCanaryDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)CustomCanaryDeployment represents the custom canary deployment configuration.
Attribute |
|
|---|---|
| Name | Description |
phase_configs |
MutableSequence[google.cloud.deploy_v1.types.CustomCanaryDeployment.PhaseConfig]
Required. Configuration for each phase in the canary deployment in the order executed. |
Classes
PhaseConfig
PhaseConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)PhaseConfig represents the configuration for a phase in the custom canary deployment.