Files
kubernetes/pkg/registry
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
..
2014-11-21 09:45:26 +08:00
2014-11-13 15:25:49 -05:00
2014-11-18 09:25:42 -05:00
2014-11-25 16:30:55 -05:00
2014-12-01 12:30:43 -08:00