RolloutSequence constructor

RolloutSequence({
  1. AutoUpgradeConfig? autoUpgradeConfig,
  2. String? computedReleaseChannel,
  3. String? createTime,
  4. String? deleteTime,
  5. String? displayName,
  6. AutoUpgradeConfig? effectiveAutoUpgradeConfig,
  7. String? etag,
  8. ClusterSelector? ignoredClustersSelector,
  9. Map<String, String>? labels,
  10. String? lastQualifiedControlPlaneVersion,
  11. String? lastQualifiedNodeVersion,
  12. String? name,
  13. OperationalState? operationalState,
  14. List<Stage>? stages,
  15. String? targetControlPlaneVersion,
  16. String? targetNodeVersion,
  17. String? uid,
  18. 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,
});