mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00:00
autogenerated
This commit is contained in:
54
vendor/github.com/spf13/pflag/BUILD
generated
vendored
Normal file
54
vendor/github.com/spf13/pflag/BUILD
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_library",
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"bool.go",
|
||||
"bool_slice.go",
|
||||
"count.go",
|
||||
"duration.go",
|
||||
"flag.go",
|
||||
"float32.go",
|
||||
"float64.go",
|
||||
"golangflag.go",
|
||||
"int.go",
|
||||
"int32.go",
|
||||
"int64.go",
|
||||
"int8.go",
|
||||
"int_slice.go",
|
||||
"ip.go",
|
||||
"ip_slice.go",
|
||||
"ipmask.go",
|
||||
"ipnet.go",
|
||||
"string.go",
|
||||
"string_array.go",
|
||||
"string_slice.go",
|
||||
"uint.go",
|
||||
"uint16.go",
|
||||
"uint32.go",
|
||||
"uint64.go",
|
||||
"uint8.go",
|
||||
"uint_slice.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
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