We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc.go
1 parent 8a60b22 commit fa85b60Copy full SHA for fa85b60
pkg/kvcache/kvevents/doc.go
@@ -0,0 +1,9 @@
1
+//go:build !ignore
2
+
3
+// Package kvevents contains the implementation of the KV-events processing
4
+// system. It provides a pool for handling events coming from a distributed
5
+// KV-cache pool, allowing for cache-tracking and real-time updates
6
+// to the KV-cache index. The package is designed to work with the
7
+// kvcache.Indexer to maintain an up-to-date state of the KV-cache
8
+// and to facilitate the scoring of pods based on the KV-cache index state.
9
+package kvevents
0 commit comments