summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Rousey <krousey@google.com>2015-08-12 10:35:07 -0700
committerKris <krousey@google.com>2015-08-18 10:03:19 -0700
commit4434a3aca668a7dbdef7fc9d7787b3fdf6e69819 (patch)
tree4622bf816b6380d8605a9b84cf6229d2eb025b37
parentc051e94d88d99c0b7cb2d5ce786aaf802c5becd7 (diff)
Moving client libs to unversioned dir
-rw-r--r--event_compression.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compression.md b/event_compression.md
index 1187edb6..4525c097 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/record/events_cache.go`](../../pkg/client/record/events_cache.go).
+ * 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).
* 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`