Migrate to klog v2

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-08 19:31:02 -04:00
parent c500bd4b3f
commit cb86c5698c
38 changed files with 47 additions and 43 deletions

View file

@ -25,7 +25,7 @@ import (
"time"
"github.com/pkg/errors"
"k8s.io/klog"
"k8s.io/klog/v2"
pool "gopkg.in/go-playground/pool.v3"
apiv1 "k8s.io/api/core/v1"