(cluster_name)
| 1 | import {get, post, patch} from "@/plugins/request" |
| 2 | |
| 3 | const apiUrl = (cluster_name) => { |
| 4 | return `/api/v1/proxy/${cluster_name}/k8s/apis` |
| 5 | } |
| 6 | const apiServerUrl = (cluster_name) => { |
| 7 | return `${apiUrl(cluster_name)}/apiregistration.k8s.io/v1/apiservices` |
| 8 | } |
no outgoing calls
no test coverage detected