cert-manager/pkg/controller/test
Ashley Davis 3a055cc2f5
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:

 ```bash
 grep -Ri "github.com/jetstack/cert-manager" . | \
 cut -d":" -f1 | \
 sort | \
 uniq | \
 xargs sed -i
 "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
 ```

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-02 09:08:31 +00:00
..
actions.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00
BUILD.bazel rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
context_builder.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
doc.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
reactors.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
recorder.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util.go Tidy godoc comments 2021-05-05 16:21:24 +01:00