diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-01-11 13:35:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 13:35:15 -0800 |
| commit | e0ed06c898335609de2fde610476b8efbbcc5b72 (patch) | |
| tree | 374093b6048286d085fca6bfe346c77dc4ce557a | |
| parent | 539c39e29f2eadf34148a9d07299b87ecc0f1aa8 (diff) | |
| parent | cdb4a57565a4b13a1e365c0b6322b6ca24d80833 (diff) | |
Merge pull request #6297 from ameukam/k8s-infra-subproject
sig-k8s-infra: ownership of oci-proxy
| -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 --> @@ -1636,6 +1636,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: > |
