sig-etcd: Add auger subproject
This commit is contained in:
parent
992eb94576
commit
129998ac88
|
@ -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:**
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue