Skip to content

Commit

Permalink
adds base conversion webhook support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rflorenc committed Aug 16, 2021
1 parent 8cdba08 commit 084e311
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 15 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ require (
github.com/golang/mock v1.4.4
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/api v0.22.0
k8s.io/apiextensions-apiserver v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
sigs.k8s.io/controller-runtime v0.9.6
)
Loading

0 comments on commit 084e311

Please sign in to comment.