diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-06-07 13:59:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-07 13:59:22 -0700 |
| commit | 5deb1a07659a7f87a8532bbcad80cbf05e5f8b0f (patch) | |
| tree | 3580aa327f85a2ab07e29cf3584e8ca482b4ab5f | |
| parent | 89e17c4a47c56c1ba28f8f0de9b6b3966246d1f6 (diff) | |
| parent | ef81741b4dae1e9e4250f0b6bcc184863297ed14 (diff) | |
Merge pull request #2227 from pwittrock/sigsyaml
sigs.yaml add kubebuilder and controller-runtime sig apimachinery
| -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 |
