Documentation
¶
Overview ¶
Package items provides the data types needed to implement a filter cache for filtering out events that are older than the current version.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { // ResourceVersion is the resource version of the object. ResourceVersion string // Generation is the generation of the object. Generation int64 }
Item represents the needed fields to filter an object. Field aligned for storage reduction.
Click to show internal directories.
Click to hide internal directories.