Commit 6e266de8 authored by Mike Danese's avatar Mike Danese

make tokentest available to tests only

parent 3a07fa62
...@@ -7,6 +7,7 @@ load( ...@@ -7,6 +7,7 @@ load(
go_library( go_library(
name = "go_default_library", name = "go_default_library",
testonly = 1,
srcs = ["tokentest.go"], srcs = ["tokentest.go"],
importmap = "k8s.io/kubernetes/vendor/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest", importmap = "k8s.io/kubernetes/vendor/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest",
importpath = "k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest", importpath = "k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment