actions-runner-controller/api/v1alpha1
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
..
groupversion_info.go Initial commit 2020-01-28 15:03:23 +09:00
horizontalrunnerautoscaler_types.go Add HRA printer column "SCHEDULE" (#561) 2021-05-22 08:29:53 +09:00
runner_types.go Fix additionalPrinterColumns (#556) 2021-05-21 09:10:47 +09:00
runner_webhook.go kubectl-diff / dry-run support (#549) 2021-05-17 09:36:13 +09:00
runnerdeployment_types.go Fix additionalPrinterColumns (#556) 2021-05-21 09:10:47 +09:00
runnerdeployment_webhook.go Add validation webhooks 2020-04-30 22:11:59 +09:00
runnerreplicaset_types.go Fix additionalPrinterColumns (#556) 2021-05-21 09:10:47 +09:00
runnerreplicaset_webhook.go kubectl-diff / dry-run support (#549) 2021-05-17 09:36:13 +09:00
zz_generated.deepcopy.go Add HRA printer column "SCHEDULE" (#561) 2021-05-22 08:29:53 +09:00