cockpit/examples/kubernetes/node.json

14 lines
175 B
JSON

{
"kind": "Node",
"apiVersion": "v1",
"metadata": {
"name": "192.168.124.4"
},
"status": {
"capacity": {
"cpu": "3",
"memory": "1Gi"
}
}
}