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.
1 parent b9c370c commit 012c3daCopy full SHA for 012c3da
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