k3s/pkg/registry/event
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 registry and type 2014-10-10 15:46:49 -07:00
registry.go Split generic; add test, address other review comments 2014-10-10 15:47:34 -07:00
registry_test.go Begin to unify ResourceVersioner and SelfLinker 2014-10-27 16:00:55 -04:00
rest.go Fix server-side namespace handling for events; add validation 2014-11-14 09:43:28 -08:00
rest_test.go Rename watch.Mux -> watch.Broadcaster 2014-12-04 00:30:51 -08:00