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

Function del

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

Source from the content-addressed store, hash-verified

158}
159
160export const del = (url, loading) => {
161 return promise(request({url: url, method: "delete"}), loading)
162}
163export const delWithData = (url,data, loading) => {
164 return promise(request({url: url, method: "delete",data:data}), loading)
165}

Callers 15

deleteIngressFunction · 0.90
deleteEndPointFunction · 0.90
deleteHpaFunction · 0.90
deleteResourceQuotaFunction · 0.90
deleteJobFunction · 0.90
deleteServiceAccountFunction · 0.90
deleteRoleFunction · 0.90
deletePvcsFunction · 0.90
deleteServiceFunction · 0.90
deleteSecretsFunction · 0.90
deletePolicyUrlFunction · 0.90

Calls 1

promiseFunction · 0.70

Tested by

no test coverage detected