Skip to content

Commit 68c23df

Browse files
committed
make update
1 parent d141efc commit 68c23df

File tree

1 file changed

+11
-1
lines changed
  • staging/src/k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema

1 file changed

+11
-1
lines changed

staging/src/k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema/BUILD

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@io_bazel_rules_go//go:def.bzl", "go_library")
1+
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
22

33
go_library(
44
name = "go_default_library",
@@ -38,3 +38,13 @@ filegroup(
3838
tags = ["automanaged"],
3939
visibility = ["//visibility:public"],
4040
)
41+
42+
go_test(
43+
name = "go_default_test",
44+
srcs = ["nonstructuralschema_controller_test.go"],
45+
embed = [":go_default_library"],
46+
deps = [
47+
"//staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1:go_default_library",
48+
"//staging/src/k8s.io/apimachinery/pkg/util/validation/field:go_default_library",
49+
],
50+
)

0 commit comments

Comments
 (0)