MCPcopy 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
486func Install(parent iris.Party) {
487 handler := NewHandler()
488 sp := parent.Party("/proxy")
489 sp.Any("/:name/k8s/{p:path}", handler.KubernetesAPIProxy())
490}

Callers 1

AddV1RouteFunction · 0.92

Calls 2

KubernetesAPIProxyMethod · 0.95
NewHandlerFunction · 0.70

Tested by

no test coverage detected