code property

String? code
getter/setter pair

Status code of the upgrade. Possible string values are:

  • "CODE_UNSPECIFIED" : Required by https://linter.aip.dev/126/unspecified.
  • "INELIGIBLE" : The upgrade is ineligible. At the scope level, this means the upgrade is ineligible for all the clusters in the scope.
  • "PENDING" : The upgrade is pending. At the scope level, this means the upgrade is pending for all the clusters in the scope.
  • "IN_PROGRESS" : The upgrade is in progress. At the scope level, this means the upgrade is in progress for at least one cluster in the scope.
  • "SOAKING" : The upgrade has finished and is soaking until the soaking time is up. At the scope level, this means at least one cluster is in soaking while the rest are either soaking or complete.
  • "FORCED_SOAKING" : A cluster will be forced to enter soaking if an upgrade doesn't finish within a certain limit, despite it's actual status.
  • "COMPLETE" : The upgrade has passed all post conditions (soaking). At the scope level, this means all eligible clusters are in COMPLETE status.

Implementation

core.String? code;