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

Function patchStatefulset

web/dashboard/src/api/statefulsets.js:39–41  ·  view source on GitHub ↗
(cluster_name, namespace, statefulset, data)

Source from the content-addressed store, hash-verified

37}
38
39export function patchStatefulset(cluster_name, namespace, statefulset, data) {
40 return patch(`${statefulsetUrlWithNs(cluster_name, namespace)}/${statefulset}`, data);
41}

Callers

nothing calls this directly

Calls 2

patchFunction · 0.90
statefulsetUrlWithNsFunction · 0.85

Tested by

no test coverage detected