OBJECT

RollingUpgradeInfo

Description

Overall RU status.

link GraphQL Schema definition

  • type RollingUpgradeInfo {
  • # The list of names of the nodes that are currently being upgraded.
  • ruCurrentNodes: [String!]!
  • # The list of RuNodeInfoEntry objects, one per node.
  • ruNodeInfoList: [RollingUpgradeNodeInfoEntry!]!
  • # The list of names of the nodes that are planned in the upgrade.
  • ruNodesPlan: String!
  • }