Implement plural cert manager webhook
Showing
+219 -134
.gitlab-ci.yml
0 → 100644
module github.com/cert-manager/webhook-example | ||
module github.com/pluralsh/plural-certmanager-webhook | ||
go 1.13 | ||
require ( | ||
github.com/cert-manager/webhook-example v0.0.0-20210224141901-9440683e53e1 | ||
github.com/jetstack/cert-manager v1.2.0 | ||
github.com/michaeljguarino/graphql v0.2.5 | ||
github.com/miekg/dns v1.1.31 | ||
github.com/stretchr/testify v1.6.1 | ||
k8s.io/apiextensions-apiserver v0.19.0 | ||
... | ... |
This diff is collapsed.
plural/client.go
0 → 100644
Please register or sign in to comment