From 38cf8cc29803e2ba6afccf0a6bc156dcc39ce16d Mon Sep 17 00:00:00 2001 From: "Dawn M. Foster" Date: Mon, 30 Sep 2019 14:22:21 +0100 Subject: https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/OWNERS does not exist. Assuming the one in the V1 directory is the correct file, so updated sigs.yaml with a valid owners file: https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/v1/OWNERS added additional owners file at request of liggitt --- sig-api-machinery/README.md | 3 ++- sigs.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 8dce11e4..bfc93a08 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -53,7 +53,8 @@ The following [subprojects][subproject-definition] are owned by sig-api-machiner - https://raw.githubusercontent.com/kubernetes-sigs/kube-storage-version-migrator/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/garbagecollector/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/namespace/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/resourcequota/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/v1/OWNERS ### idl-schema-client-pipeline - **Owners:** - https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 69579fdd..5f2bd864 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -61,7 +61,8 @@ sigs: - https://raw.githubusercontent.com/kubernetes-sigs/kube-storage-version-migrator/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/garbagecollector/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/namespace/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/resourcequota/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/v1/OWNERS - name: idl-schema-client-pipeline owners: - https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS -- cgit v1.2.3