cert-manager/design
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
..
20190708.certificate-request-crd.md rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
20191218-security-context-deprecation.md add securityContext.enabled deprecation doc to the design folder 2020-01-10 10:15:42 +00:00
20200326.extensible-certificate-controller.md rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
20210203.certificate-request-identity.md Change user info field design satus to implemented 2021-03-15 09:39:47 +00:00
20210209.certificates.k8s.io-adoption.md rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
acme-orders-challenges-crd.md Fix various typos found by codespell 2020-11-07 14:55:13 +01:00
OWNERS