From 6e266de8a0ff3a2dbca290bc027a176c8fd57c06 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Mon, 15 Oct 2018 17:48:33 -0700 Subject: [PATCH] make tokentest available to tests only --- .../apiserver/plugin/pkg/authenticator/token/tokentest/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest/BUILD index 696cc1da517..8bd6147c831 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest/BUILD @@ -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",