actions-runner-controller/controllers
Shinnosuke Sawada 4371de9733
add dockerEnabled option (#191)
Add dockerEnabled option for users who does not need docker and want not to run privileged container.
if `dockerEnabled == false`, dind container not run, and there are no privileged container.

Do the same as closed #96
2020-11-16 09:41:12 +09:00
..
autoscaling.go Prefer autoscaling based on jobs rather than workflows if available (#114) 2020-10-08 09:00:44 +09:00
autoscaling_test.go Added support for other than public GitHub URL (#146) 2020-10-28 22:15:53 +09:00
horizontalrunnerautoscaler_controller.go
integration_test.go Adds RUNNER_GROUP argument to the runner registration (#157) 2020-11-10 17:15:54 +09:00
runner_controller.go add dockerEnabled option (#191) 2020-11-16 09:41:12 +09:00
runnerdeployment_controller.go
runnerdeployment_controller_test.go
runnerreplicaset_controller.go
runnerreplicaset_controller_test.go
suite_test.go