MCPcopy
hub / github.com/kagent-dev/kagent / kubeClientWrapper

Struct kubeClientWrapper

go/core/internal/utils/client_wrapper.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type kubeClientWrapper struct {
26 client.Client
27 inMemoryLock sync.RWMutex
28 inMemory map[typedObjectKey]client.Object
29}
30
31func NewKubeClientWrapper(kube client.Client) KubeClientWrapper {
32 return &kubeClientWrapper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected