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

Function patchDeployment

web/dashboard/src/api/deployments.js:27–29  ·  view source on GitHub ↗
(cluster_name, namespace, deployment, data)

Source from the content-addressed store, hash-verified

25}
26
27export function patchDeployment (cluster_name, namespace, deployment, data) {
28 return patch(`${deploymentWithNsUrl(cluster_name, namespace)}/${deployment}`, data)
29}

Callers

nothing calls this directly

Calls 2

patchFunction · 0.90
deploymentWithNsUrlFunction · 0.85

Tested by

no test coverage detected