We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a207 commit 5ed9070Copy full SHA for 5ed9070
go.mod
@@ -8,8 +8,8 @@ require (
8
github.com/onsi/ginkgo v1.16.5
9
github.com/onsi/gomega v1.22.1
10
github.com/prometheus/client_golang v1.13.0
11
- k8s.io/api v0.22.4
12
- k8s.io/apimachinery v0.22.4
+ k8s.io/api v0.34.3
+ k8s.io/apimachinery v0.34.3
13
k8s.io/client-go v0.22.4
14
sigs.k8s.io/controller-runtime v0.10.3
15
)
0 commit comments