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 dff447a commit f496ddfCopy full SHA for f496ddf
go.mod
@@ -25,9 +25,9 @@ require (
25
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
26
gopkg.in/yaml.v2 v2.4.0
27
gotest.tools v2.2.0+incompatible
28
- k8s.io/api v0.24.0
29
- k8s.io/apimachinery v0.24.0
30
- k8s.io/client-go v0.24.0
+ k8s.io/api v0.33.2
+ k8s.io/apimachinery v0.33.2
+ k8s.io/client-go v0.33.2
31
sigs.k8s.io/controller-runtime v0.12.1
32
)
33
0 commit comments