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
|
ce1424162e
|
Updates all sub commands to discover the CLI name using the build
package name
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-10-14 14:45:01 +01:00 |
|
irbekrm
|
1abc7107ca
|
Passes a single context with cancel func to all the kubectl plugin commands
Signed-off-by: irbekrm <irbekrm@gmail.com>
Don't duplicate the existing ContextWithStopCh function
Signed-off-by: irbekrm <irbekrm@gmail.com>
|
2021-01-27 13:06:34 +00:00 |
|
Maartje Eyskens
|
ab0cd57dc5
|
Use The cert-manager Authors.
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-11 19:04:13 +01:00 |
|
Maartje Eyskens
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01:00 |
|
JoshVanL
|
3ed1dfdc31
|
Updates deps
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-08-21 11:05:23 +01:00 |
|
JoshVanL
|
d3e27905eb
|
Remove bad error text output
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-08-21 10:48:21 +01:00 |
|
JoshVanL
|
1c9e955407
|
Add support for ctl covert with List
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-08-21 10:40:57 +01:00 |
|
Richard Wall
|
bd94bf92a5
|
cmapiv1 > cmapi
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:28:06 +01:00 |
|
Richard Wall
|
81eb53f597
|
./hack/update-all.sh
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:28:06 +01:00 |
|
Richard Wall
|
a70298180a
|
Run a script to update v1alpha2 usage to v1
Script is available at https://github.com/jetstack/cert-manager/pull/3201
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:26:51 +01:00 |
|
Maartje Eyskens
|
5d4869b20e
|
Fix formatted logs
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:41 +02:00 |
|
Maartje Eyskens
|
fecd0b3518
|
Set all log levels for info
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:41 +02:00 |
|
Maartje Eyskens
|
9dd00905e9
|
Update klog
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
klog v2
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:41 +02:00 |
|
Haoxiang Zhou
|
24404aa1eb
|
Added new scheme to use for ctl commands
Signed-off-by: Haoxiang Zhou <haoxiang.zhou@jetstack.io>
|
2020-06-23 17:18:56 +01:00 |
|
Haoxiang Zhou
|
7e4fa1ab13
|
Removed unnecessary variables and 'AddToScheme's; Builder doesn't continue on error
Signed-off-by: Haoxiang Zhou <haoxiang.zhou@jetstack.io>
|
2020-06-19 10:29:42 +01:00 |
|
Haoxiang Zhou
|
12ef535648
|
Use webhook's scheme to read in objects in internal api version
Signed-off-by: Haoxiang Zhou <haoxiang.zhou@jetstack.io>
|
2020-06-18 10:22:25 +01:00 |
|
Maartje Eyskens
|
fa3e838f2f
|
Fix the convert example
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-05-01 17:00:34 +02:00 |
|
JoshVanL
|
2465bf8bd0
|
Uses own schema and fixes some text
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-04-28 10:23:53 +01:00 |
|
JoshVanL
|
23ce8fc0a8
|
Adds convert examples
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-04-28 09:28:18 +01:00 |
|
JoshVanL
|
4260eca10f
|
Expands some comments and adds some better error handling
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-04-28 09:28:16 +01:00 |
|
JoshVanL
|
2ec35382cd
|
Adds ctl covert command
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-04-28 09:28:14 +01:00 |
|