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

Function updateServiceAccount

web/dashboard/src/api/serviceaccounts.js:42–44  ·  view source on GitHub ↗
(cluster_name, namespace, name, data)

Source from the content-addressed store, hash-verified

40}
41
42export function updateServiceAccount (cluster_name, namespace, name, data) {
43 return put(`${namespaceServiceAccountUrl(cluster_name, namespace)}/${name}`, data)
44}
45

Callers

nothing calls this directly

Calls 2

putFunction · 0.90

Tested by

no test coverage detected