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 6267742 commit edf6266Copy full SHA for edf6266
go.mod
@@ -34,10 +34,10 @@ require (
34
gopkg.in/go-playground/validator.v9 v9.31.0
35
gopkg.in/yaml.v2 v2.4.0
36
gopkg.in/yaml.v3 v3.0.1
37
- k8s.io/api v0.32.1
38
- k8s.io/apimachinery v0.32.1
39
- k8s.io/client-go v0.32.1
40
- k8s.io/component-base v0.32.1
+ k8s.io/api v0.33.4
+ k8s.io/apimachinery v0.33.4
+ k8s.io/client-go v0.33.4
+ k8s.io/component-base v0.33.4
41
k8s.io/utils v0.0.0-20241210054802-24370beab758
42
sigs.k8s.io/controller-runtime v0.19.4
43
sigs.k8s.io/yaml v1.4.0
0 commit comments