Merge pull request #78086 from lubinsz/pr_bzl_api

data attribute was missing for apiextensions-apiserver test cases
k3s-v1.15.3
Kubernetes Prow Robot 2019-05-29 09:44:38 -07:00 committed by GitHub
commit 3978d13d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["testserver.go"],
data = glob(["testdata/**"]),
importmap = "k8s.io/kubernetes/vendor/k8s.io/apiextensions-apiserver/pkg/cmd/server/testing",
importpath = "k8s.io/apiextensions-apiserver/pkg/cmd/server/testing",
visibility = ["//visibility:public"],

View File

@ -16,6 +16,7 @@ go_test(
"patch_test.go",
"print_test.go",
],
rundir = ".",
tags = [
"etcd",
"integration",