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

Method ResultChan

tools/watch/retrywatcher.go:275–277  ·  view source on GitHub ↗

ResultChan implements Interface.

()

Source from the content-addressed store, hash-verified

273
274// ResultChan implements Interface.
275func (rw *RetryWatcher) ResultChan() <-chan watch.Event {
276 return rw.resultChan
277}
278
279// Stop implements Interface.
280func (rw *RetryWatcher) Stop() {

Callers 15

TestRunUntilFunction · 0.45
watchHandlerMethod · 0.45
consumeFunction · 0.45
StartEventWatcherMethod · 0.45
startEventWatcherMethod · 0.45
TestNewInformerWatcherFunction · 0.45
UntilWithoutRetryFunction · 0.45
doReceiveMethod · 0.45
TestRetryWatcherFunction · 0.45
TestWatchFunction · 0.45

Calls

no outgoing calls

Tested by 13

TestRunUntilFunction · 0.36
consumeFunction · 0.36
TestNewInformerWatcherFunction · 0.36
TestRetryWatcherFunction · 0.36
TestWatchFunction · 0.36
TestRequestWatchFunction · 0.36
TestWatchFunction · 0.36
TestWatchFunction · 0.36