Tim Ramlot
|
ae287461d0
|
prepare cmctl improvements
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-08-01 10:32:35 +02:00 |
|
Tim Ramlot
|
c4c5899887
|
Update pkg/util/cmapichecker/cmapichecker.go
Co-authored-by: Siggi Skulason <siggi@skulason.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-06-01 11:16:33 +01:00 |
|
Tim Ramlot
|
3490a005b1
|
prepare cmctl libraries to support logging
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-05-30 18:35:45 +02: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 |
|
Richard Wall
|
969ca6d91a
|
Use the v1 API rather than v1alpha2 in the API checker
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2021-09-29 12:54:42 +01:00 |
|
Inteon
|
21bc98979e
|
improved ux
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-16 13:11:40 +02:00 |
|
Inteon
|
ac7775bdb4
|
made errors human readable, added unit tests, added check api to e2e, fixed os.Exit(1)
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-15 16:50:31 +02:00 |
|
Inteon
|
5458173739
|
Add kubectl 'cert-manager check api' command
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-15 16:50:31 +02:00 |
|