ClusterUpgradeInfo constructor

ClusterUpgradeInfo({
  1. List<String>? autoUpgradeStatus,
  2. String? endOfExtendedSupportTimestamp,
  3. String? endOfStandardSupportTimestamp,
  4. String? minorTargetVersion,
  5. String? patchTargetVersion,
  6. List<String>? pausedReason,
  7. List<UpgradeDetails>? upgradeDetails,
})

Implementation

ClusterUpgradeInfo({
  this.autoUpgradeStatus,
  this.endOfExtendedSupportTimestamp,
  this.endOfStandardSupportTimestamp,
  this.minorTargetVersion,
  this.patchTargetVersion,
  this.pausedReason,
  this.upgradeDetails,
});