source-controller/controllers
Hidde Beydals 5b77100589 controllers: make concurrent reconciles config opt
Introduces new helpers and config structs to all reconcilers to
set the max concurrent reconciles number.

Introduces a new flag `--concurrent` to configure the number of
concurrent reconciles per reconciler, defaults to `2`.
2020-04-19 11:52:10 +02:00
..
testdata controllers: test HelmRepository TLS auth 2020-04-17 10:41:24 +02:00
gitrepository_controller.go controllers: make concurrent reconciles config opt 2020-04-19 11:52:10 +02:00
helmchart_controller.go controllers: make concurrent reconciles config opt 2020-04-19 11:52:10 +02:00
helmchart_controller_test.go controllers: test HelmChart missing HelmRepository 2020-04-17 20:39:33 +02:00
helmrepository_controller.go controllers: make concurrent reconciles config opt 2020-04-19 11:52:10 +02:00
helmrepository_controller_test.go controllers: slightly restructure HelmRepository tests 2020-04-17 19:21:55 +02:00
predicate.go Move artifact gc to delete event predicate 2020-04-13 01:35:44 +02:00
storage.go Change artifact path format 2020-04-13 19:52:30 +03:00
suite_test.go controllers: add HelmChart reconciler tests 2020-04-17 19:21:48 +02:00