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 Initial commit 2020-01-28 15:03:23 +09:00
horizontalrunnerautoscaler_types.go Add HRA support for RunnerSet (#647) 2021-06-23 20:25:03 +09:00
runner_types.go Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
runner_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerdeployment_types.go Fix typo (sucessfully -> successfully (#563) 2021-05-22 08:36:18 +09:00
runnerdeployment_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerreplicaset_types.go Fix additionalPrinterColumns (#556) 2021-05-21 09:10:47 +09:00
runnerreplicaset_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerset_types.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
zz_generated.deepcopy.go Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00