make tokentest available to tests only

This commit is contained in:
Mike Danese 2018-10-15 17:48:33 -07:00
parent 3a07fa620c
commit 6e266de8a0

View File

@ -7,6 +7,7 @@ load(
go_library(
name = "go_default_library",
testonly = 1,
srcs = ["tokentest.go"],
importmap = "k8s.io/kubernetes/vendor/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest",
importpath = "k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest",