Class CustomCanaryDeployment (1.18.0)

CustomCanaryDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CustomCanaryDeployment represents the custom canary deployment configuration.

Attribute

NameDescription
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.