diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-02-01 06:51:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 06:51:49 -0800 |
| commit | 069765f4e3d721e75d22445acf3f762566bdde6a (patch) | |
| tree | fead192406425076bfee813d8e080a455a6421d5 | |
| parent | 2316cb785fd2bca6ec9bfbce6a5e7df51895780f (diff) | |
| parent | 04d78457305820197cbd1967935a20dddf257509 (diff) | |
Merge pull request #5447 from nikhita/prometheus-adapter
sig-instrumentation: add prometheus-adapter 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 1662487e..e7c3a0e7 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -83,6 +83,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### mutating-trace-admission-controller - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS +### prometheus-adapter +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> @@ -1527,6 +1527,9 @@ sigs: - name: mutating-trace-admission-controller owners: - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS + - name: prometheus-adapter + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS - dir: sig-multicluster name: Multicluster mission_statement: > |
