Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ UpdateState
Method
UpdateState
tools/record/events_cache.go:506–508 ·
view source on GitHub ↗
UpdateState based on the latest observed state from server
(event *v1.Event)
Source
from the content-addressed store, hash-verified
504
505
// UpdateState based on the latest observed state from server
506
func
(c *EventCorrelator) UpdateState(event *v1.Event) {
507
c.logger.updateState(event)
508
}
Callers
2
TestEventCorrelator
Function · 0.95
recordEvent
Function · 0.80
Calls
1
updateState
Method · 0.80
Tested by
1
TestEventCorrelator
Function · 0.76