Skip to content

Commit 084e311

Browse files
committed
adds base conversion webhook support.
1 parent 8cdba08 commit 084e311

File tree

5 files changed

+264
-15
lines changed

5 files changed

+264
-15
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ require (
77
github.com/golang/mock v1.4.4
88
github.com/onsi/ginkgo v1.16.4
99
github.com/onsi/gomega v1.15.0
10-
k8s.io/api v0.21.3
11-
k8s.io/apimachinery v0.21.3
12-
k8s.io/client-go v0.21.3
10+
k8s.io/api v0.22.0
11+
k8s.io/apiextensions-apiserver v0.22.0
12+
k8s.io/apimachinery v0.22.0
13+
k8s.io/client-go v0.22.0
1314
sigs.k8s.io/controller-runtime v0.9.6
1415
)

0 commit comments

Comments
 (0)