Update kubernetes packages to v0.33.2

This commit is contained in:
renovate[bot] 2025-06-19 18:31:16 +00:00 committed by GitHub
parent f3ee5c3dc1
commit 01def55321
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/gomega v1.34.2
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
k8s.io/api v0.24.0
k8s.io/apimachinery v0.24.0
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
sigs.k8s.io/controller-runtime v0.12.1
)