apiserver/Godeps
Kubernetes Publisher 12af70d669 Merge pull request #60824 from hzxuzhonghu/requestContextMap-rwlock
Automatic merge from submit-queue (batch tested with PRs 62425, 62212, 60824, 62383, 62384). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

optimize requestcontext: use RWMutex to improve r/w performance

RequestContextMapper is one of the mostly used interface by every request, and the underlying struct is a map with Mutex protect. So here we should use RWMutex.

**Release note**:

```release-note
NONE
```

Kubernetes-commit: 14fca16a39e5b6889fdb00ae3cd1a991ee35379e
2018-04-12 02:42:03 +00:00
..
Godeps.json Merge pull request #60824 from hzxuzhonghu/requestContextMap-rwlock 2018-04-12 02:42:03 +00:00
OWNERS Remove dep-reviewers 2018-02-26 11:11:15 -08:00
Readme update godep.json files 2017-02-23 09:48:09 -05:00

Readme

This directory tree is generated automatically by godep.

Please do not edit.

See https://github.com/tools/godep for more information.