cert-manager/pkg/controller
Maël Valais 9305766ff2 trigger-controller: add two unit tests to showcase #3250
Note that I had initially made createCryptoBundle public since I found
it inconvenient to have to pass a testing.T when we know that we should
never be  failing inside this func (I mean, the failure  zould not be due
to a wrong test case).

After a comment from Maartje, I realize that I could just use an anonymous
function for that purpose.

Signed-off-by: Maël Valais <mael@vls.dev>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-04-06 18:09:27 +02:00
..
acmechallenges Replace reflect.DeepEqual with semantic equality check 2021-03-27 12:49:14 +05:30
acmeorders Replace reflect.DeepEqual with semantic equality check 2021-03-27 12:49:14 +05:30
cainjector Minor log message clarification 2021-01-07 19:21:11 +00:00
certificaterequests Replace reflect.DeepEqual with semantic equality check and remove status marshal 2021-03-27 12:49:14 +05:30
certificates trigger-controller: add two unit tests to showcase #3250 2021-04-06 18:09:27 +02:00
clusterissuers Replace reflect.DeepEqual with semantic equality check and remove status marshal 2021-03-27 12:49:14 +05:30
ingress-shim remove unused function 2021-03-19 13:59:33 +00:00
issuers Replace reflect.DeepEqual with semantic equality check and remove status marshal 2021-03-27 12:49:14 +05:30
test DataForCertificate: use fake clientset instead of fake lister 2021-03-04 17:20:45 +01:00
BUILD.bazel Remove unused helper functions 2020-11-19 12:44:18 +00:00
builder.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
context.go Removes the deprecated renew-before-expiry flag 2021-02-21 10:22:25 +00:00
controller.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
helper.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
register.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00