(cluster_name, namespace, name, data)
| 43 | } |
| 44 | |
| 45 | export function updateService (cluster_name, namespace, name, data) { |
| 46 | return put(`${namespaceServiceUrl(cluster_name, namespace)}/${name}`, data) |
| 47 | } |
nothing calls this directly
no test coverage detected