MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / updateStorageClass

Function updateStorageClass

web/dashboard/src/api/storageclass.js:38–40  ·  view source on GitHub ↗
(cluster_name, name, data)

Source from the content-addressed store, hash-verified

36}
37
38export function updateStorageClass (cluster_name, name, data) {
39 return put(`${scUrl(cluster_name,)}/${name}`, data)
40}
41
42export function changeStorageClass(cluster_name,name,data) {
43 return patch(`${scUrl(cluster_name,)}/${name}`, data)

Callers

nothing calls this directly

Calls 2

putFunction · 0.90
scUrlFunction · 0.85

Tested by

no test coverage detected