plugins/kubernetes: Switch to klog/v2 (#4778)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2021-08-04 05:22:36 +02:00
committed by GitHub
parent e20360c7c7
commit 4758070425
3 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -38,5 +38,5 @@ require (
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.10.0
)