k3s/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
..
binding Clean up error logs. 2014-11-21 09:45:26 +08:00
controller Set uid during object create 2014-11-13 15:25:49 -05:00
endpoint Endpoint.Namespace is not being set when it has no resolved pods 2014-11-24 14:15:22 -05:00
etcd Merge pull request #2525 from erictune/cleanup1 2014-11-21 14:04:11 -08:00
event Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
generic v1beta3 Pod refactor 2014-11-18 09:25:42 -05:00
minion Fix node namespace. 2014-11-25 16:30:55 -05:00
pod Loosen DNS 952 for labels 2014-12-01 12:30:43 -08:00
registrytest Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00
service Enable public IPs even in not createExternal... 2014-11-26 10:54:28 -08:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00