Merge pull request #7137 from gjtempleton/SIG-Autoscaling-Update-Subproject-Owners

SIG-Autoscaling - Subproject Owners Cleanup
This commit is contained in:
Kubernetes Prow Robot 2023-10-05 17:32:55 +02:00 committed by GitHub
commit e17cacbf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 10 deletions

View File

@ -53,17 +53,14 @@ The following [subprojects][subproject-definition] are owned by sig-autoscaling:
- [kubernetes/autoscaler/addon-resizer](https://github.com/kubernetes/autoscaler/blob/master/addon-resizer/OWNERS) - [kubernetes/autoscaler/addon-resizer](https://github.com/kubernetes/autoscaler/blob/master/addon-resizer/OWNERS)
### cluster-autoscaler ### cluster-autoscaler
- **Owners:** - **Owners:**
- [kubernetes/autoscaler](https://github.com/kubernetes/autoscaler/blob/master/OWNERS) - [kubernetes/autoscaler/cluster-autoscaler](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/OWNERS)
### horizontal-pod-autoscaler ### horizontal-pod-autoscaler
- **Owners:** - **Owners:**
- [kubernetes/api/autoscaling](https://github.com/kubernetes/api/blob/master/autoscaling/OWNERS) - [kubernetes/api/autoscaling](https://github.com/kubernetes/api/blob/master/autoscaling/OWNERS)
- [kubernetes/kubernetes/pkg/controller/podautoscaler](https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/OWNERS) - [kubernetes/kubernetes/pkg/controller/podautoscaler](https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/OWNERS)
### scale-client
- **Owners:**
- [kubernetes/client-go/scale](https://github.com/kubernetes/client-go/blob/master/scale/OWNERS)
### vertical-pod-autoscaler ### vertical-pod-autoscaler
- **Owners:** - **Owners:**
- [kubernetes/autoscaler](https://github.com/kubernetes/autoscaler/blob/master/OWNERS) - [kubernetes/autoscaler/vertical-pod-autoscaler](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/OWNERS)
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
[working-group-definition]: https://github.com/kubernetes/community/blob/master/governance.md#working-groups [working-group-definition]: https://github.com/kubernetes/community/blob/master/governance.md#working-groups

View File

@ -633,17 +633,14 @@ sigs:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS - https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS
- name: cluster-autoscaler - name: cluster-autoscaler
owners: owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS - https://raw.githubusercontent.com/kubernetes/autoscaler/master/cluster-autoscaler/OWNERS
- name: horizontal-pod-autoscaler - name: horizontal-pod-autoscaler
owners: owners:
- https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS - https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS
- name: scale-client
owners:
- https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS
- name: vertical-pod-autoscaler - name: vertical-pod-autoscaler
owners: owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS - https://raw.githubusercontent.com/kubernetes/autoscaler/master/vertical-pod-autoscaler/OWNERS
- dir: sig-cli - dir: sig-cli
name: CLI name: CLI
mission_statement: > mission_statement: >