`HRA.Spec.ScaleTargetRef.Kind` is added to denote that the scale-target is a RunnerSet.
It defaults to `RunnerDeployment` for backward compatibility.
```
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: myhra
spec:
scaleTargetRef:
kind: RunnerSet
name: myrunnerset
```
Ref #629
Ref #613
Ref #612
|
||
|---|---|---|
| .. | ||
| groupversion_info.go | ||
| horizontalrunnerautoscaler_types.go | ||
| runner_types.go | ||
| runner_webhook.go | ||
| runnerdeployment_types.go | ||
| runnerdeployment_webhook.go | ||
| runnerreplicaset_types.go | ||
| runnerreplicaset_webhook.go | ||
| runnerset_types.go | ||
| zz_generated.deepcopy.go | ||