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

Method setLastSyncResourceVersion

tools/cache/reflector.go:397–401  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

395}
396
397func (r *Reflector) setLastSyncResourceVersion(v string) {
398 r.lastSyncResourceVersionMutex.Lock()
399 defer r.lastSyncResourceVersionMutex.Unlock()
400 r.lastSyncResourceVersion = v
401}

Callers 2

ListAndWatchMethod · 0.95
watchHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected