cert-manager/pkg/webhook/admission
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
..
initializer 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
chain_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
chain.go Add webhook admission package to implement admission control in a clearer manner 2022-01-20 10:54:18 +00:00
handler_test.go Add webhook admission package to implement admission control in a clearer manner 2022-01-20 10:54:18 +00:00
handler.go Add webhook admission package to implement admission control in a clearer manner 2022-01-20 10:54:18 +00:00
interfaces.go Add webhook admission package to implement admission control in a clearer manner 2022-01-20 10:54:18 +00:00
plugins_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
plugins.go webhook: use new admission-plugin backed validation and mutation handlers 2022-01-20 10:56:46 +00:00
request_handler_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
request_handler.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