cert-manager/pkg/metrics
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 Use status.renewalTime instead of renewBefore 2021-09-01 10:07:21 -07:00
BUILD.bazel rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificates_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificates.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
metrics_test.go Upgrade k8s.io dependencies to v0.23.1 2021-12-17 16:27:47 +00:00
metrics.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
OWNERS Add more OWNERS files with auto-labels 2019-01-24 19:38:31 +00:00