hack/update-bazel.sh
This commit is contained in:
43
vendor/github.com/onsi/gomega/BUILD
generated
vendored
43
vendor/github.com/onsi/gomega/BUILD
generated
vendored
@@ -1,43 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"gomega_dsl.go",
|
||||
"matchers.go",
|
||||
],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega",
|
||||
importpath = "github.com/onsi/gomega",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/internal/assertion:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/internal/asyncassertion:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/internal/testingtsupport:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/matchers:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/types:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [
|
||||
":package-srcs",
|
||||
"//vendor/github.com/onsi/gomega/format:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/gstruct:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/internal/assertion:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/internal/asyncassertion:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/internal/oraclematcher:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/internal/testingtsupport:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/matchers:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/types:all-srcs",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
23
vendor/github.com/onsi/gomega/format/BUILD
generated
vendored
23
vendor/github.com/onsi/gomega/format/BUILD
generated
vendored
@@ -1,23 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["format.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/format",
|
||||
importpath = "github.com/onsi/gomega/format",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
38
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
38
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
@@ -1,38 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"elements.go",
|
||||
"fields.go",
|
||||
"ignore.go",
|
||||
"keys.go",
|
||||
"pointer.go",
|
||||
"types.go",
|
||||
],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/gstruct",
|
||||
importpath = "github.com/onsi/gomega/gstruct",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/format:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/gstruct/errors:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/types:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [
|
||||
":package-srcs",
|
||||
"//vendor/github.com/onsi/gomega/gstruct/errors:all-srcs",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
24
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["nested_types.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/gstruct/errors",
|
||||
importpath = "github.com/onsi/gomega/gstruct/errors",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
24
vendor/github.com/onsi/gomega/internal/assertion/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/internal/assertion/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["assertion.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal/assertion",
|
||||
importpath = "github.com/onsi/gomega/internal/assertion",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
27
vendor/github.com/onsi/gomega/internal/asyncassertion/BUILD
generated
vendored
27
vendor/github.com/onsi/gomega/internal/asyncassertion/BUILD
generated
vendored
@@ -1,27 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["async_assertion.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal/asyncassertion",
|
||||
importpath = "github.com/onsi/gomega/internal/asyncassertion",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/internal/oraclematcher:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/types:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
24
vendor/github.com/onsi/gomega/internal/oraclematcher/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/internal/oraclematcher/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["oracle_matcher.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal/oraclematcher",
|
||||
importpath = "github.com/onsi/gomega/internal/oraclematcher",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
24
vendor/github.com/onsi/gomega/internal/testingtsupport/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/internal/testingtsupport/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["testing_t_support.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal/testingtsupport",
|
||||
importpath = "github.com/onsi/gomega/internal/testingtsupport",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
80
vendor/github.com/onsi/gomega/matchers/BUILD
generated
vendored
80
vendor/github.com/onsi/gomega/matchers/BUILD
generated
vendored
@@ -1,80 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"and.go",
|
||||
"assignable_to_type_of_matcher.go",
|
||||
"attributes_slice.go",
|
||||
"be_a_directory.go",
|
||||
"be_a_regular_file.go",
|
||||
"be_an_existing_file.go",
|
||||
"be_closed_matcher.go",
|
||||
"be_element_of_matcher.go",
|
||||
"be_empty_matcher.go",
|
||||
"be_equivalent_to_matcher.go",
|
||||
"be_false_matcher.go",
|
||||
"be_identical_to.go",
|
||||
"be_nil_matcher.go",
|
||||
"be_numerically_matcher.go",
|
||||
"be_sent_matcher.go",
|
||||
"be_temporally_matcher.go",
|
||||
"be_true_matcher.go",
|
||||
"be_zero_matcher.go",
|
||||
"consist_of.go",
|
||||
"contain_element_matcher.go",
|
||||
"contain_substring_matcher.go",
|
||||
"equal_matcher.go",
|
||||
"have_cap_matcher.go",
|
||||
"have_key_matcher.go",
|
||||
"have_key_with_value_matcher.go",
|
||||
"have_len_matcher.go",
|
||||
"have_occurred_matcher.go",
|
||||
"have_prefix_matcher.go",
|
||||
"have_suffix_matcher.go",
|
||||
"match_error_matcher.go",
|
||||
"match_json_matcher.go",
|
||||
"match_regexp_matcher.go",
|
||||
"match_xml_matcher.go",
|
||||
"match_yaml_matcher.go",
|
||||
"not.go",
|
||||
"or.go",
|
||||
"panic_matcher.go",
|
||||
"receive_matcher.go",
|
||||
"semi_structured_data_support.go",
|
||||
"succeed_matcher.go",
|
||||
"type_support.go",
|
||||
"with_transform.go",
|
||||
],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/matchers",
|
||||
importpath = "github.com/onsi/gomega/matchers",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/format:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/internal/oraclematcher:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/types:go_default_library",
|
||||
"//vendor/golang.org/x/net/html/charset:go_default_library",
|
||||
"//vendor/gopkg.in/yaml.v2:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [
|
||||
":package-srcs",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/edge:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/node:all-srcs",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/util:all-srcs",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
31
vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/BUILD
generated
vendored
31
vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/BUILD
generated
vendored
@@ -1,31 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"bipartitegraph.go",
|
||||
"bipartitegraphmatching.go",
|
||||
],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph",
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/bipartitegraph",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/edge:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/node:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/util:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
24
vendor/github.com/onsi/gomega/matchers/support/goraph/edge/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/matchers/support/goraph/edge/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["edge.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/matchers/support/goraph/edge",
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/edge",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/matchers/support/goraph/node:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
23
vendor/github.com/onsi/gomega/matchers/support/goraph/node/BUILD
generated
vendored
23
vendor/github.com/onsi/gomega/matchers/support/goraph/node/BUILD
generated
vendored
@@ -1,23 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["node.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/matchers/support/goraph/node",
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/node",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
23
vendor/github.com/onsi/gomega/matchers/support/goraph/util/BUILD
generated
vendored
23
vendor/github.com/onsi/gomega/matchers/support/goraph/util/BUILD
generated
vendored
@@ -1,23 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["util.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/matchers/support/goraph/util",
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/util",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
23
vendor/github.com/onsi/gomega/types/BUILD
generated
vendored
23
vendor/github.com/onsi/gomega/types/BUILD
generated
vendored
@@ -1,23 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["types.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/types",
|
||||
importpath = "github.com/onsi/gomega/types",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Reference in New Issue
Block a user