youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/kubernetes/state_node/_meta/test/kube-state-metrics.v1.3.0.expected

34 lines
426 B
Plaintext

[
{
"_namespace": "node",
"cpu": {
"allocatable": {
"cores": 2
},
"capacity": {
"cores": 2
}
},
"memory": {
"allocatable": {
"bytes": 1992347648
},
"capacity": {
"bytes": 2097205248
}
},
"name": "minikube",
"pod": {
"allocatable": {
"total": 110
},
"capacity": {
"total": 110
}
},
"status": {
"ready": "true",
"unschedulable": false
}
}
]