MCPcopy Create free account
hub / github.com/1Panel-dev/KubePi / NewHandler

Function NewHandler

internal/api/v1/proxy/proxy.go:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func NewHandler() *Handler {
35 return &Handler{
36 clusterService: cluster.NewService(),
37 clusterBindingService: clusterbinding.NewService(),
38 }
39}
40
41type NamespaceResourceContainer struct {
42 metav1.TypeMeta `json:",inline"`

Callers 1

InstallFunction · 0.70

Calls 2

NewServiceFunction · 0.92
NewServiceFunction · 0.92

Tested by

no test coverage detected