actions-runner-controller/controllers
Brandon Kimbrough 2273b198a1
Add ability to set the MTU size of the docker in docker container (#385)
* adding abilitiy to set docker in docker MTU size

* safeguards to only set MTU env var if it is set
2021-03-12 08:44:49 +09:00
..
testdata Fix panic on webhook for user-owned repository (#344) 2021-02-23 08:05:25 +09:00
autoscaling.go Fix PercentageRunnersBusy scaling not working (#386) 2021-03-11 20:16:36 +09:00
autoscaling_test.go Manage runner with label (#355) 2021-03-05 10:15:39 +09:00
horizontal_runner_autoscaler_webhook.go Make webhook-based autoscaler github event logs more operator-friendly (#384) 2021-03-10 09:40:44 +09:00
horizontal_runner_autoscaler_webhook_on_check_run.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_on_pull_request.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_on_push.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_test.go handle GET requests in webhook hra (#378) 2021-03-09 08:46:27 +09:00
horizontalrunnerautoscaler_controller.go Use patch instead of update to alleviate HRA conflict on webhook (#358) 2021-02-26 10:17:09 +09:00
horizontalrunnerautoscaler_controller_test.go Fix HRA expired cache entries not cleaned up (#357) 2021-02-26 09:54:24 +09:00
integration_test.go Fix panic on scaling organizational runners (#381) 2021-03-09 15:03:47 +09:00
runner_controller.go Add ability to set the MTU size of the docker in docker container (#385) 2021-03-12 08:44:49 +09:00
runnerdeployment_controller.go Fix PercentageRunnersBusy scaling not working (#386) 2021-03-11 20:16:36 +09:00
runnerdeployment_controller_test.go Manage runner with label (#355) 2021-03-05 10:15:39 +09:00
runnerreplicaset_controller.go Manage runner with label (#355) 2021-03-05 10:15:39 +09:00
runnerreplicaset_controller_test.go Manage runner with label (#355) 2021-03-05 10:15:39 +09:00
suite_test.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
utils.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00
utils_test.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00