cert-manager/test/e2e/framework/config
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
..
acme.go e2e tests for Gateway HTTP01 Solver 2021-08-02 14:12:30 +01:00
addons.go cleanup & better error debug printing 2021-08-06 17:31:58 +02:00
BUILD.bazel rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certmanager.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
config.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
gateway.go e2e tests for Gateway HTTP01 Solver 2021-08-02 14:12:30 +01:00
ginkgo.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
helm.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
ingress_controller.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
samplewebhook.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
suite.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
venafi.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00