OBJECT
Current rolling upgrade node status information.
type CurrentStateInfo {# Completed stages.completedStates: [String!]! # Current stage.currentState: String! # Current task index in stage.currentTaskIndex: String! # Current task name.currentTaskName: String! # Pending stages.pendingStates: [String!]! # Current task result.result: String! # Current status.status: StatusResponse }