Rollout class

Represents a single rollout execution and its results

Constructors

Rollout({Map<String, String>? annotations, RolloutControl? control, String? createTime, String? deleteTime, String? effectiveUnitFilter, String? endTime, String? etag, String? flagRelease, Map<String, String>? labels, String? name, String? parentRollout, String? release, String? rolloutKind, String? rolloutOrchestrationStrategy, String? rootRollout, String? startTime, String? state, String? stateMessage, String? stateTransitionTime, RolloutStats? stats, String? uid, String? unitFilter, String? updateTime})
Rollout.fromJson(Map json_)

Properties

annotations Map<String, String>?
Annotations is an unstructured key-value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.
getter/setter pair
control RolloutControl?
Requested change to the execution of this rollout.
getter/setter pair
createTime String?
The timestamp when the resource was created.
getter/setter pair
deleteTime String?
The timestamp when the resource was marked for deletion (deletion is an asynchronous operation).
getter/setter pair
effectiveUnitFilter String?
Output only snapshot of the effective unit filter at Rollout start time.
getter/setter pair
endTime String?
The time when the rollout finished execution (regardless of success, failure, or cancellation).
getter/setter pair
etag String?
An opaque value that uniquely identifies a version or generation of a resource.
getter/setter pair
flagRelease String?
Name of the FlagRelease to be rolled out to the target Units.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels on the resource, which can be used for categorization.
getter/setter pair
name String?
Identifier.
getter/setter pair
parentRollout String?
The direct parent rollout that this rollout is stemming from.
getter/setter pair
release String?
Name of the Release that gets rolled out to target Units.
getter/setter pair
rolloutKind String?
Name of the RolloutKind this rollout is stemming from and adhering to.
getter/setter pair
rolloutOrchestrationStrategy String?
The strategy used for executing this Rollout.
getter/setter pair
rootRollout String?
The root rollout that this rollout is stemming from.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time when the rollout started executing.
getter/setter pair
state String?
Current state of the rollout.
getter/setter pair
stateMessage String?
Human readable message indicating details about the last state transition.
getter/setter pair
stateTransitionTime String?
The time when the rollout transitioned into its current state.
getter/setter pair
stats RolloutStats?
Details about the progress of the rollout.
getter/setter pair
uid String?
The unique identifier of the resource.
getter/setter pair
unitFilter String?
CEL(https://github.com/google/cel-spec) formatted filter string against Unit.
getter/setter pair
updateTime String?
The timestamp when the resource was last updated.
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