RolloutKind class

An object that describes various settings of Rollout execution.

Includes built-in and customizable policies.

Constructors

RolloutKind({Map<String, String>? annotations, String? createTime, ErrorBudget? errorBudget, String? etag, Map<String, String>? labels, String? name, String? rolloutOrchestrationStrategy, String? uid, String? unitFilter, String? unitKind, UnitUpdatePacing? unitUpdatePacing, String? updateTime, String? updateUnitKindStrategy})
RolloutKind.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
createTime String?
The timestamp when the resource was created.
getter/setter pair
errorBudget ErrorBudget?
The configuration for error budget.
getter/setter pair
etag String?
An opaque value that uniquely identifies a version or generation of a resource.
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
rolloutOrchestrationStrategy String?
The strategy used for executing a Rollout.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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
unitKind String?
UnitKind that this rollout kind corresponds to.
getter/setter pair
unitUpdatePacing UnitUpdatePacing?
Settings for controlling the pacing of rollouts i.e. the number of units to be rolled out in parallel in a region.
getter/setter pair
updateTime String?
The timestamp when the resource was last updated.
getter/setter pair
updateUnitKindStrategy String?
The config for updating the unit kind.
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