Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/KubePi
/ updateJob
Function
updateJob
web/dashboard/src/api/jobs.js:39–41 ·
view source on GitHub ↗
(cluster_name, job)
Source
from the content-addressed store, hash-verified
37
}
38
39
export
function
updateJob(cluster_name, job) {
40
return
put(`${jobUrlWithNs(cluster_name)}/${job}`);
41
}
Callers
nothing calls this directly
Calls
2
put
Function · 0.90
jobUrlWithNs
Function · 0.85
Tested by
no test coverage detected