mirror of
https://github.com/rancher/rke.git
synced 2025-09-13 21:52:08 +00:00
go mod changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
a1ec25375c
commit
995fa72fe2
3
vendor/k8s.io/client-go/tools/cache/shared_informer.go
generated
vendored
3
vendor/k8s.io/client-go/tools/cache/shared_informer.go
generated
vendored
@@ -364,7 +364,8 @@ func (s *sharedIndexInformer) AddIndexers(indexers Indexers) error {
|
||||
defer s.startedLock.Unlock()
|
||||
|
||||
if s.started {
|
||||
return fmt.Errorf("informer has already started")
|
||||
s.blockDeltas.Lock()
|
||||
defer s.blockDeltas.Unlock()
|
||||
}
|
||||
|
||||
return s.indexer.AddIndexers(indexers)
|
||||
|
Reference in New Issue
Block a user