(cluster_name, namespace, daemonset, data)
| 16 | } |
| 17 | |
| 18 | export function patchDaemonset(cluster_name, namespace, daemonset, data) { |
| 19 | return patch(`${daemonsetUrlWithNs(cluster_name, namespace)}/${daemonset}`, data); |
| 20 | } |
| 21 |
nothing calls this directly
no test coverage detected