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

Function patchDaemonset

web/dashboard/src/api/daemonsets.js:18–20  ·  view source on GitHub ↗
(cluster_name, namespace, daemonset, data)

Source from the content-addressed store, hash-verified

16}
17
18export function patchDaemonset(cluster_name, namespace, daemonset, data) {
19 return patch(`${daemonsetUrlWithNs(cluster_name, namespace)}/${daemonset}`, data);
20}
21

Callers

nothing calls this directly

Calls 2

patchFunction · 0.90
daemonsetUrlWithNsFunction · 0.85

Tested by

no test coverage detected