cert-manager/pkg/controller
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
..
acmechallenges rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
acmeorders rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
cainjector rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificate-shim rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificaterequests rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificates rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificatesigningrequests rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
clusterissuers rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
issuers rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
test 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
builder.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
context_test.go Ensure RateLimiter is preserved across all built Contexts 2022-01-31 13:38:45 +00:00
context.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
controller.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
helper.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
register.go Adds ContextFactory to controller package. Changes controller builder to 2022-01-27 12:50:12 +00:00
util_test.go Allows for annotations passed from CSR to Order to be filtered 2021-07-27 10:55:09 +01:00
util.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00