change k8s.io/api owners from apimachinery to architecture
This commit is contained in:
parent
e340fb5685
commit
be451cc08e
|
@ -77,8 +77,6 @@ The following subprojects are owned by sig-api-machinery:
|
|||
- https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/code-generator/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS
|
||||
- **kubernetes-clients**
|
||||
- Owners:
|
||||
|
|
|
@ -33,6 +33,10 @@ The Chairs of the SIG run operations and processes governing the SIG.
|
|||
## Subprojects
|
||||
|
||||
The following subprojects are owned by sig-architecture:
|
||||
- **api**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
|
||||
- **kubernetes-template-project**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
||||
|
|
|
@ -90,8 +90,6 @@ sigs:
|
|||
- https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/code-generator/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS
|
||||
- name: kubernetes-clients
|
||||
owners:
|
||||
|
@ -236,6 +234,10 @@ sigs:
|
|||
- name: sig-architecture-test-failures
|
||||
description: Test Failures and Triage
|
||||
subprojects:
|
||||
- name: api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
|
||||
- name: kubernetes-template-project
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue