sig-architecture: add apisnoop subproject
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
6de4559a39
commit
e44c2c9d0d
|
@ -65,6 +65,10 @@ The following [working groups][working-group-definition] are sponsored by sig-ar
|
||||||
## Subprojects
|
## Subprojects
|
||||||
|
|
||||||
The following [subprojects][subproject-definition] are owned by sig-architecture:
|
The following [subprojects][subproject-definition] are owned by sig-architecture:
|
||||||
|
### apisnoop
|
||||||
|
Snooping on the Kubernetes OpenAPI communications
|
||||||
|
- **Owners:**
|
||||||
|
- [kubernetes-sigs/apisnoop](https://github.com/kubernetes-sigs/apisnoop/blob/main/OWNERS)
|
||||||
### architecture-and-api-governance
|
### architecture-and-api-governance
|
||||||
[Described below](#architecture-and-api-governance-1)
|
[Described below](#architecture-and-api-governance-1)
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
|
|
@ -346,6 +346,10 @@ sigs:
|
||||||
github: BenTheElder
|
github: BenTheElder
|
||||||
name: Benjamin Elder
|
name: Benjamin Elder
|
||||||
subprojects:
|
subprojects:
|
||||||
|
- name: apisnoop
|
||||||
|
description: Snooping on the Kubernetes OpenAPI communications
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/apisnoop/main/OWNERS
|
||||||
- name: architecture-and-api-governance
|
- name: architecture-and-api-governance
|
||||||
description: '[Described below](#architecture-and-api-governance-1)'
|
description: '[Described below](#architecture-and-api-governance-1)'
|
||||||
owners:
|
owners:
|
||||||
|
|
Loading…
Reference in New Issue