MCPcopy Create free account
hub / github.com/1Panel-dev/KubePi / listApiServices

Function listApiServices

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

Source from the content-addressed store, hash-verified

21 return get(`${apiServerUrl(cluster_name)}/${name}`)
22}
23export function listApiServices (cluster_name) {
24 return get(`${apiServerUrl(cluster_name)}`)
25}
26
27export function listResourceApi (cluster_name, apiGroup, version) {
28 return get(`${apiUrl(cluster_name)}/${apiGroup}/${version}`)

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
apiServerUrlFunction · 0.85

Tested by

no test coverage detected