image-reflector-controller/controllers
Kevin McDermott da2b9e6746 Add BadgerDB as a persistent store for the tag data.
This introduces a key/value store for tags, with the keys being the
images and the values being JSON encoded versions of the tags.

The Badger data is stored in a PVC.

Signed-off-by: Kevin McDermott <bigkevmcd@gmail.com>
2020-12-09 13:53:11 +00:00
..
testdata Get and use credentials from secret if given 2020-11-10 21:15:23 +00:00
database.go Add BadgerDB as a persistent store for the tag data. 2020-12-09 13:53:11 +00:00
imagepolicy_controller.go Add BadgerDB as a persistent store for the tag data. 2020-12-09 13:53:11 +00:00
imagerepository_controller.go Add BadgerDB as a persistent store for the tag data. 2020-12-09 13:53:11 +00:00
policy_test.go Make the ImageRepositoryStatus empty when empty 2020-12-03 11:43:26 +00:00
registry_test.go Test that the controller uses referenced secrets 2020-11-11 13:02:38 +00:00
scan_test.go Make the ImageRepositoryStatus empty when empty 2020-12-03 11:43:26 +00:00
secret_test.go Get and use credentials from secret if given 2020-11-10 21:15:23 +00:00
suite_test.go Add BadgerDB as a persistent store for the tag data. 2020-12-09 13:53:11 +00:00