mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 06:43:53 +00:00
make tokentest available to tests only
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user