clusterStats_stats_cluster

clusterStats_stats_cluster
clusterStats_stats_cluster

Contains details about cluster state

JSON Example
{
    "isProcessing": false,
    "hasError": false,
    "clusterUpgradeStatus": "string",
    "controlPlaneUpgradeStatus": "string"
}
boolean
isProcessing
Optional

isProcessing

boolean
hasError
Optional

hasError

string
clusterUpgradeStatus
Optional

Upgrade states can be INFO, ERROR or NONE. INFO is defined when there is non mandatory TBR upgrade available. ERROR if mandatory TBR upgrade available. NONE defines if TBR is not needed to be upgraded.

Possible values are : INFO, ERROR, NONE,
string
controlPlaneUpgradeStatus
Optional

Upgrade states can be INFO, ERROR or NONE. INFO is defined when there is non mandatory TBR upgrade available. ERROR if mandatory TBR upgrade available. NONE defines if TBR is not needed to be upgraded.

Possible values are : INFO, ERROR, NONE,