diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2019-08-08 12:52:27 -0700 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2019-08-08 12:54:16 -0700 |
| commit | 4eec9f39d6912ac84fe89ee964f6a4d84d2a703f (patch) | |
| tree | be3fccc7126f6f74d471935259ca89acea09bc9d /sig-autoscaling | |
| parent | c8f1173de064b11ceb888aad26d1309fa7575d33 (diff) | |
Run make to use new generator templates
Diffstat (limited to 'sig-autoscaling')
| -rw-r--r-- | sig-autoscaling/README.md | 78 |
1 files changed, 36 insertions, 42 deletions
diff --git a/sig-autoscaling/README.md b/sig-autoscaling/README.md index cfbc4df9..ce7d480d 100644 --- a/sig-autoscaling/README.md +++ b/sig-autoscaling/README.md @@ -24,51 +24,45 @@ The Chairs of the SIG run operations and processes governing the SIG. * Marcin Wielgus (**[@mwielgus](https://github.com/mwielgus)**), Google ## Contact -* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling) -* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling) -* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fautoscaling) +- Slack: [#sig-autoscaling](https://kubernetes.slack.com/messages/sig-autoscaling) +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fautoscaling) +- GitHub Teams: + - [@kubernetes/sig-autoscaling-api-reviews](https://github.com/orgs/kubernetes/teams/sig-autoscaling-api-reviews) - API Changes and Reviews + - [@kubernetes/sig-autoscaling-bugs](https://github.com/orgs/kubernetes/teams/sig-autoscaling-bugs) - Bug Triage and Troubleshooting + - [@kubernetes/sig-autoscaling-feature-requests](https://github.com/orgs/kubernetes/teams/sig-autoscaling-feature-requests) - Feature Requests + - [@kubernetes/sig-autoscaling-misc](https://github.com/orgs/kubernetes/teams/sig-autoscaling-misc) - General Discussion + - [@kubernetes/sig-autoscaling-pr-reviews](https://github.com/orgs/kubernetes/teams/sig-autoscaling-pr-reviews) - PR Reviews + - [@kubernetes/sig-autoscaling-proposals](https://github.com/orgs/kubernetes/teams/sig-autoscaling-proposals) - Design Proposals + - [@kubernetes/sig-autoscaling-test-failures](https://github.com/orgs/kubernetes/teams/sig-autoscaling-test-failures) - Test Failures and Triage ## Subprojects -The following subprojects are owned by sig-autoscaling: -- **addon-resizer** - - Owners: - - https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS -- **cluster-autoscaler** - - Owners: - - https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS -- **cluster-proportional-autoscaler** - - Owners: - - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-autoscaler/master/OWNERS -- **cluster-proportional-vertical-autoscaler** - - Owners: - - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-vertical-autoscaler/master/OWNERS -- **horizontal-pod-autoscaler** - - Owners: - - https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS -- **scale-client** - - Owners: - - https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS -- **vertical-pod-autoscaler** - - Owners: - - https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS - -## GitHub Teams - -The below teams can be mentioned on issues and PRs in order to get attention from the right people. -Note that the links to display team membership will only work if you are a member of the org. - -| Team Name | Details | Description | -| --------- |:-------:| ----------- | -| @kubernetes/sig-autoscaling-api-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-api-reviews) | API Changes and Reviews | -| @kubernetes/sig-autoscaling-bugs | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-bugs) | Bug Triage and Troubleshooting | -| @kubernetes/sig-autoscaling-feature-requests | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-feature-requests) | Feature Requests | -| @kubernetes/sig-autoscaling-misc | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-misc) | General Discussion | -| @kubernetes/sig-autoscaling-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-pr-reviews) | PR Reviews | -| @kubernetes/sig-autoscaling-proposals | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-proposals) | Design Proposals | -| @kubernetes/sig-autoscaling-test-failures | [link](https://github.com/orgs/kubernetes/teams/sig-autoscaling-test-failures) | Test Failures and Triage | - +The following [subprojects][subproject-definition] are owned by sig-autoscaling: +### addon-resizer +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS +### cluster-autoscaler +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS +### cluster-proportional-autoscaler +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-autoscaler/master/OWNERS +### cluster-proportional-vertical-autoscaler +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-vertical-autoscaler/master/OWNERS +### horizontal-pod-autoscaler +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS +### scale-client +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS +### vertical-pod-autoscaler +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS + +[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects <!-- BEGIN CUSTOM CONTENT --> ## Concerns * autoscaling of clusters, |
