k3s/pkg/client/record
Eric Tune 3f285269cc Rename watch.Mux -> watch.Broadcaster
A few reasons:
- Mux is already widely used in the codebase to refer to a http handler mux.
- Original meaning of Mux was something which sent a chose one of several inputs to
  and output.  This sends one output to all outputs.  Broadcast captures that idea
  better.
- Aligns with similar class config.Broadcaster (see #2747)
2014-12-04 00:30:51 -08:00
..
doc.go Add event client and easy creation library 2014-10-15 11:42:05 -07:00
event.go Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
event_test.go Don't hold up the entire event queue for a single bad event. Also, don't retry forever. 2014-11-20 16:01:42 -08:00