DeploymentCanarySettings class
The input configuration for a canary deployment.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- percentTraffic → double?
-
The percentage (0.0-100.0) of traffic routed to the canary deployment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stageVariableOverrides
→ Map<
String, String> ? -
A stage variable overrides used for the canary release deployment. They can
override existing stage variables or add new stage variables for the canary
release deployment. These stage variables are represented as a
string-to-string map between stage variable names and their values.
final
- useStageCache → bool?
-
A Boolean flag to indicate whether the canary release deployment uses the
stage cache or not.
final
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