Skip to content

Commit 3081aef

Browse files
author
Mengqi Yu
committed
🏃 update k8s dep for test project
1 parent dd9e0fd commit 3081aef

File tree

581 files changed

+24355
-12419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

581 files changed

+24355
-12419
lines changed

Gopkg.lock

+49-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ required = [
1717

1818
[[constraint]]
1919
name="k8s.io/code-generator"
20-
version="kubernetes-1.12.3"
20+
version="kubernetes-1.13.1"
2121

2222
# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
2323
[[override]]

test/e2e/e2e_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import (
2424
"strings"
2525
"testing"
2626

27-
"github.com/golang/glog"
2827
. "github.com/onsi/ginkgo"
2928
. "github.com/onsi/gomega"
3029
"github.com/spf13/pflag"
3130

31+
"k8s.io/klog"
3232
"sigs.k8s.io/kubebuilder/test/e2e/framework"
3333
"sigs.k8s.io/kubebuilder/test/e2e/framework/ginkgowrapper"
3434
)
@@ -76,7 +76,7 @@ var _ = AfterSuite(func() {
7676
// E2E tests using the Ginkgo runner.
7777
func RunE2ETests(t *testing.T) {
7878
RegisterFailHandler(ginkgowrapper.Fail)
79-
glog.Infof("Starting kubebuilder suite")
79+
klog.Infof("Starting kubebuilder suite")
8080
RunSpecs(t, "Kubebuilder e2e suite")
8181
}
8282

0 commit comments

Comments
 (0)