MCPcopy
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
506func (c *EventCorrelator) UpdateState(event *v1.Event) {
507 c.logger.updateState(event)
508}

Callers 2

TestEventCorrelatorFunction · 0.95
recordEventFunction · 0.80

Calls 1

updateStateMethod · 0.80

Tested by 1

TestEventCorrelatorFunction · 0.76