(cluster_name, type, namespaces)
| 4 | return `/api/v1/proxy/${cluster_name}/k8s/api/v1/${type}` |
| 5 | } |
| 6 | const apiV1UrlWithNsUrl = (cluster_name, type, namespaces) => { |
| 7 | return `/api/v1/proxy/${cluster_name}/k8s/api/v1/namespaces/${namespaces}/${type}` |
| 8 | } |
| 9 | const appsV1Url = (cluster_name, type) => { |
| 10 | return `/api/v1/proxy/${cluster_name}/k8s/apis/apps/v1/${type}` |
| 11 | } |
no outgoing calls
no test coverage detected