(cluster_name, namespace, name, data)
| 40 | } |
| 41 | |
| 42 | export function updateServiceAccount (cluster_name, namespace, name, data) { |
| 43 | return put(`${namespaceServiceAccountUrl(cluster_name, namespace)}/${name}`, data) |
| 44 | } |
| 45 |
nothing calls this directly
no test coverage detected