File tree Expand file tree Collapse file tree 6 files changed +0
-787
lines changed
test/e2e/instrumentation/logging Expand file tree Collapse file tree 6 files changed +0
-787
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ go_library(
19
19
"//test/e2e/framework/node:go_default_library" ,
20
20
"//test/e2e/instrumentation/common:go_default_library" ,
21
21
"//test/e2e/instrumentation/logging/elasticsearch:go_default_library" ,
22
- "//test/e2e/instrumentation/logging/stackdriver:go_default_library" ,
23
22
"//test/utils/image:go_default_library" ,
24
23
"//vendor/github.com/onsi/ginkgo:go_default_library" ,
25
24
],
@@ -37,7 +36,6 @@ filegroup(
37
36
srcs = [
38
37
":package-srcs" ,
39
38
"//test/e2e/instrumentation/logging/elasticsearch:all-srcs" ,
40
- "//test/e2e/instrumentation/logging/stackdriver:all-srcs" ,
41
39
"//test/e2e/instrumentation/logging/utils:all-srcs" ,
42
40
],
43
41
tags = ["automanaged" ],
Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ package logging
18
18
19
19
import (
20
20
_ "k8s.io/kubernetes/test/e2e/instrumentation/logging/elasticsearch" // for elasticsearch provider
21
- _ "k8s.io/kubernetes/test/e2e/instrumentation/logging/stackdriver" // for stackdriver provider
22
21
)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments