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

Method OnUpdate

tools/cache/controller.go:179–179  ·  view source on GitHub ↗
(oldObj, newObj interface{})

Source from the content-addressed store, hash-verified

177type ResourceEventHandler interface {
178 OnAdd(obj interface{})
179 OnUpdate(oldObj, newObj interface{})
180 OnDelete(obj interface{})
181}
182

Callers 5

OnUpdateMethod · 0.65
newInformerFunction · 0.65
runMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65

Implementers 3

testListenertools/cache/shared_informer_test.go
ResourceEventHandlerFuncstools/cache/controller.go
FilteringResourceEventHandlertools/cache/controller.go

Calls

no outgoing calls

Tested by 2

UpdateMethod · 0.52
UpdateMethod · 0.52