(cluster_name, type, namespaces)
| 16 | return `/api/v1/proxy/${cluster_name}/k8s/apis/batch/v1/${type}` |
| 17 | } |
| 18 | const batchV1WithNsUrl = (cluster_name, type, namespaces) => { |
| 19 | return `/api/v1/proxy/${cluster_name}/k8s/apis/batch/v1/namespaces/${namespaces}/${type}` |
| 20 | } |
| 21 | |
| 22 | export function listWorkLoads ( |
| 23 | cluster_name, |
no outgoing calls
no test coverage detected