diff options
| author | Dawn M. Foster <dafoster@pivotal.io> | 2019-09-30 14:22:21 +0100 |
|---|---|---|
| committer | Dawn M. Foster <dafoster@pivotal.io> | 2019-10-10 18:10:10 +0100 |
| commit | 38cf8cc29803e2ba6afccf0a6bc156dcc39ce16d (patch) | |
| tree | ff210ba4f67c2ec4e5f16ad0b52b8dce2543a3ea | |
| parent | 2280277db8a19aca8bdcc95162827c1a4efddabb (diff) | |
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
| -rw-r--r-- | sig-api-machinery/README.md | 3 | ||||
| -rw-r--r-- | 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 @@ -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 |
