Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
export
function
updatePvc (cluster_name, namespace, data, name) {
43
return
put(`${namespacePvcUrl(cluster_name, namespace)}/${name}`, data)
44
}
Callers
nothing calls this directly
Calls
2
put
Function · 0.90
namespacePvcUrl
Function · 0.85
Tested by
no test coverage detected