diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-02 16:09:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 16:09:15 -0700 |
| commit | a262158aef5f9ae6c1f447294912f7dc941bff55 (patch) | |
| tree | 8de19e7947d511bbafa17a071e2592ec6d9ded40 | |
| parent | fd283d1b24123de0a6bbe4c2d8d81871d1ab5e5a (diff) | |
| parent | 4b83111aa4ca851d7a916ad9e02420343c0fd51c (diff) | |
Merge pull request #1983 from pmorie/mc-yaml
Update sig.yaml with subprojects of SIG multicluster
| -rw-r--r-- | sig-multicluster/README.md | 16 | ||||
| -rw-r--r-- | sigs.yaml | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/sig-multicluster/README.md b/sig-multicluster/README.md index 37a438a5..78328fd4 100644 --- a/sig-multicluster/README.md +++ b/sig-multicluster/README.md @@ -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) * [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 The below teams can be mentioned on issues and PRs in order to get attention from the right people. @@ -945,6 +945,19 @@ sigs: description: Test Failures and Triage - name: sig-mutlicluster-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 dir: sig-network mission_statement: > |
