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
|
bf98c92a44
|
Remove ServerOption type now that webhook initialization has moved to internal package
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
|
708de3c580
|
webhook: use new admission-plugin backed validation and mutation handlers
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:46 +00:00 |
|
James Munnelly
|
dd560bca6a
|
Add internal webhook package that uses new admission chain
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:55:43 +00:00 |
|