Migrate the webhook-certgen program to inside ingress repo (#7475)
This commit is contained in:
parent
9a9ad47857
commit
492c7b0d94
18 changed files with 1910 additions and 0 deletions
13
images/kube-webhook-certgen/rootfs/go.mod
Normal file
13
images/kube-webhook-certgen/rootfs/go.mod
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module github.com/jet/kube-webhook-certgen
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/onrik/logrus v0.9.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/cobra v1.2.1
|
||||
github.com/tidwall/gjson v1.8.1 // indirect
|
||||
k8s.io/api v0.22.0
|
||||
k8s.io/apimachinery v0.22.0
|
||||
k8s.io/client-go v0.22.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue