Update kubernetes packages to v0.33.0

This commit is contained in:
renovate[bot] 2025-04-23 22:42:48 +00:00 committed by GitHub
parent f3ee5c3dc1
commit d4157effe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
go.mod
View File

@ -6,9 +6,9 @@ require (
github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2 github.com/onsi/gomega v1.34.2
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
k8s.io/api v0.24.0 k8s.io/api v0.33.0
k8s.io/apimachinery v0.24.0 k8s.io/apimachinery v0.33.0
k8s.io/client-go v0.24.0 k8s.io/client-go v0.33.0
sigs.k8s.io/controller-runtime v0.12.1 sigs.k8s.io/controller-runtime v0.12.1
) )