sig-etcd: Add auger subproject

This commit is contained in:
Bob Killen 2024-02-13 13:38:43 -06:00
parent 992eb94576
commit 129998ac88
2 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,10 @@ subprojects, and resolve cross-subproject technical issues and decisions.
## Subprojects ## Subprojects
The following [subprojects][subproject-definition] are owned by sig-etcd: The following [subprojects][subproject-definition] are owned by sig-etcd:
### auger
Directly access data objects stored in etcd by kubernetes.
- **Owners:**
- [etcd-io/auger](https://github.com/etcd-io/auger/blob/master/OWNERS)
### bbolt ### bbolt
An embedded key/value database for Go. An embedded key/value database for Go.
- **Owners:** - **Owners:**

View File

@ -1708,6 +1708,10 @@ sigs:
github: mrbobbytables github: mrbobbytables
name: Bob Killen name: Bob Killen
subprojects: subprojects:
- name: auger
description: Directly access data objects stored in etcd by kubernetes.
owners:
- https://raw.githubusercontent.com/etcd-io/auger/master/OWNERS
- name: bbolt - name: bbolt
description: An embedded key/value database for Go. description: An embedded key/value database for Go.
owners: owners: