diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-03-20 06:44:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 06:44:36 -0700 |
| commit | cd4c71c21a68d134aaa05b17b5bf14e2ee38c02d (patch) | |
| tree | c21b797f355b071c8627b20fceb7472e6a612455 | |
| parent | a589d3d41e846750c5e2ee201c15d51bfa4450a5 (diff) | |
| parent | 4a686616768c88b8d3f63745e0defc8141389250 (diff) | |
Merge pull request #4640 from nikhita/clientgofix
sig-api-machinery: add clientgofix repo
| -rw-r--r-- | sig-api-machinery/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index f01b6d50..c9171771 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -82,6 +82,7 @@ The following [subprojects][subproject-definition] are owned by sig-api-machiner - https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/python/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/clientgofix/master/OWNERS - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS ### server-api-aggregation @@ -90,6 +90,7 @@ sigs: - https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/python/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/clientgofix/master/OWNERS - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS - name: server-api-aggregation |
