* feat: Repository-wide RunnerDeployment Autoscaling This adds `maxReplicas` and `minReplicas` to the RunnerDeploymentSpec. If and only if both fields are set, the controller computes and sets desired `replicas` automatically depending on the demand. The number of demanded runner replicas is computed by `queued workflow runs + in_progress workflow runs` for the repository. The support for organizational runners is not included. Ref https://github.com/summerwind/actions-runner-controller/issues/10 |
||
|---|---|---|
| .. | ||
| groupversion_info.go | ||
| runner_types.go | ||
| runner_webhook.go | ||
| runnerdeployment_types.go | ||
| runnerdeployment_webhook.go | ||
| runnerreplicaset_types.go | ||
| runnerreplicaset_webhook.go | ||
| zz_generated.deepcopy.go | ||