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