Merge pull request #54239 from munnerz/patch-1

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 link to k8s.io/sample-controller

Forgot to include this in https://github.com/kubernetes/kubernetes/pull/52753

/cc @sttts
This commit is contained in:
Kubernetes Submit Queue 2017-10-19 08:57:29 -07:00 committed by GitHub
commit 875a72fed2

View File

@ -15,6 +15,7 @@ Repositories currently staged here:
- [`k8s.io/code-generator`](https://github.com/kubernetes/code-generator)
- [`k8s.io/metrics`](https://github.com/kubernetes/metrics)
- [`k8s.io/sample-apiserver`](https://github.com/kubernetes/sample-apiserver)
- [`k8s.io/sample-controller`](https://github.com/kubernetes/sample-controller)
The code in the staging/ directory is authoritative, i.e. the only copy of the
code. You can directly modify such code.