Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
export
function
listNodeMetrics (cluster_name) {
50
return
get(`${apiUrl(cluster_name)}/metrics.k8s.io/v1beta1/nodes`)
51
}
Callers
nothing calls this directly
Calls
2
get
Function · 0.90
apiUrl
Function · 0.70
Tested by
no test coverage detected