Merge pull request #69838 from mikedanese/testonly

make tokentest available to tests only
pull/58/head
k8s-ci-robot 2018-10-17 08:42:02 -07:00 committed by GitHub
commit 688550b2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",