MCPcopy Create free account
hub / github.com/encoder-run/operator / K8sClientManager

Struct K8sClientManager

cmd/gateway/middleware/middleware.go:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type K8sClientManager struct{}
21
22func (km *K8sClientManager) AdminClient(namespace string) (client.Client, error) {
23 config, err := rest.InClusterConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected