Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/KubePi
/ Install
Function
Install
internal/api/v1/proxy/proxy.go:486–490 ·
view source on GitHub ↗
(parent iris.Party)
Source
from the content-addressed store, hash-verified
484
}
485
486
func
Install(parent iris.Party) {
487
handler := NewHandler()
488
sp := parent.Party(
"/proxy"
)
489
sp.Any(
"/:name/k8s/{p:path}"
, handler.KubernetesAPIProxy())
490
}
Callers
1
AddV1Route
Function · 0.92
Calls
2
KubernetesAPIProxy
Method · 0.95
NewHandler
Function · 0.70
Tested by
no test coverage detected