OBJECT
RollingUpgradeNodeInfo
Description
Detailed RU status of a node.
link GraphQL Schema definition
- type RollingUpgradeNodeInfo {
- # Current state details.
- CurrentStateInfo :
- # RU start time in seconds since epoch.
- String! :
- # RU end time in seconds since epoch.
- String! :
- }