diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-10-10 10:14:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-10 10:14:47 -0700 |
| commit | e2fac86df486e8b02773d73780f87bb0cfde4bad (patch) | |
| tree | 125e07bc3948f8c4eb31832973b0805cc1c91be6 /sigs.yaml | |
| parent | cd4f40f12b5fa74b0f7503892743c7a9c2e61c3d (diff) | |
| parent | 38cf8cc29803e2ba6afccf0a6bc156dcc39ce16d (diff) | |
Merge pull request #4124 from geekygirldawn/master
FIxed invalid owners file in sigs.yaml
Diffstat (limited to 'sigs.yaml')
| -rw-r--r-- | sigs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
