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
|
## 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:**
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue