NodePoolUpgradeInfo constructor

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

Implementation

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