Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
177
type
ResourceEventHandler
interface
{
178
OnAdd(obj
interface
{})
179
OnUpdate(oldObj, newObj
interface
{})
180
OnDelete(obj
interface
{})
181
}
182
Callers
5
OnUpdate
Method · 0.65
newInformer
Function · 0.65
run
Method · 0.65
Update
Method · 0.65
Update
Method · 0.65
Implementers
3
testListener
tools/cache/shared_informer_test.go
ResourceEventHandlerFuncs
tools/cache/controller.go
FilteringResourceEventHandler
tools/cache/controller.go
Calls
no outgoing calls
Tested by
2
Update
Method · 0.52
Update
Method · 0.52