actions-runner-controller/controllers
Yusuke Kuoka 3c3077a11c Fix crash on startup after the HRDA addition
This is a follow-up for #66.

The reconciler for the new HorizontalRunnerDeploymentAutoscaler had a terrible flaw that prevented the controller to fail launching due to an error like:

```
indexer conflict: map[field:.metadata.controller:{}]
```

This fixes that, while adding `integration_test.go` to verify its actually fixed and prevent regression in the future.
2020-07-29 21:20:46 +09:00
..
autoscaling.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
autoscaling_test.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
horizontalrunnerautoscaler_controller.go Fix crash on startup after the HRDA addition 2020-07-29 21:20:46 +09:00
integration_test.go Fix crash on startup after the HRDA addition 2020-07-29 21:20:46 +09:00
runner_controller.go add config to respect image pull policy 2020-07-08 23:53:52 -07:00
runnerdeployment_controller.go feat: Use HorizontalRunnerAutoscaler for autoscaling 2020-07-27 20:33:44 +09:00
runnerdeployment_controller_test.go Revert test comment 2020-03-15 21:55:38 +09:00
runnerreplicaset_controller.go Add permission to create/patch events resource 2020-03-27 23:25:37 +09:00
runnerreplicaset_controller_test.go Revert test comment 2020-03-15 21:55:38 +09:00
suite_test.go Initial commit 2020-01-28 15:03:23 +09:00