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

Function put

web/dashboard/src/plugins/request.js:156–158  ·  view source on GitHub ↗
(url, data, loading)

Source from the content-addressed store, hash-verified

154}
155
156export const put = (url, data, loading) => {
157 return promise(request({url: url, method: "put", data}), loading)
158}
159
160export const del = (url, loading) => {
161 return promise(request({url: url, method: "delete"}), loading)

Callers 15

updateIngressFunction · 0.90
updateEndPointFunction · 0.90
updateHpaFunction · 0.90
updateResourceQuotaFunction · 0.90
updateJobFunction · 0.90
updateServiceAccountFunction · 0.90
updateRoleFunction · 0.90
updatePvcFunction · 0.90
updateServiceFunction · 0.90
editSecretFunction · 0.90
updateNetworkPolicyFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected