Stage class
Stage specifies a location to which to deploy.
Constructors
-
Stage({List<
DeployParameters> ? deployParameters, List<String> ? profiles, Strategy? strategy, String? targetId}) - Stage.fromJson(Map json_)
Properties
-
deployParameters
↔ List<
DeployParameters> ? -
The deploy parameters to use for the target in this stage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
profiles
↔ List<
String> ? -
Skaffold profiles to use when rendering the manifest for this stage's
Target
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strategy ↔ Strategy?
-
The strategy to use for a
Rollout
to this stage.getter/setter pair - targetId ↔ String?
-
The target_id to which this stage points.
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