actions-runner-controller/api/v1alpha1
Yusuke Kuoka 98da4c2adb
Add HRA support for RunnerSet (#647)
`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
2021-06-23 20:25:03 +09:00
..
groupversion_info.go
horizontalrunnerautoscaler_types.go Add HRA support for RunnerSet (#647) 2021-06-23 20:25:03 +09:00
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