mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #69838 from mikedanese/testonly
make tokentest available to tests only
This commit is contained in:
commit
688550b2d3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user