actions-runner-controller/config
Yusuke Kuoka cb14d7530b
Add HRA printer column "SCHEDULE" (#561)
Adds a column to help the operator see if they configured HRA.Spec.ScheduledOverrides correctly, in a form of "next override schedule recognized by the controller":

```
$ k get horizontalrunnerautoscaler
NAME                            MIN   MAX   DESIRED   SCHEDULE
actions-runner-aos-autoscaler   0     5     0
org                             0     5     0         min=0 time=2021-05-21 15:00:00 +0000 UTC
```

Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/484
2021-05-22 08:29:53 +09:00
..
certmanager Change api version of cert manager (#94) 2020-10-05 09:13:10 +09:00
crd Add HRA printer column "SCHEDULE" (#561) 2021-05-22 08:29:53 +09:00
default Use ARM64 compatible kube-rbac-proxy from upstream (#310) 2021-02-16 09:55:03 +09:00
manager feat: Support for scaling from/to zero (#465) 2021-05-02 16:11:36 +09:00
prometheus Initial commit 2020-01-28 15:03:23 +09:00
rbac Ensure controller-gen is up-to-date and the code and the manifests are in-sync 2020-10-06 09:23:03 +09:00
samples Add sample manifest of RunnerDeployment and RunnerReplicaSet 2020-03-15 22:08:01 +09:00
webhook kubectl-diff / dry-run support (#549) 2021-05-17 09:36:13 +09:00