Class CanaryDeployment (1.10.1)

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

CanaryDeployment represents the canary deployment configuration

Attributes

NameDescription
percentages MutableSequence[int]
Required. The percentage based deployments that will occur as a part of a Rollout. List is expected in ascending order and each integer n is 0 <= n="">< 100.="">
verify bool
Whether to run verify tests after each percentage deployment.