k3s/pkg/registry/registrytest
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
..
controller.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
doc.go Add several missing pkg Godoc files 2014-09-02 13:41:11 +02:00
generic.go Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
minion.go Move the internal minion representation to match v1beta3 2014-11-20 20:53:08 -05:00
pod.go Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
scheduler.go Typo in name 2014-08-13 14:36:23 -04:00
service.go Respect a requested PortalIP if possible 2014-10-27 14:03:52 -07:00