diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-06-01 13:58:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 13:58:15 -0700 |
| commit | 989873776eb3c9e8a26dbfbaed7864b78480ac5a (patch) | |
| tree | 46b2b5165533eae178d821bcbb03b30b64170d6e | |
| parent | 3b5f12a8cb0decf19ad0982598e74cd662974469 (diff) | |
| parent | 4014ea3d3d622215b531c7880e697a3cf4e94dc9 (diff) | |
Merge pull request #4828 from nikhita/instrumentation-tools
sig-instrumentation: add instrumentation-tools 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 24460e71..ec07e8ad 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -57,6 +57,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### heapster - **Owners:** - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS +### instrumentation-tools +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS ### klog - **Owners:** - https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS @@ -1391,6 +1391,9 @@ sigs: - name: heapster owners: - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS + - name: instrumentation-tools + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS - name: klog contact: slack: klog |
