Autogenerate BUILD files

Kubernetes-commit: efee0704c60a2ee3049268a41535aaee7f661f6c
This commit is contained in:
Jeff Grafton
2017-12-23 13:06:26 -08:00
committed by Kubernetes Publisher
parent c96a48875f
commit fe985a55a2
33 changed files with 33 additions and 33 deletions

View File

@@ -9,8 +9,8 @@ load(
go_test(
name = "go_default_test",
srcs = ["azure_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/client-go/plugin/pkg/client/auth/azure",
library = ":go_default_library",
deps = ["//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library"],
)

View File

@@ -9,8 +9,8 @@ load(
go_test(
name = "go_default_test",
srcs = ["gcp_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/client-go/plugin/pkg/client/auth/gcp",
library = ":go_default_library",
deps = ["//vendor/golang.org/x/oauth2:go_default_library"],
)

View File

@@ -9,8 +9,8 @@ load(
go_test(
name = "go_default_test",
srcs = ["oidc_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/client-go/plugin/pkg/client/auth/oidc",
library = ":go_default_library",
)
go_library(

View File

@@ -9,8 +9,8 @@ load(
go_test(
name = "go_default_test",
srcs = ["openstack_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/client-go/plugin/pkg/client/auth/openstack",
library = ":go_default_library",
)
go_library(