Skip to content

Commit

Permalink
vendor: kubernetes uses klog/v2 now :shakes-fist: (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Oct 9, 2020
1 parent 42a1dae commit 0100843
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 1,836 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ require (
k8s.io/cli-runtime v0.19.0
k8s.io/client-go v0.19.0
k8s.io/component-base v0.19.0
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.2.0
k8s.io/kubectl v0.19.0
sigs.k8s.io/kustomize v2.0.3+incompatible
sigs.k8s.io/yaml v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/klog.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"regexp"

"k8s.io/klog"
"k8s.io/klog/v2"
)

// https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-output-verbosity-and-debugging
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/klog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/klog"
"k8s.io/klog/v2"
)

func TestResourceVersionTooOldWarningsSilenced(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/mattn/go-isatty"
"github.com/spf13/cobra"
"k8s.io/klog"
"k8s.io/klog/v2"

"github.com/tilt-dev/tilt/internal/analytics"
"github.com/tilt-dev/tilt/internal/cloud"
Expand Down
16 changes: 0 additions & 16 deletions vendor/k8s.io/klog/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/k8s.io/klog/CONTRIBUTING.md

This file was deleted.

191 changes: 0 additions & 191 deletions vendor/k8s.io/klog/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/k8s.io/klog/OWNERS

This file was deleted.

97 changes: 0 additions & 97 deletions vendor/k8s.io/klog/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/k8s.io/klog/RELEASE.md

This file was deleted.

0 comments on commit 0100843

Please sign in to comment.