chore(deps): bump k8s.io/client-go from 0.22.4 to 0.23.0

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.22.4 to 0.23.0.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.22.4...v0.23.0)
This commit is contained in:
2021-12-08 10:12:06 +00:00
parent 84f12c732f
commit 3f34c8cf28
2 changed files with 213 additions and 37 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ require (
github.com/robfig/cron v1.2.0
github.com/sanity-io/litter v1.5.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
k8s.io/api v0.23.0
k8s.io/apimachinery v0.23.0
k8s.io/client-go v0.23.0
)