File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed
apiserver/admissionwebhook Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
"broken_webhook_test.go" ,
8
8
"main_test.go" ,
9
9
],
10
+ rundir = "." ,
10
11
tags = [
11
12
"etcd" ,
12
13
"integration" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ go_test(
18
18
"rbac_test.go" ,
19
19
"svcaccttoken_test.go" ,
20
20
],
21
+ rundir = "." ,
21
22
tags = ["integration" ],
22
23
deps = [
23
24
"//cmd/kube-apiserver/app/options:go_default_library" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ go_test(
13
13
"dynamic_client_test.go" ,
14
14
"main_test.go" ,
15
15
],
16
+ rundir = "." ,
16
17
tags = ["integration" ],
17
18
deps = [
18
19
"//cmd/kube-apiserver/app/testing:go_default_library" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ go_test(
12
12
"dryrun_test.go" ,
13
13
"main_test.go" ,
14
14
],
15
+ rundir = "." ,
15
16
tags = [
16
17
"etcd" ,
17
18
"integration" ,
Original file line number Diff line number Diff line change 8
8
"garbage_collector_test.go" ,
9
9
"main_test.go" ,
10
10
],
11
+ rundir = "." ,
11
12
tags = ["integration" ],
12
13
deps = [
13
14
"//cmd/kube-apiserver/app/testing:go_default_library" ,
Original file line number Diff line number Diff line change 6
6
"main_test.go" ,
7
7
"watch_manager_test.go" ,
8
8
],
9
+ rundir = "." ,
9
10
tags = ["integration" ],
10
11
deps = [
11
12
"//cmd/kube-apiserver/app/testing:go_default_library" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ go_test(
21
21
"synthetic_master_test.go" ,
22
22
],
23
23
embed = [":go_default_library" ],
24
+ rundir = "." ,
24
25
tags = ["integration" ],
25
26
deps = [
26
27
"//cmd/kube-apiserver/app/options:go_default_library" ,
Original file line number Diff line number Diff line change 9
9
name = "go_default_test" ,
10
10
size = "large" ,
11
11
srcs = ["scale_test.go" ],
12
+ rundir = "." ,
12
13
tags = ["integration" ],
13
14
deps = [
14
15
"//cmd/kube-apiserver/app/testing:go_default_library" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ go_test(
12
12
"main_test.go" ,
13
13
"serving_test.go" ,
14
14
],
15
+ rundir = "." ,
15
16
tags = [
16
17
"etcd" ,
17
18
"integration" ,
Original file line number Diff line number Diff line change 7
7
"ciphers_test.go" ,
8
8
"main_test.go" ,
9
9
],
10
+ rundir = "." ,
10
11
tags = ["integration" ],
11
12
deps = [
12
13
"//cmd/kube-apiserver/app/testing:go_default_library" ,
You can’t perform that action at this time.
0 commit comments