build(deps): bump k8s.io/api from 0.35.2 to 0.35.3

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.35.2 to 0.35.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.35.2...v0.35.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-23 05:47:50 +00:00
committed by GitHub
parent 6a5dc5081b
commit 99a7bc9559
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -10,8 +10,8 @@ require (
github.com/sirupsen/logrus v1.9.4
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
k8s.io/api v0.35.2
k8s.io/apimachinery v0.35.2
k8s.io/api v0.35.3
k8s.io/apimachinery v0.35.3
k8s.io/client-go v0.35.2
k8s.io/kubectl v0.35.2
)