MCPcopy 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
39export function updateJob(cluster_name, job) {
40 return put(`${jobUrlWithNs(cluster_name)}/${job}`);
41}

Callers

nothing calls this directly

Calls 2

putFunction · 0.90
jobUrlWithNsFunction · 0.85

Tested by

no test coverage detected