Jan Chaloupka
|
4389b3f0d6
|
Rewritte util.* -> wait.* wherever reasonable
|
2016-02-07 12:02:20 +01:00 |
caogaojin
|
60cb4406e9
|
Cleanup deprecated Forever function
Since util.Forever function has been deprecated, we should cleanup these
pieces of code.
|
2015-08-24 10:31:59 +08:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Eric Tune
|
64f1084c1a
|
Rename util.config.Watcher -> util.config.Broadcaster.
Watch is a widely used term in the codebase, which doesn't capture
the key feature of this type: broadcasting a change to several
listeners.
|
2014-12-04 00:10:27 -08:00 |
Vojtech Vitek (V-Teq)
|
59f58cd043
|
Unify Godoc formatting, fix various typos
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
|
2014-09-02 13:41:03 +02:00 |
Daniel Smith
|
ab24790e8f
|
Fix go files with wrong boilerplate
|
2014-08-12 17:48:00 -07:00 |
Clayton Coleman
|
38ec4ff8c0
|
Create a configuration update utility
Extracted from proxy/config
|
2014-07-16 14:13:25 -04:00 |