mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #90226 from MikeSpreitzer/fix90134
Clarify comment on Watch::ResultChan()
This commit is contained in:
commit
b19de7f9b6
@ -32,8 +32,8 @@ type Interface interface {
|
|||||||
Stop()
|
Stop()
|
||||||
|
|
||||||
// Returns a chan which will receive all the events. If an error occurs
|
// Returns a chan which will receive all the events. If an error occurs
|
||||||
// or Stop() is called, this channel will be closed, in which case the
|
// or Stop() is called, the implementation will close this channel and
|
||||||
// watch should be completely cleaned up.
|
// release any resources used by the watch.
|
||||||
ResultChan() <-chan Event
|
ResultChan() <-chan Event
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user