23 lines
464 B
JSON
23 lines
464 B
JSON
|
|
{
|
||
|
|
"observed_at": "2026-09-10T13:05:00+00:00",
|
||
|
|
"freshness_seconds": 0,
|
||
|
|
"nodes": [
|
||
|
|
{
|
||
|
|
"name": "railiance01",
|
||
|
|
"ready": true,
|
||
|
|
"unschedulable": false,
|
||
|
|
"allocatable_cpu_m": 4000,
|
||
|
|
"allocatable_memory_bytes": 16000000000,
|
||
|
|
"allocated_cpu_m": 3895,
|
||
|
|
"allocated_memory_bytes": 8000000000
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"pending_unrelated": [
|
||
|
|
{
|
||
|
|
"name": "other/unrelated-worker",
|
||
|
|
"cpu_m": 50,
|
||
|
|
"memory_bytes": 0
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|