diff options
| author | Phillip Wittrock <pwittroc@google.com> | 2018-06-07 11:46:57 -0700 |
|---|---|---|
| committer | Phillip Wittrock <pwittroc@google.com> | 2018-06-07 11:46:57 -0700 |
| commit | ef81741b4dae1e9e4250f0b6bcc184863297ed14 (patch) | |
| tree | 81e980447b44ca9e400df6d2418e352fd726bc22 | |
| parent | 9ea1f026aac84e3b25cff94257033ca68bd65974 (diff) | |
Add kubebuilder and controller-runtime as subprojects of server-sdk.
| -rw-r--r-- | sig-api-machinery/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 16d8ee9c..863c6d42 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -67,6 +67,8 @@ The following subprojects are owned by sig-api-machinery: - https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-controller/OWNERS - https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder/master/OWNERS - **idl-schema-client-pipeline** - Owners: - https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS @@ -79,6 +79,8 @@ sigs: - https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-controller/OWNERS - https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder/master/OWNERS - name: idl-schema-client-pipeline owners: - https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS # possibly should be totally separate |
