source-controller/controllers
Hidde Beydals b9576d56f1 Prevent resources getting stuck on transient err
This commit ensures that resources will only return early if they are
already in a `Ready==True` state. If not, but the status object somehow
still reports that it has an artifact, the reconciliation will continue
to ensure and/or guarantee state, and to prevent a deadlock from
happening.
2020-09-22 17:00:54 +02:00
..
testdata controllers: test HelmRepository TLS auth 2020-04-17 10:41:24 +02:00
bucket_controller.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
gitrepository_controller.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
gitrepository_controller_test.go Switch to dedicated git and helm testserver pkgs 2020-08-18 12:11:29 +02:00
helmchart_controller.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
helmchart_controller_test.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
helmrepository_controller.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
helmrepository_controller_test.go Prevent resources getting stuck on transient err 2020-09-22 17:00:54 +02:00
storage.go storage: add CopyFromPath method 2020-09-21 23:16:13 +02:00
storage_test.go Implement S3 Bucket controller 2020-09-18 16:11:24 +03:00
suite_test.go Support Helm charts from GitRepository sources 2020-08-31 16:21:53 +02:00
util.go Refactor garbage collectors to finalizers 2020-07-16 14:18:33 +02:00