joshvanl
|
dfd1e512d8
|
Update CertificateSigningRequest controller to accept a list of
RegisterExtraInformerFn, which control the extra informers.
Signed-off-by: joshvanl <me@joshvanl.dev>
|
2022-08-09 11:12:41 +01:00 |
|
joshvanl
|
b426b5acf7
|
Use UpdateOrApplyStatus in CertificateSigningRequest controllers
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2022-02-07 14:18:14 +00:00 |
|
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 |
|
joshvanl
|
fb391a26e5
|
Update CertificateSigningRequest controller to use new ContextFactory
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2022-01-27 12:51:49 +00:00 |
|
joshvanl
|
43f002b0f0
|
Adds CertificateSigningRequest ACME controller
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-07-23 16:00:09 +01:00 |
|
joshvanl
|
9e1b0342d0
|
Updates with review comments
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-05-27 18:48:50 +01:00 |
|
joshvanl
|
c5c206cace
|
Adds base CertificateSigningRequest cert-manager controller
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-05-27 00:23:50 +01:00 |
|