(cluster_name, namespace, statefulset, data)
| 37 | } |
| 38 | |
| 39 | export function patchStatefulset(cluster_name, namespace, statefulset, data) { |
| 40 | return patch(`${statefulsetUrlWithNs(cluster_name, namespace)}/${statefulset}`, data); |
| 41 | } |
nothing calls this directly
no test coverage detected