Chao Xu
|
ebcff4b5e4
|
fix the namespaceScoped of cachers
|
2016-01-28 16:24:54 -08:00 |
Wojciech Tyczynski
|
60fc2bc09e
|
Fix cacher_test flake
|
2015-12-31 07:53:41 +01:00 |
Wojciech Tyczynski
|
65696989b2
|
Extend logging for debugging 18928
|
2015-12-30 20:09:05 +01:00 |
Wojciech Tyczynski
|
05b60a30cf
|
Fix flakes in cacher_test
|
2015-12-28 15:28:07 +01:00 |
Wojciech Tyczynski
|
ec70eb16f3
|
Graceul termination in Cacher
|
2015-12-28 10:54:21 +01:00 |
Timothy St. Clair
|
c505a5d49d
|
Updating kubernetes proper to use latest etcd client library
|
2015-12-16 15:56:35 -06:00 |
Wojciech Tyczynski
|
960808bf08
|
Switch to versioned ListOptions in client.
|
2015-12-14 14:26:09 +01:00 |
Wojciech Tyczynski
|
0cefb43707
|
Enable listing from memory
|
2015-12-09 16:24:14 +01:00 |
Wojciech Tyczynski
|
0369805308
|
Merge pull request #18207 from wojtek-t/string_resource_version
Change resourceVersion to string in storage.Interface
|
2015-12-09 15:00:54 +01:00 |
Wojciech Tyczynski
|
b0fcb5adef
|
Pass ListOptions to List in ListWatch.
|
2015-12-07 11:53:53 +01:00 |
Wojciech Tyczynski
|
793da62c7f
|
Change resourceVersion to string in storage.Interface
|
2015-12-07 09:22:59 +01:00 |
Wojciech Tyczynski
|
b6ef62af24
|
Use unversioned.ListOptions in clients.
|
2015-11-24 16:52:09 +01:00 |
feihujiang
|
ad79fa6e84
|
Move list functions from runtime to meta package
|
2015-11-20 09:20:55 +08:00 |
Wojciech Tyczynski
|
a5a8717539
|
Pass versioner to cacher.
|
2015-11-13 08:35:28 +01:00 |
Daniel Smith
|
45a1ec73bb
|
Lengthen delay
|
2015-11-06 13:03:58 -08:00 |
Wojciech Tyczynski
|
b6a775ca50
|
Terminate watcher if it is full
|
2015-11-06 13:40:21 +01:00 |
Wojciech Tyczynski
|
8f385c563f
|
Refactor code for creating Cacher.
|
2015-11-02 20:56:46 +01:00 |
Wojciech Tyczynski
|
652fb090eb
|
Initial support for listing from in-memory cache.
|
2015-10-30 20:58:13 +01:00 |
k8s-merge-robot
|
d5be3635e5
|
Merge pull request #16273 from wojtek-t/list_options_in_api
Auto commit by PR queue bot
|
2015-10-29 01:57:29 -07:00 |
Wojciech Tyczynski
|
aa30e38183
|
Pass resource version to storage List operation.
|
2015-10-27 10:03:58 +01:00 |
Wojciech Tyczynski
|
d47e21f19f
|
Reuse TCP connections in Reflector between resync periods.
|
2015-10-26 19:35:25 +01:00 |
Timothy St. Clair
|
2a2a2d79ff
|
New etcd client modifications part 1 (context support)
This commit plumbs contexts which are needed for the new client.
|
2015-10-12 08:45:49 -05:00 |
k8s-merge-robot
|
647288cde1
|
Merge pull request #13734 from wojtek-t/filter_in_storage
Auto commit by PR queue bot
|
2015-09-14 17:25:40 -07: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 |
Wojciech Tyczynski
|
ed7d6ebd71
|
Filter List in Storage level to avoid additional copies.
|
2015-09-10 09:49:50 +02:00 |
Wojciech Tyczynski
|
d318b22f65
|
Move WatchCache to pkg/storage
|
2015-08-31 09:49:12 +02:00 |
Wojciech Tyczynski
|
a12b7edc42
|
Fix deadlock in Cacher on etcd error
|
2015-08-26 08:02:21 +02:00 |
Wojciech Tyczynski
|
ec6556987e
|
Switch on Cacher for pods, endpoints and nodes.
|
2015-08-21 09:24:49 +02:00 |
Wojciech Tyczynski
|
03413ddb4a
|
Merge pull request #12782 from wojtek-t/cacher_deadlock
Fix deadlock in the cacher
|
2015-08-20 08:27:15 +02:00 |
Wojciech Tyczynski
|
90bf334fd1
|
Fix deadlock in the cacher
|
2015-08-19 08:17:25 +02:00 |
Jian Huang
|
c350d325e9
|
Solve Static Check Error
|
2015-08-19 13:38:56 +08:00 |
Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Wojciech Tyczynski
|
3a71eb1bcc
|
Store previous value in WatchCache for filtering
|
2015-08-18 09:33:34 +02:00 |
Wojciech Tyczynski
|
e424da7d0d
|
Implement Cacher for watch in apiserver
|
2015-08-14 09:44:42 +02:00 |