mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 16:21:50 +00:00
autogenerated
This commit is contained in:
56
vendor/github.com/Azure/azure-sdk-for-go/arm/network/BUILD
generated
vendored
Normal file
56
vendor/github.com/Azure/azure-sdk-for-go/arm/network/BUILD
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_library",
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"applicationgateways.go",
|
||||
"client.go",
|
||||
"expressroutecircuitauthorizations.go",
|
||||
"expressroutecircuitpeerings.go",
|
||||
"expressroutecircuits.go",
|
||||
"expressrouteserviceproviders.go",
|
||||
"interfaces.go",
|
||||
"loadbalancers.go",
|
||||
"localnetworkgateways.go",
|
||||
"models.go",
|
||||
"publicipaddresses.go",
|
||||
"routes.go",
|
||||
"routetables.go",
|
||||
"securitygroups.go",
|
||||
"securityrules.go",
|
||||
"subnets.go",
|
||||
"usages.go",
|
||||
"version.go",
|
||||
"virtualnetworkgatewayconnections.go",
|
||||
"virtualnetworkgateways.go",
|
||||
"virtualnetworkpeerings.go",
|
||||
"virtualnetworks.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//vendor/github.com/Azure/go-autorest/autorest:go_default_library",
|
||||
"//vendor/github.com/Azure/go-autorest/autorest/azure:go_default_library",
|
||||
"//vendor/github.com/Azure/go-autorest/autorest/to:go_default_library",
|
||||
"//vendor/github.com/Azure/go-autorest/autorest/validation:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
Reference in New Issue
Block a user