From 70d3c9b20b3530dfc0384c5b53da6db13e02177b Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 12 Mar 2020 20:19:15 +0530 Subject: [PATCH] sig-network: add iptables-wrappers subproject --- sig-network/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-network/README.md b/sig-network/README.md index b85c110c4..fec81e5cd 100644 --- a/sig-network/README.md +++ b/sig-network/README.md @@ -58,6 +58,9 @@ The following [subprojects][subproject-definition] are owned by sig-network: - https://raw.githubusercontent.com/kubernetes-sigs/ingress-controller-conformance/master/OWNERS - https://raw.githubusercontent.com/kubernetes/ingress-gce/master/OWNERS - https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/OWNERS +### iptables-wrappers +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/master/OWNERS ### kube-dns - **Owners:** - https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 88799914e..37fc7c7fb 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1544,6 +1544,9 @@ sigs: - https://raw.githubusercontent.com/kubernetes-sigs/ingress-controller-conformance/master/OWNERS - https://raw.githubusercontent.com/kubernetes/ingress-gce/master/OWNERS - https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/OWNERS + - name: iptables-wrappers + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/master/OWNERS - name: kube-dns owners: - https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS