diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-09-03 14:50:12 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-09-10 17:17:59 -0700 |
| commit | b1fef7374e6dc465845feb0459b703827d0e4081 (patch) | |
| tree | 001950f163031c992815ed1b28acf4fc123389b2 | |
| parent | 4ad8a68e14a047e5cf7be93b222b00198315882c (diff) | |
Manually fixing docs, since gendocs messes up the links.
| -rw-r--r-- | event_compression.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compression.md b/event_compression.md index e8f9775b..3d900e07 100644 --- a/event_compression.md +++ b/event_compression.md @@ -60,7 +60,7 @@ Instead of a single Timestamp, each event object [contains](http://releases.k8s. Each binary that generates events: * Maintains a historical record of previously generated events: - * Implemented with ["Least Recently Used Cache"](https://github.com/golang/groupcache/blob/master/lru/lru.go) in [`pkg/client/unversioned/record/events_cache.go`](../../pkg/client/unversioned/record/events_cache.go). + * Implemented with ["Least Recently Used Cache"](https://github.com/golang/groupcache/blob/master/lru/lru.go) in [`pkg/client/record/events_cache.go`](../../pkg/client/record/events_cache.go). * The key in the cache is generated from the event object minus timestamps/count/transient fields, specifically the following events fields are used to construct a unique key for an event: * `event.Source.Component` * `event.Source.Host` |
