clusterStats_stats
clusterStats_stats
Node Pool ad Addon status of cluster
JSON Example
{
"cluster": {
"controlPlaneHasSupportedTbrVersion": true,
"isProcessing": true,
"clusterHasSupportedTbrVersion": true,
"hasError": true
},
"nodepools": {
"total": 1,
"ready": 5,
"processing": 5,
"nodePoolWithSupportedVersion": 2
},
"addons": {
"total": 7,
"ready": 9,
"processing": 3
}
}