MCPcopy
hub / github.com/kubernetes/kubernetes / conversionInformer

Struct conversionInformer

pkg/controller/replication/conversion.go:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type conversionInformer struct {
69 cache.SharedIndexInformer
70}
71
72func (i conversionInformer) AddEventHandler(handler cache.ResourceEventHandler) (cache.ResourceEventHandlerRegistration, error) {
73 return i.SharedIndexInformer.AddEventHandler(conversionEventHandler{handler})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected