MCPcopy
hub / github.com/kubernetes-sigs/controller-runtime / informerCache

Struct informerCache

pkg/cache/informer_cache.go:58–62  ·  view source on GitHub ↗

informerCache is a Kubernetes Object cache populated from internal.Informers. informerCache wraps internal.Informers.

Source from the content-addressed store, hash-verified

56// informerCache is a Kubernetes Object cache populated from internal.Informers.
57// informerCache wraps internal.Informers.
58type informerCache struct {
59 scheme *runtime.Scheme
60 *internal.Informers
61 readerFailOnMissingInformer bool
62}
63
64// Get implements Reader.
65func (ic *informerCache) Get(ctx context.Context, key client.ObjectKey, out client.Object, opts ...client.GetOption) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected