mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #19594 from ZJU-SEL/fix-indices
Auto commit by PR queue bot
This commit is contained in:
commit
cfd046f73f
2
pkg/client/cache/thread_safe_store.go
vendored
2
pkg/client/cache/thread_safe_store.go
vendored
@ -243,6 +243,6 @@ func NewThreadSafeStore(indexers Indexers, indices Indices) ThreadSafeStore {
|
||||
return &threadSafeMap{
|
||||
items: map[string]interface{}{},
|
||||
indexers: indexers,
|
||||
indices: Indices{},
|
||||
indices: indices,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user