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

Function namespaceServiceUrl

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

Source from the content-addressed store, hash-verified

5}
6
7const namespaceServiceUrl = (cluster_name, namespace) => {
8 return `/api/v1/proxy/${cluster_name}/k8s/api/v1/namespaces/${namespace}/services`
9}
10
11
12export function listServices (cluster_name, search, keywords, pageNum, pageSize) {

Callers 5

listServicesWithNsFunction · 0.85
deleteServiceFunction · 0.85
getServiceFunction · 0.85
createServiceFunction · 0.85
updateServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected