RolloutSequence constructor
RolloutSequence({
- AutoUpgradeConfig? autoUpgradeConfig,
- String? computedReleaseChannel,
- String? createTime,
- String? deleteTime,
- String? displayName,
- AutoUpgradeConfig? effectiveAutoUpgradeConfig,
- String? etag,
- ClusterSelector? ignoredClustersSelector,
- Map<
String, String> ? labels, - String? lastQualifiedControlPlaneVersion,
- String? lastQualifiedNodeVersion,
- String? name,
- OperationalState? operationalState,
- List<
Stage> ? stages, - String? targetControlPlaneVersion,
- String? targetNodeVersion,
- String? uid,
- String? updateTime,
Implementation
RolloutSequence({
this.autoUpgradeConfig,
this.computedReleaseChannel,
this.createTime,
this.deleteTime,
this.displayName,
this.effectiveAutoUpgradeConfig,
this.etag,
this.ignoredClustersSelector,
this.labels,
this.lastQualifiedControlPlaneVersion,
this.lastQualifiedNodeVersion,
this.name,
this.operationalState,
this.stages,
this.targetControlPlaneVersion,
this.targetNodeVersion,
this.uid,
this.updateTime,
});