From 49f8037dd64a6ff3ecc659ca285900b38f1f9dd1 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 19 Oct 2017 15:46:36 +0100 Subject: [PATCH] Add link to k8s.io/sample-controller --- staging/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/README.md b/staging/README.md index 177f37e23c3..98d47d18b57 100644 --- a/staging/README.md +++ b/staging/README.md @@ -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.