CanaryDeployment class
CanaryDeployment represents the canary deployment configuration
Constructors
-
CanaryDeployment({List<
int> ? percentages, Postdeploy? postdeploy, Predeploy? predeploy, bool? verify}) - CanaryDeployment.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
percentages
↔ List<
int> ? -
The percentage based deployments that will occur as a part of a
Rollout
.getter/setter pair - postdeploy ↔ Postdeploy?
-
Configuration for the postdeploy job of the last phase.
getter/setter pair
- predeploy ↔ Predeploy?
-
Configuration for the predeploy job of the first phase.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verify ↔ bool?
-
Whether to run verify tests after each percentage deployment.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited