Commit 5427e8aa authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29544 from lixiaobing10051267/masterFuncNote

Automatic merge from submit-queue Func note is copied same as other one
parents 40a6d68e 77f133dc
...@@ -443,8 +443,6 @@ func (s *serviceCache) GetByKey(key string) (interface{}, bool, error) { ...@@ -443,8 +443,6 @@ func (s *serviceCache) GetByKey(key string) (interface{}, bool, error) {
return nil, false, nil return nil, false, nil
} }
// ListKeys implements the interface required by DeltaFIFO to list the keys we
// already know about.
func (s *serviceCache) allServices() []*cachedService { func (s *serviceCache) allServices() []*cachedService {
s.mu.Lock() s.mu.Lock()
defer s.mu.Unlock() defer s.mu.Unlock()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment