Skip to content

Commit

Permalink
Merge pull request #4500 from mallow111/last-part-klogversion-upgrade
Browse files Browse the repository at this point in the history
Issue#4340 -- Update klog version to v2 --part3
  • Loading branch information
k8s-ci-robot authored Dec 7, 2021
2 parents 9e2ecfd + e14efa6 commit d67a7e8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion vertical-pod-autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require (
k8s.io/apimachinery v0.18.3
k8s.io/client-go v0.18.3
k8s.io/component-base v0.18.3
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.9.0
k8s.io/metrics v0.18.3
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/recommender/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
metrics_quality "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/metrics/quality"
metrics_recommender "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/metrics/recommender"
kube_flag "k8s.io/component-base/cli/flag"
"k8s.io/klog"
"k8s.io/klog/v2"
)

// DefaultRecommenderName denotes the current recommender name as the "default" one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
labels "k8s.io/apimachinery/pkg/labels"
vpa_types "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1"
"k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/test"
"k8s.io/klog"
"k8s.io/klog/v2"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"k8s.io/client-go/informers"
kube_client "k8s.io/client-go/kubernetes"
kube_flag "k8s.io/component-base/cli/flag"
"k8s.io/klog"
"k8s.io/klog/v2"
)

var (
Expand Down
1 change: 0 additions & 1 deletion vertical-pod-autoscaler/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ k8s.io/component-base/metrics/legacyregistry
k8s.io/component-base/metrics/prometheus/restclient
k8s.io/component-base/version
# k8s.io/klog v1.0.0
## explicit
k8s.io/klog
# k8s.io/klog/v2 v2.9.0
## explicit
Expand Down

0 comments on commit d67a7e8

Please sign in to comment.