Merge pull request #3687 from dims/move-klog-to-sig-instrumentation
Move klog to sig-instrumentation
This commit is contained in:
commit
8b7b640ace
|
|
@ -61,9 +61,6 @@ The following subprojects are owned by sig-architecture:
|
||||||
- Slack: [#k8s-conformance](https://kubernetes.slack.com/messages/k8s-conformance)
|
- Slack: [#k8s-conformance](https://kubernetes.slack.com/messages/k8s-conformance)
|
||||||
- GitHub Teams:
|
- GitHub Teams:
|
||||||
- [@kubernetes/cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg)
|
- [@kubernetes/cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg)
|
||||||
- **klog**
|
|
||||||
- Owners:
|
|
||||||
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
|
|
||||||
|
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,9 @@ The following subprojects are owned by sig-instrumentation:
|
||||||
- **heapster**
|
- **heapster**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
|
||||||
|
- **klog**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
|
||||||
- **kube-state-metrics**
|
- **kube-state-metrics**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
|
||||||
|
|
|
||||||
|
|
@ -292,9 +292,6 @@ sigs:
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS
|
||||||
- name: klog
|
|
||||||
owners:
|
|
||||||
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
|
|
||||||
- dir: sig-auth
|
- dir: sig-auth
|
||||||
name: Auth
|
name: Auth
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
@ -1275,6 +1272,9 @@ sigs:
|
||||||
- name: heapster
|
- name: heapster
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
|
||||||
|
- name: klog
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
|
||||||
- name: kube-state-metrics
|
- name: kube-state-metrics
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue