We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f891b + 012c3da commit b19de7fCopy full SHA for b19de7f
staging/src/k8s.io/apimachinery/pkg/watch/watch.go
@@ -32,8 +32,8 @@ type Interface interface {
32
Stop()
33
34
// Returns a chan which will receive all the events. If an error occurs
35
- // or Stop() is called, this channel will be closed, in which case the
36
- // watch should be completely cleaned up.
+ // or Stop() is called, the implementation will close this channel and
+ // release any resources used by the watch.
37
ResultChan() <-chan Event
38
}
39
0 commit comments