mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Merge pull request #29544 from lixiaobing10051267/masterFuncNote
Automatic merge from submit-queue Func note is copied same as other one
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user