Skip to content

Commit d15f2dc

Browse files
authored
Merge pull request kubernetes#85249 from immutableT/testdata-for-encryption-config
Move test inputs for EncryptionConfiguration tests into testdata.
2 parents 693db6e + 883e9a0 commit d15f2dc

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)