mode property

String? mode
getter/setter pair

The mode of the rollback-safe upgrade.

Output only. Possible string values are:

  • "MODE_UNSPECIFIED" : MODE_UNSPECIFIED means it's in regular upgrade mode.
  • "KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE" : KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE means it's in rollback-safe mode after a KCP minor version step-one upgrade.

Implementation

core.String? mode;