some guy run a kubeedge dashboard docker. I can find some URLs just like "http://ip:port/api/api/v1/namespaces/kubernetes-dashboard/services/kubernetes-dashboard-api" in the browser f12. But I can't find "kubernetes-dashboard-api" in either TS or GO code. I can't understand how these requests are made. It seems that they are not going to the GO code, but directly requesting the k8s api server. so why?