Merge pull request #7718 from mrbobbytables/auger

sig-etcd: Add auger subproject
This commit is contained in:
Kubernetes Prow Robot 2024-02-13 12:16:20 -08:00 committed by GitHub
commit 88a31f3009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
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
An embedded key/value database for Go.
- **Owners:**

View File

@ -1708,6 +1708,10 @@ sigs:
github: mrbobbytables
name: Bob Killen
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
description: An embedded key/value database for Go.
owners: