Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStore ¶
func NewStore(keyFunc cache.KeyFunc, indexers cache.Indexers, genEventFunc antreastorage.GenEventFunc, selectorFunc antreastorage.SelectFunc, newFunc func() runtime.Object) *store
NewStore creates a store based on the provided KeyFunc, Indexers, and GenEventFunc. KeyFunc decides how to get the key from an object. Indexers decides how to build indices for an object. GenEventFunc decides how to generate InternalEvent for an update of an object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.