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

Function updateService

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

Source from the content-addressed store, hash-verified

43}
44
45export function updateService (cluster_name, namespace, name, data) {
46 return put(`${namespaceServiceUrl(cluster_name, namespace)}/${name}`, data)
47}

Callers

nothing calls this directly

Calls 2

putFunction · 0.90
namespaceServiceUrlFunction · 0.85

Tested by

no test coverage detected