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 8343695 commit f3d2009Copy full SHA for f3d2009
go.mod
@@ -21,9 +21,9 @@ require (
21
github.com/stretchr/testify v1.9.0
22
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
23
gopkg.in/yaml.v3 v3.0.1
24
- k8s.io/api v0.32.2
25
- k8s.io/apimachinery v0.32.2
26
- k8s.io/client-go v0.32.2
+ k8s.io/api v0.33.1
+ k8s.io/apimachinery v0.33.1
+ k8s.io/client-go v0.33.1
27
sigs.k8s.io/controller-runtime v0.20.2
28
)
29
0 commit comments