Jan Chaloupka
|
4389b3f0d6
|
Rewritte util.* -> wait.* wherever reasonable
|
2016-02-07 12:02:20 +01:00 |
Daniel Smith
|
9b68e8ec2b
|
Merge pull request #20269 from mqliang/sync-delta-fifo
add a HasSynced() for DeltaFIFO and FIFO, method, which is very helpful for Informer
|
2016-02-05 15:51:50 -08:00 |
mqliang
|
8e615df000
|
fix the HasSynced() bug for Informer
|
2016-02-03 11:40:11 +08:00 |
harry
|
1032067ff9
|
Replace runtime reference by pkg
|
2016-02-01 21:06:44 +08:00 |
Daniel Smith
|
15b30b8b09
|
Move version agnostic parts of client
pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record
|
2015-09-10 17:17:59 -07:00 |
Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Clayton Coleman
|
61c7beb51f
|
Add an Enqueue method to framework.Controller
Allows clients to requeue delta events in the event they
need to delay processing.
|
2015-08-07 13:21:49 -04:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Jordan Liggitt
|
49ceb82179
|
Wait until stores are filled before processing service account token events
|
2015-05-20 22:19:42 -04:00 |
Jordan Liggitt
|
0955808668
|
ServiceAccountTokens controller
|
2015-05-11 17:18:05 -04: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 |
derekwaynecarr
|
c1a3fa0dae
|
Remove delay when deleting namespaces, move to new controller framework
|
2015-04-13 15:18:22 -04:00 |
Daniel Smith
|
dd26cdf0f7
|
Fix comments; switch to watching nodes
|
2015-04-10 17:49:51 -07:00 |
Daniel Smith
|
6835318d1e
|
switch to require 'go controller.Run()'
|
2015-04-10 14:05:08 -07:00 |
Daniel Smith
|
880f922bb6
|
Add easy setup for simple controller
Also add tests; coverage up to 86.7%
|
2015-04-10 14:05:07 -07:00 |
Daniel Smith
|
3fe17b93cf
|
Begin a controller framework.
|
2015-04-02 15:25:58 -07:00 |