actions-runner-controller/config/crd/bases
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
..
actions.summerwind.dev_horizontalrunnerautoscalers.yaml Add HRA support for RunnerSet (#647) 2021-06-23 20:25:03 +09:00
actions.summerwind.dev_runnerdeployments.yaml Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
actions.summerwind.dev_runnerreplicasets.yaml Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
actions.summerwind.dev_runners.yaml Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
actions.summerwind.dev_runnersets.yaml feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00