ingress-nginx-helm/vendor/k8s.io/apiserver/pkg/authentication/serviceaccount/BUILD

24 lines
475 B
Python
Raw Normal View History

2017-05-21 00:11:38 +00:00
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = ["util_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
)
go_library(
name = "go_default_library",
srcs = ["util.go"],
tags = ["automanaged"],
deps = ["//vendor/k8s.io/apimachinery/pkg/api/validation:go_default_library"],
)