cert-manager/pkg/controller/certificates
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
..
issuing rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
keymanager rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
metrics rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
readiness rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
requestmanager rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
revisionmanager rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
trigger rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
BUILD.bazel rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
informers.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
listers.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
util_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
util.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00