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 8403cbe commit 9c069f2Copy full SHA for 9c069f2
go.mod
@@ -8,9 +8,9 @@ require (
8
github.com/onsi/ginkgo/v2 v2.22.0
9
github.com/onsi/gomega v1.36.1
10
github.com/stretchr/testify v1.10.0
11
- k8s.io/api v0.32.1
12
- k8s.io/apimachinery v0.32.1
13
- k8s.io/client-go v0.32.1
+ k8s.io/api v0.33.1
+ k8s.io/apimachinery v0.33.1
+ k8s.io/client-go v0.33.1
14
sigs.k8s.io/controller-runtime v0.20.2
15
sigs.k8s.io/kind v0.27.0
16
sigs.k8s.io/kustomize/api v0.19.0
0 commit comments