Files
kubernetes/pkg
k8s-merge-robot 0a5d57a383 Merge pull request #24079 from hongchaodeng/comp
Automatic merge from submit-queue

etcd3 store: provide compactor util

What's this PR?
- Provides a util to compact keys in etcd.

Reason:
We want to save the most recent 10 minutes event history. It should be more than enough for slow watchers. It is not number based, so it can tolerate event bursts too. We do not want to save longer since the current storage API cannot take advantage of the multi-version key yet. We might keep a longer history in the future.
2016-04-21 05:19:54 -07:00
..
2016-04-20 18:49:31 -07:00
2016-04-20 09:48:24 -07:00
2016-04-20 22:29:01 +02:00
2016-04-20 18:49:31 -07:00
2016-04-20 09:48:24 -07:00
2016-03-02 16:21:16 +01:00
2016-03-17 09:30:02 +01:00
2016-04-20 18:49:31 -07:00
2016-04-16 10:18:43 -04:00
2016-04-20 18:49:31 -07:00
2016-04-20 12:13:05 -04:00
2016-04-14 17:05:46 -07:00
2016-02-24 11:22:02 -05:00
2016-04-20 12:13:05 -04:00
2016-03-02 20:46:32 -05:00