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

Method Run

tools/cache/shared_informer.go:108–108  ·  view source on GitHub ↗

Run starts and runs the shared informer, returning after it stops. The informer will be stopped when stopCh is closed.

(stopCh <-chan struct{})

Source from the content-addressed store, hash-verified

106 // Run starts and runs the shared informer, returning after it stops.
107 // The informer will be stopped when stopCh is closed.
108 Run(stopCh <-chan struct{})
109 // HasSynced returns true if the shared informer's store has been
110 // informed by at least one full LIST of the authoritative state
111 // of the informer's object collection. This is unrelated to "resync".

Callers 1

RunMethod · 0.65

Implementers 1

sharedIndexInformertools/cache/shared_informer.go

Calls

no outgoing calls

Tested by

no test coverage detected