OBJECT

RollingUpgradeInfo

Description

Overall RU status.

link GraphQL Schema definition

  • type RollingUpgradeInfo {
  • # List of nodes (names), currently being upgraded.
  • ruCurrentNodes: [String!]!
  • # List of RuNodeInfoEntry objects, one per node.
  • ruNodeInfoList: [RollingUpgradeNodeInfoEntry!]!
  • }