Merge pull request #2553 from spiffxp/sig-arch-subprojects
Move k/utils to sig-arch, add k/contrib to sig-arch
This commit is contained in:
commit
3c0eeb43d3
|
|
@ -94,9 +94,6 @@ The following subprojects are owned by sig-api-machinery:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
|
||||||
- **universal-utils**
|
|
||||||
- Owners:
|
|
||||||
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
|
|
||||||
|
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,12 @@ The following subprojects are owned by sig-architecture:
|
||||||
- **architecture-tracking**
|
- **architecture-tracking**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
|
||||||
|
- **universal-utils**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
|
||||||
|
- **contrib**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS
|
||||||
|
|
||||||
## GitHub Teams
|
## GitHub Teams
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,9 +107,6 @@ sigs:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
|
||||||
- name: universal-utils # There is no reason why this is in api-machinery
|
|
||||||
owners:
|
|
||||||
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
|
|
||||||
- name: Apps
|
- name: Apps
|
||||||
dir: sig-apps
|
dir: sig-apps
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
@ -250,6 +247,12 @@ sigs:
|
||||||
- name: architecture-tracking
|
- name: architecture-tracking
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
|
||||||
|
- name: universal-utils
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
|
||||||
|
- name: contrib # solely to steward moving code _out_ of here to more appropriate places
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS
|
||||||
- name: Auth
|
- name: Auth
|
||||||
dir: sig-auth
|
dir: sig-auth
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue