diff options
| author | Arnaud Meukam <ameukam@gmail.com> | 2021-12-14 23:42:52 +0100 |
|---|---|---|
| committer | Arnaud Meukam <ameukam@gmail.com> | 2021-12-14 23:49:45 +0100 |
| commit | cdb4a57565a4b13a1e365c0b6322b6ca24d80833 (patch) | |
| tree | 55ce073a4f2439331325fed7f1f18fae9cdd8960 | |
| parent | 5a4fbb2f370eaa848e53d4f691e1baa9f92eb737 (diff) | |
sig-k8s-infra: ownership of oci-proxy
Related:
- https://github.com/kubernetes/org/issues/3143
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
| -rw-r--r-- | sig-k8s-infra/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-k8s-infra/README.md b/sig-k8s-infra/README.md index d7ad00c1..7844bff4 100644 --- a/sig-k8s-infra/README.md +++ b/sig-k8s-infra/README.md @@ -62,6 +62,9 @@ Code and configuration to manage Google Groups for domains owned by the Kubernet Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites - **Owners:** - [kubernetes/k8s.io](https://github.com/kubernetes/k8s.io/blob/main/OWNERS) +### oci-proxy +- **Owners:** + - [kubernetes-sigs/oci-proxy](https://github.com/kubernetes-sigs/oci-proxy/blob/main/OWNERS) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> @@ -1633,6 +1633,9 @@ sigs: including various *.k8s.io sites owners: - https://raw.githubusercontent.com/kubernetes/k8s.io/main/OWNERS + - name: oci-proxy + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/oci-proxy/main/OWNERS - dir: sig-multicluster name: Multicluster mission_statement: > |
