cert-manager/test/integration/certificates
Maël Valais 71e707387a trigger-controller: refactor test, inject gatherer and policychain
Injecting the whole Gatherer struct was not necessary for testing
since DataForCertificate is now fully unit-tested. With that, we
can mock the Gatherer.Evaluate function. Since there is no reason
to inject a full Gatherer object into the trigger controller, I chose
to inject a simple policies.Func. I named the function "shouldReissue"
since this is exactly what this function does.

I also refactored the test cases to use the same gen.Certificate
that we use in the rest of the codebase.

Signed-off-by: Maël Valais <mael@vls.dev>
2021-03-23 13:55:11 +01:00
..
BUILD.bazel ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
issuing_controller_test.go Updates the CRDs with the Certificate Condition observedGeneration field 2021-03-04 17:04:11 +00:00
metrics_controller_test.go Merge pull request #3500 from meyskens/update-copy 2020-12-15 10:12:31 +00:00
trigger_controller_test.go trigger-controller: refactor test, inject gatherer and policychain 2021-03-23 13:55:11 +01:00