(cluster_name, namespace, deployment, data)
| 25 | } |
| 26 | |
| 27 | export function patchDeployment (cluster_name, namespace, deployment, data) { |
| 28 | return patch(`${deploymentWithNsUrl(cluster_name, namespace)}/${deployment}`, data) |
| 29 | } |
nothing calls this directly
no test coverage detected