diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-01-28 09:39:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 09:39:40 -0800 |
| commit | db74fb462f72387c8459cb35d1d0bea5fdd016e6 (patch) | |
| tree | 388f8c8da175ae09a0e46d3abef60d657aebcdd0 | |
| parent | f5706046f978dd2705b94f99210dd7e2246638ec (diff) | |
| parent | 9978c1c5d791fc512070a6df09d4080d20d7e28c (diff) | |
Merge pull request #4457 from nikhita/custom-metrics-apiserver
Move custom-metrics-apiserver to k-sigs
| -rw-r--r-- | sig-instrumentation/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index 6f0037eb..c3e422f6 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -42,7 +42,7 @@ The Chairs of the SIG run operations and processes governing the SIG. The following [subprojects][subproject-definition] are owned by sig-instrumentation: ### custom-metrics-apiserver - **Owners:** - - https://raw.githubusercontent.com/kubernetes-incubator/custom-metrics-apiserver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS ### heapster - **Owners:** - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS @@ -1327,7 +1327,7 @@ sigs: subprojects: - name: custom-metrics-apiserver owners: - - https://raw.githubusercontent.com/kubernetes-incubator/custom-metrics-apiserver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS - name: heapster owners: - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS |
