From 129998ac888895528f5af738b13a0d43cf8b3469 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Tue, 13 Feb 2024 13:38:43 -0600 Subject: [PATCH] sig-etcd: Add auger subproject --- sig-etcd/README.md | 4 ++++ sigs.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sig-etcd/README.md b/sig-etcd/README.md index 242ce8483..c01f9de83 100644 --- a/sig-etcd/README.md +++ b/sig-etcd/README.md @@ -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:** diff --git a/sigs.yaml b/sigs.yaml index 6e05d2b7a..d7acdd1d7 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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: