Ashley Davis
|
6420aa4bfa
|
fix imports in a few files
this is according to our policy on organizing imports, see:
https://cert-manager.io/docs/contributing/coding-conventions/#organizing-imports
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
|
2022-02-18 17:42:45 +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 |
|
James Munnelly
|
5407376768
|
Add comment clarifying why we absorb authorizer errors
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:51 +00:00 |
|
James Munnelly
|
07a0171e98
|
Use regular discovery client instead of cache
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:50 +00:00 |
|
James Munnelly
|
5d6be6a639
|
Add tests for resourcevalidation plugin
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:50 +00:00 |
|
James Munnelly
|
31244942d1
|
Call ServerGroups when initializing discovery
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:50 +00:00 |
|
James Munnelly
|
e13c879681
|
Remove old handlers & admission plugins
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:50 +00:00 |
|
James Munnelly
|
9583050538
|
Add admission plugins for APIDeprecation, CertificateRequestApproval&Identity, ResourceValidation
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:55:44 +00:00 |
|