MCPcopy
hub / github.com/kubernetes/client-go / dynamicInformer

Struct dynamicInformer

dynamic/dynamicinformer/informer.go:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type dynamicInformer struct {
145 informer cache.SharedIndexInformer
146 gvr schema.GroupVersionResource
147}
148
149var _ informers.GenericInformer = &dynamicInformer{}
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected