diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-04-07 09:31:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 09:31:04 -0700 |
| commit | 97a09975a23c1a2cbafe2bf0ea831aa614771b38 (patch) | |
| tree | 2e16984bd583c36ce713cc32411620ab08e9a559 | |
| parent | 7ef83e90d29fd2a0dfac3e4f1208e82f9a44ad26 (diff) | |
| parent | efdb07c2e30a5eb2338d684fb6d1a222f2a77260 (diff) | |
Merge pull request #5697 from nikhita/instrumentation-addons
sig-instrumentation: add instrumentation-addons repo
| -rw-r--r-- | sig-instrumentation/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index 7bcacdd7..60df9012 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -61,6 +61,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat Organization of SIG Instrumentation subprojects - **Owners:** - [kubernetes-sigs/instrumentation](https://github.com/kubernetes-sigs/instrumentation/blob/master/OWNERS) +### instrumentation-addons +- **Owners:** + - [kubernetes-sigs/instrumentation-addons](https://github.com/kubernetes-sigs/instrumentation-addons/blob/master/OWNERS) ### instrumentation-tools - **Owners:** - [kubernetes-sigs/instrumentation-tools](https://github.com/kubernetes-sigs/instrumentation-tools/blob/master/OWNERS) @@ -1526,6 +1526,9 @@ sigs: description: Organization of SIG Instrumentation subprojects owners: - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation/master/OWNERS + - name: instrumentation-addons + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-addons/master/OWNERS - name: instrumentation-tools owners: - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS |
