Skip to content

Commit 883e9a0

Browse files
author
immutablet
committed
Move test inputs for EncryptionConfiguration tests into testdata.
1 parent 78d2e52 commit 883e9a0

21 files changed

+448
-450
lines changed

staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ go_library(
2929
go_test(
3030
name = "go_default_test",
3131
srcs = ["config_test.go"],
32+
data = glob(["testdata/**"]),
3233
embed = [":go_default_library"],
3334
deps = [
3435
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",

0 commit comments

Comments
 (0)