Update sig.yaml with subprojects of SIG multicluster
This commit is contained in:
parent
df8f90ebe7
commit
4b83111aa4
|
@ -31,6 +31,22 @@ The Chairs of the SIG run operations and processes governing the SIG.
|
||||||
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster)
|
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster)
|
||||||
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fmulticluster)
|
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fmulticluster)
|
||||||
|
|
||||||
|
## Subprojects
|
||||||
|
|
||||||
|
The following subprojects are owned by sig-multicluster:
|
||||||
|
- **federation-v1**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/federation/master/OWNERS
|
||||||
|
- **federation-v2**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/federation-v2/master/OWNERS
|
||||||
|
- **cluster-registry**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/cluster-registry/master/OWNERS
|
||||||
|
- **kubemci**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-multicluster-ingress/master/OWNERS
|
||||||
|
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
|
|
||||||
The below teams can be mentioned on issues and PRs in order to get attention from the right people.
|
The below teams can be mentioned on issues and PRs in order to get attention from the right people.
|
||||||
|
|
13
sigs.yaml
13
sigs.yaml
|
@ -945,6 +945,19 @@ sigs:
|
||||||
description: Test Failures and Triage
|
description: Test Failures and Triage
|
||||||
- name: sig-mutlicluster-proposals
|
- name: sig-mutlicluster-proposals
|
||||||
description: Design Proposals
|
description: Design Proposals
|
||||||
|
subprojects:
|
||||||
|
- name: federation-v1
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/federation/master/OWNERS
|
||||||
|
- name: federation-v2
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/federation-v2/master/OWNERS
|
||||||
|
- name: cluster-registry
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/cluster-registry/master/OWNERS
|
||||||
|
- name: kubemci
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-multicluster-ingress/master/OWNERS
|
||||||
- name: Network
|
- name: Network
|
||||||
dir: sig-network
|
dir: sig-network
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
Loading…
Reference in New Issue