mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Ensure that btree threadedStoreIndexer implements orderedLister
This commit is contained in:
parent
931ad2a9fd
commit
9988145383
@ -44,6 +44,8 @@ type threadedStoreIndexer struct {
|
||||
indexer indexer
|
||||
}
|
||||
|
||||
var _ orderedLister = (*threadedStoreIndexer)(nil)
|
||||
|
||||
func (si *threadedStoreIndexer) Add(obj interface{}) error {
|
||||
return si.addOrUpdate(obj)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user