MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / listNodeMetrics

Function listNodeMetrics

web/dashboard/src/api/apis.js:49–51  ·  view source on GitHub ↗
(cluster_name)

Source from the content-addressed store, hash-verified

47
48
49export function listNodeMetrics (cluster_name) {
50 return get(`${apiUrl(cluster_name)}/metrics.k8s.io/v1beta1/nodes`)
51}

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
apiUrlFunction · 0.70

Tested by

no test coverage detected