(cluster_name, type, namespaces)
| 10 | return `/api/v1/proxy/${cluster_name}/k8s/apis/apps/v1/${type}` |
| 11 | } |
| 12 | const appsV1UrlWithNsUrl = (cluster_name, type, namespaces) => { |
| 13 | return `/api/v1/proxy/${cluster_name}/k8s/apis/apps/v1/namespaces/${namespaces}/${type}` |
| 14 | } |
| 15 | const batchV1Url = (cluster_name, type) => { |
| 16 | return `/api/v1/proxy/${cluster_name}/k8s/apis/batch/v1/${type}` |
| 17 | } |
no outgoing calls
no test coverage detected