summaryrefslogtreecommitdiff
path: root/event_compression.md
diff options
context:
space:
mode:
authorSaad Ali <saadali@google.com>2015-05-05 18:11:58 -0700
committerSaad Ali <saadali@google.com>2015-05-05 18:11:58 -0700
commitff2913cfb3328510a869c29f5ee950d6c650a43f (patch)
treea1c9189cbed9889cc67a0348d21b259831b84942 /event_compression.md
parent4e50c7273b2b096b968aeec4f6a3379d33ac5d8d (diff)
Fix event doc link
Diffstat (limited to 'event_compression.md')
-rw-r--r--event_compression.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compression.md b/event_compression.md
index 99dda143..2523c859 100644
--- a/event_compression.md
+++ b/event_compression.md
@@ -74,5 +74,5 @@ This demonstrates what would have been 20 separate entries (indicating schedulin
* Issue [#4073](https://github.com/GoogleCloudPlatform/kubernetes/issues/4073): Compress duplicate events
* PR [#4157](https://github.com/GoogleCloudPlatform/kubernetes/issues/4157): Add "Update Event" to Kubernetes API
* PR [#4206](https://github.com/GoogleCloudPlatform/kubernetes/issues/4206): Modify Event struct to allow compressing multiple recurring events in to a single event
- * PR [#4306](https://github.com/GoogleCloudPlatform/kubernetes/issues/4073): Compress recurring events in to a single event to optimize etcd storage
+ * PR [#4306](https://github.com/GoogleCloudPlatform/kubernetes/issues/4306): Compress recurring events in to a single event to optimize etcd storage
* PR [#4444](https://github.com/GoogleCloudPlatform/kubernetes/pull/4444): Switch events history to use LRU cache instead of map