OBJECT
RollingUpgradeInfo
Description
Overall RU status.
link GraphQL Schema definition
- type RollingUpgradeInfo {
- # The list of names of the nodes that are currently being upgraded.
- String!]! : [
- # The list of RuNodeInfoEntry objects, one per node.
- RollingUpgradeNodeInfoEntry!]! : [
- # The list of names of the nodes that are planned in the upgrade.
- String! :
- }