MCPcopy
hub / github.com/1Panel-dev/KubePi / listAllIngresses

Function listAllIngresses

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

Source from the content-addressed store, hash-verified

45 return put(`${namespaceIngressUrl(cluster_name, namespace)}/${name}`, data)
46}
47export function listAllIngresses (cluster_name ){
48 return get(ingressUrl(cluster_name))
49}

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
ingressUrlFunction · 0.85

Tested by

no test coverage detected