actions-runner-controller/controllers
Yusuke Kuoka d8d829b734 feat: RunnerSets
RunnerSet is basically ReplicaSet for Runners.

It is responsible for maintaining number of runners to match the desired one. That is, it creates missing runners from `.Spec.Template` and deletes redundant runners.

Similar to ReplicaSet, this does not support rolling update of runners on its own. We might want to later add `RunnerDeployment` for that. But that's another story.
2020-02-24 10:32:44 +09:00
..
runner_controller.go Add 'env' field to runner resource 2020-02-06 22:09:07 +09:00
runnerset_controller.go feat: RunnerSets 2020-02-24 10:32:44 +09:00
runnerset_controller_test.go feat: RunnerSets 2020-02-24 10:32:44 +09:00
suite_test.go Initial commit 2020-01-28 15:03:23 +09:00