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

Function updatePvc

web/dashboard/src/api/pvc.js:42–44  ·  view source on GitHub ↗
(cluster_name, namespace, data, name)

Source from the content-addressed store, hash-verified

40}
41
42export function updatePvc (cluster_name, namespace, data, name) {
43 return put(`${namespacePvcUrl(cluster_name, namespace)}/${name}`, data)
44}

Callers

nothing calls this directly

Calls 2

putFunction · 0.90
namespacePvcUrlFunction · 0.85

Tested by

no test coverage detected