Merge pull request #62714 from CaoShuFeng/CaoShuFeng

Automatic merge from submit-queue. 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>.

add CaoShuFeng as a reviewer of kube-apiserver

My contributions:
https://github.com/pulls?q=is%3Apr+author%3ACaoShuFeng+is%3Aclosed

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:
/assign @deads2k @sttts @liggitt
**Release note**:

```release-note
NONE
```

Kubernetes-commit: 33f7d8618b9a92c6bb7835420d4a3e9cd24d7862
This commit is contained in:
Kubernetes Publisher 2018-04-17 05:48:20 -07:00
commit 9c5883a86b
2 changed files with 2 additions and 1 deletions

2
Godeps/Godeps.json generated
View File

@ -1,7 +1,7 @@
{
"ImportPath": "k8s.io/apiserver",
"GoVersion": "go1.9",
"GodepVersion": "v79",
"GodepVersion": "v80",
"Packages": [
"./..."
],

1
OWNERS
View File

@ -16,3 +16,4 @@ reviewers:
- tallclair
- enj
- hzxuzhonghu
- CaoShuFeng