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

Function deleteService

web/dashboard/src/api/services.js:33–35  ·  view source on GitHub ↗
(cluster_name, namespace, name)

Source from the content-addressed store, hash-verified

31}
32
33export function deleteService (cluster_name, namespace, name) {
34 return del(`${namespaceServiceUrl(cluster_name, namespace)}/${name}`)
35}
36
37export function getService (cluster_name, namespace, name) {
38 return get(`${namespaceServiceUrl(cluster_name, namespace)}/${name}`)

Callers

nothing calls this directly

Calls 2

delFunction · 0.90
namespaceServiceUrlFunction · 0.85

Tested by

no test coverage detected