Skip to content

Commit fa85b60

Browse files
committed
add doc.go to kvevents package to export build data
Signed-off-by: Maroon Ayoub <[email protected]>
1 parent 8a60b22 commit fa85b60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/kvcache/kvevents/doc.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)