diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index 4e9b42caf1..c876b3454d 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -1,15 +1,15 @@ http_archive( name = "io_bazel_rules_go", - sha256 = "af4281751a0e3b5d87fb6a52c83d358871b4f83d7acbe6e65a901fba6612a03e", - strip_prefix = "rules_go-bdf2df58c0d352ffa262ae4b36c7a1a2d6e3f0c9", - urls = ["https://github.com/bazelbuild/rules_go/archive/bdf2df58c0d352ffa262ae4b36c7a1a2d6e3f0c9.tar.gz"], + sha256 = "66282d078c1847c2d876c02c5dabd4fd57cc75eb41a9668a2374352fa73b4587", + strip_prefix = "rules_go-ff7e3364d9383cf14155f8c2efc87218d07eb03b", + urls = ["https://github.com/bazelbuild/rules_go/archive/ff7e3364d9383cf14155f8c2efc87218d07eb03b.tar.gz"], ) http_archive( name = "io_kubernetes_build", - sha256 = "f4946917d95c54aaa98d1092757256e491f8f48fd550179134f00f902bc0b4ce", - strip_prefix = "repo-infra-c75960142a50de16ac6225b0843b1ff3476ab0b4", - urls = ["https://github.com/kubernetes/repo-infra/archive/c75960142a50de16ac6225b0843b1ff3476ab0b4.tar.gz"], + sha256 = "007774f06536059f3f782d1a092bddc625d88c17f20bbe731cea844a52485b11", + strip_prefix = "repo-infra-97099dccc8807e9159dc28f374a8f0602cab07e1", + urls = ["https://github.com/kubernetes/repo-infra/archive/97099dccc8807e9159dc28f374a8f0602cab07e1.tar.gz"], ) http_archive( diff --git a/cluster/addons/fluentd-elasticsearch/es-image/BUILD b/cluster/addons/fluentd-elasticsearch/es-image/BUILD index 6ac051f91c..c22dca7380 100644 --- a/cluster/addons/fluentd-elasticsearch/es-image/BUILD +++ b/cluster/addons/fluentd-elasticsearch/es-image/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "es-image", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cluster/addons/fluentd-elasticsearch/es-image", ) go_library( diff --git a/cluster/gce/gci/mounter/BUILD b/cluster/gce/gci/mounter/BUILD index 9600d6e441..974b452dfd 100644 --- a/cluster/gce/gci/mounter/BUILD +++ b/cluster/gce/gci/mounter/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "mounter", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cluster/gce/gci/mounter", ) go_library( diff --git a/cluster/images/etcd-version-monitor/BUILD b/cluster/images/etcd-version-monitor/BUILD index c946b1194d..42ba43a141 100644 --- a/cluster/images/etcd-version-monitor/BUILD +++ b/cluster/images/etcd-version-monitor/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "etcd-version-monitor", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cluster/images/etcd-version-monitor", ) go_library( diff --git a/cluster/images/etcd/attachlease/BUILD b/cluster/images/etcd/attachlease/BUILD index abb4a3c831..bf5b9a3167 100644 --- a/cluster/images/etcd/attachlease/BUILD +++ b/cluster/images/etcd/attachlease/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "attachlease", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cluster/images/etcd/attachlease", ) go_library( diff --git a/cluster/images/etcd/rollback/BUILD b/cluster/images/etcd/rollback/BUILD index 252e974829..5af9d71516 100644 --- a/cluster/images/etcd/rollback/BUILD +++ b/cluster/images/etcd/rollback/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "rollback", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cluster/images/etcd/rollback", ) go_library( diff --git a/cmd/clicheck/BUILD b/cmd/clicheck/BUILD index 2d1df07eab..cafcaec3a0 100644 --- a/cmd/clicheck/BUILD +++ b/cmd/clicheck/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "clicheck", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/clicheck", ) go_library( diff --git a/cmd/cloud-controller-manager/BUILD b/cmd/cloud-controller-manager/BUILD index 2415007ca0..146aa72047 100644 --- a/cmd/cloud-controller-manager/BUILD +++ b/cmd/cloud-controller-manager/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "cloud-controller-manager", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/cloud-controller-manager", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/cloud-controller-manager/app/options/BUILD b/cmd/cloud-controller-manager/app/options/BUILD index 7191ee5cbc..e1308993a8 100644 --- a/cmd/cloud-controller-manager/app/options/BUILD +++ b/cmd/cloud-controller-manager/app/options/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["options_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/cloud-controller-manager/app/options", deps = [ "//cmd/controller-manager/app/options:go_default_library", "//pkg/apis/componentconfig:go_default_library", diff --git a/cmd/gendocs/BUILD b/cmd/gendocs/BUILD index aa36f4f8cb..44f9a9a2de 100644 --- a/cmd/gendocs/BUILD +++ b/cmd/gendocs/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "gendocs", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/gendocs", ) go_library( diff --git a/cmd/genkubedocs/BUILD b/cmd/genkubedocs/BUILD index 4041333ae0..fd5d3a064f 100644 --- a/cmd/genkubedocs/BUILD +++ b/cmd/genkubedocs/BUILD @@ -10,7 +10,6 @@ load( go_binary( name = "genkubedocs", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genkubedocs", ) go_library( @@ -52,5 +51,4 @@ go_test( name = "go_default_test", srcs = ["postprocessing_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genkubedocs", ) diff --git a/cmd/genman/BUILD b/cmd/genman/BUILD index c3fcedb807..e9ee6dcba4 100644 --- a/cmd/genman/BUILD +++ b/cmd/genman/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "genman", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genman", ) go_library( diff --git a/cmd/genswaggertypedocs/BUILD b/cmd/genswaggertypedocs/BUILD index 8f493a171d..79ec25542d 100644 --- a/cmd/genswaggertypedocs/BUILD +++ b/cmd/genswaggertypedocs/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "genswaggertypedocs", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genswaggertypedocs", ) go_library( diff --git a/cmd/genutils/BUILD b/cmd/genutils/BUILD index 47c67d9cb1..19d92efce5 100644 --- a/cmd/genutils/BUILD +++ b/cmd/genutils/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["genutils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genutils", ) filegroup( diff --git a/cmd/genyaml/BUILD b/cmd/genyaml/BUILD index 527d060e3a..0571d54d89 100644 --- a/cmd/genyaml/BUILD +++ b/cmd/genyaml/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "genyaml", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/genyaml", ) go_library( diff --git a/cmd/hyperkube/BUILD b/cmd/hyperkube/BUILD index bad6cbc2c0..9b17e5eb76 100644 --- a/cmd/hyperkube/BUILD +++ b/cmd/hyperkube/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "hyperkube", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/hyperkube", x_defs = version_x_defs(), ) diff --git a/cmd/importverifier/BUILD b/cmd/importverifier/BUILD index e5e1fe26d0..1d4d8e2eff 100644 --- a/cmd/importverifier/BUILD +++ b/cmd/importverifier/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "importverifier", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/importverifier", ) go_library( diff --git a/cmd/kube-apiserver/BUILD b/cmd/kube-apiserver/BUILD index ced176fabe..e13b255fd5 100644 --- a/cmd/kube-apiserver/BUILD +++ b/cmd/kube-apiserver/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kube-apiserver", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-apiserver", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/kube-apiserver/app/options/BUILD b/cmd/kube-apiserver/app/options/BUILD index ace989747c..189e4fbc2c 100644 --- a/cmd/kube-apiserver/app/options/BUILD +++ b/cmd/kube-apiserver/app/options/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["options_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-apiserver/app/options", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/cmd/kube-controller-manager/BUILD b/cmd/kube-controller-manager/BUILD index 0ecb2ccd55..125397029a 100644 --- a/cmd/kube-controller-manager/BUILD +++ b/cmd/kube-controller-manager/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kube-controller-manager", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-controller-manager", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/kube-controller-manager/app/BUILD b/cmd/kube-controller-manager/app/BUILD index 709331de8e..20ac3f9474 100644 --- a/cmd/kube-controller-manager/app/BUILD +++ b/cmd/kube-controller-manager/app/BUILD @@ -158,7 +158,6 @@ go_test( name = "go_default_test", srcs = ["controller_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-controller-manager/app", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/cmd/kube-controller-manager/app/options/BUILD b/cmd/kube-controller-manager/app/options/BUILD index 37e9a647f8..46c380fe96 100644 --- a/cmd/kube-controller-manager/app/options/BUILD +++ b/cmd/kube-controller-manager/app/options/BUILD @@ -42,7 +42,6 @@ go_test( name = "go_default_test", srcs = ["options_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-controller-manager/app/options", tags = ["automanaged"], deps = [ "//cmd/controller-manager/app/options:go_default_library", diff --git a/cmd/kube-proxy/BUILD b/cmd/kube-proxy/BUILD index 92f618488e..e2527b436c 100644 --- a/cmd/kube-proxy/BUILD +++ b/cmd/kube-proxy/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kube-proxy", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-proxy", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/kube-proxy/app/BUILD b/cmd/kube-proxy/app/BUILD index 8f389dd645..e7b25384d1 100644 --- a/cmd/kube-proxy/app/BUILD +++ b/cmd/kube-proxy/app/BUILD @@ -185,7 +185,6 @@ go_test( name = "go_default_test", srcs = ["server_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-proxy/app", deps = [ "//pkg/apis/core:go_default_library", "//pkg/proxy/apis/kubeproxyconfig:go_default_library", diff --git a/cmd/kube-scheduler/BUILD b/cmd/kube-scheduler/BUILD index 58142589ea..1c31ba83a7 100644 --- a/cmd/kube-scheduler/BUILD +++ b/cmd/kube-scheduler/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kube-scheduler", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kube-scheduler", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/kubeadm/BUILD b/cmd/kubeadm/BUILD index fad320975e..8e35ea32b0 100644 --- a/cmd/kubeadm/BUILD +++ b/cmd/kubeadm/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kubeadm", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm", pure = "on", x_defs = version_x_defs(), ) diff --git a/cmd/kubeadm/app/apis/kubeadm/install/BUILD b/cmd/kubeadm/app/apis/kubeadm/install/BUILD index 89505db81c..891b07141a 100644 --- a/cmd/kubeadm/app/apis/kubeadm/install/BUILD +++ b/cmd/kubeadm/app/apis/kubeadm/install/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["install_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/install", deps = [ "//cmd/kubeadm/app/apis/kubeadm/fuzzer:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", diff --git a/cmd/kubeadm/app/apis/kubeadm/validation/BUILD b/cmd/kubeadm/app/apis/kubeadm/validation/BUILD index ec4eade4c5..ccd33aa398 100644 --- a/cmd/kubeadm/app/apis/kubeadm/validation/BUILD +++ b/cmd/kubeadm/app/apis/kubeadm/validation/BUILD @@ -32,7 +32,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//pkg/kubelet/apis/kubeletconfig/v1beta1:go_default_library", diff --git a/cmd/kubeadm/app/cmd/BUILD b/cmd/kubeadm/app/cmd/BUILD index 0be6afd80f..3c26f089d0 100644 --- a/cmd/kubeadm/app/cmd/BUILD +++ b/cmd/kubeadm/app/cmd/BUILD @@ -88,7 +88,6 @@ go_test( "token_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/cmd", deps = [ "//cmd/kubeadm/app/constants:go_default_library", "//cmd/kubeadm/app/preflight:go_default_library", diff --git a/cmd/kubeadm/app/cmd/phases/BUILD b/cmd/kubeadm/app/cmd/phases/BUILD index 105c5b2f82..d20f5ed05f 100644 --- a/cmd/kubeadm/app/cmd/phases/BUILD +++ b/cmd/kubeadm/app/cmd/phases/BUILD @@ -72,7 +72,6 @@ go_test( "kubeconfig_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/apis/kubeadm/install:go_default_library", diff --git a/cmd/kubeadm/app/cmd/upgrade/BUILD b/cmd/kubeadm/app/cmd/upgrade/BUILD index 709a1e7d5f..60253619fa 100644 --- a/cmd/kubeadm/app/cmd/upgrade/BUILD +++ b/cmd/kubeadm/app/cmd/upgrade/BUILD @@ -43,7 +43,6 @@ go_test( "plan_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade", deps = [ "//cmd/kubeadm/app/apis/kubeadm/v1alpha1:go_default_library", "//cmd/kubeadm/app/phases/upgrade:go_default_library", diff --git a/cmd/kubeadm/app/cmd/util/BUILD b/cmd/kubeadm/app/cmd/util/BUILD index 951960a273..d19d0862e0 100644 --- a/cmd/kubeadm/app/cmd/util/BUILD +++ b/cmd/kubeadm/app/cmd/util/BUILD @@ -18,7 +18,6 @@ go_test( name = "go_default_test", srcs = ["cmdutil_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/cmd/util", ) filegroup( diff --git a/cmd/kubeadm/app/constants/BUILD b/cmd/kubeadm/app/constants/BUILD index 84e98154fb..d700faa050 100644 --- a/cmd/kubeadm/app/constants/BUILD +++ b/cmd/kubeadm/app/constants/BUILD @@ -35,6 +35,5 @@ go_test( name = "go_default_test", srcs = ["constants_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/constants", deps = ["//pkg/util/version:go_default_library"], ) diff --git a/cmd/kubeadm/app/discovery/BUILD b/cmd/kubeadm/app/discovery/BUILD index 14fd0f3f4f..3940e48e87 100644 --- a/cmd/kubeadm/app/discovery/BUILD +++ b/cmd/kubeadm/app/discovery/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["discovery_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/discovery", deps = ["//cmd/kubeadm/app/apis/kubeadm:go_default_library"], ) diff --git a/cmd/kubeadm/app/discovery/token/BUILD b/cmd/kubeadm/app/discovery/token/BUILD index dd00f68773..dcfa1e9a34 100644 --- a/cmd/kubeadm/app/discovery/token/BUILD +++ b/cmd/kubeadm/app/discovery/token/BUILD @@ -42,7 +42,6 @@ go_test( name = "go_default_test", srcs = ["token_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/discovery/token", deps = [ "//cmd/kubeadm/app/util/kubeconfig:go_default_library", "//vendor/k8s.io/client-go/tools/clientcmd/api:go_default_library", diff --git a/cmd/kubeadm/app/features/BUILD b/cmd/kubeadm/app/features/BUILD index 8808be9d42..c69c0a3a58 100644 --- a/cmd/kubeadm/app/features/BUILD +++ b/cmd/kubeadm/app/features/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["features_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/features", deps = ["//vendor/k8s.io/apiserver/pkg/util/feature:go_default_library"], ) diff --git a/cmd/kubeadm/app/images/BUILD b/cmd/kubeadm/app/images/BUILD index 51d7334530..2f9e30e518 100644 --- a/cmd/kubeadm/app/images/BUILD +++ b/cmd/kubeadm/app/images/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["images_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/images", deps = ["//cmd/kubeadm/app/constants:go_default_library"], ) diff --git a/cmd/kubeadm/app/phases/addons/dns/BUILD b/cmd/kubeadm/app/phases/addons/dns/BUILD index ef8c19b2b8..ddbcddb1d8 100644 --- a/cmd/kubeadm/app/phases/addons/dns/BUILD +++ b/cmd/kubeadm/app/phases/addons/dns/BUILD @@ -13,7 +13,6 @@ go_test( "versions_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/dns", deps = [ "//cmd/kubeadm/app/constants:go_default_library", "//cmd/kubeadm/app/util:go_default_library", diff --git a/cmd/kubeadm/app/phases/addons/proxy/BUILD b/cmd/kubeadm/app/phases/addons/proxy/BUILD index c08b0dd6a4..e05a783daf 100644 --- a/cmd/kubeadm/app/phases/addons/proxy/BUILD +++ b/cmd/kubeadm/app/phases/addons/proxy/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["proxy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/proxy", deps = [ "//cmd/kubeadm/app/apis/kubeadm/v1alpha1:go_default_library", "//cmd/kubeadm/app/util:go_default_library", diff --git a/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo/BUILD b/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo/BUILD index 37f1f585ad..d0a484b433 100644 --- a/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo/BUILD +++ b/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["clusterinfo_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/cmd/kubeadm/app/phases/bootstraptoken/node/BUILD b/cmd/kubeadm/app/phases/bootstraptoken/node/BUILD index 18277ceb1a..ae2634c29b 100644 --- a/cmd/kubeadm/app/phases/bootstraptoken/node/BUILD +++ b/cmd/kubeadm/app/phases/bootstraptoken/node/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["token_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/node", deps = ["//cmd/kubeadm/app/apis/kubeadm:go_default_library"], ) diff --git a/cmd/kubeadm/app/phases/certs/BUILD b/cmd/kubeadm/app/phases/certs/BUILD index 9e50fc2c73..617c57d09c 100644 --- a/cmd/kubeadm/app/phases/certs/BUILD +++ b/cmd/kubeadm/app/phases/certs/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["certs_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/certs", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/phases/certs/pkiutil/BUILD b/cmd/kubeadm/app/phases/certs/pkiutil/BUILD index 56f7a9383a..cb91095764 100644 --- a/cmd/kubeadm/app/phases/certs/pkiutil/BUILD +++ b/cmd/kubeadm/app/phases/certs/pkiutil/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["pki_helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil", deps = ["//vendor/k8s.io/client-go/util/cert:go_default_library"], ) diff --git a/cmd/kubeadm/app/phases/controlplane/BUILD b/cmd/kubeadm/app/phases/controlplane/BUILD index a11eeb85ae..8622f12fe3 100644 --- a/cmd/kubeadm/app/phases/controlplane/BUILD +++ b/cmd/kubeadm/app/phases/controlplane/BUILD @@ -13,7 +13,6 @@ go_test( "volumes_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/controlplane", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/phases/etcd/BUILD b/cmd/kubeadm/app/phases/etcd/BUILD index 918598a6d0..8c1f83b022 100644 --- a/cmd/kubeadm/app/phases/etcd/BUILD +++ b/cmd/kubeadm/app/phases/etcd/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["local_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/etcd", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/phases/kubeconfig/BUILD b/cmd/kubeadm/app/phases/kubeconfig/BUILD index a402634a58..93b59d798e 100644 --- a/cmd/kubeadm/app/phases/kubeconfig/BUILD +++ b/cmd/kubeadm/app/phases/kubeconfig/BUILD @@ -42,7 +42,6 @@ go_test( name = "go_default_test", srcs = ["kubeconfig_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/phases/kubelet/BUILD b/cmd/kubeadm/app/phases/kubelet/BUILD index 2798057ad5..e9664603d7 100644 --- a/cmd/kubeadm/app/phases/kubelet/BUILD +++ b/cmd/kubeadm/app/phases/kubelet/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["kubelet_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/kubelet", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/phases/markmaster/BUILD b/cmd/kubeadm/app/phases/markmaster/BUILD index 8dbc4b4445..e8590bb4fd 100644 --- a/cmd/kubeadm/app/phases/markmaster/BUILD +++ b/cmd/kubeadm/app/phases/markmaster/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["markmaster_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/markmaster", deps = [ "//cmd/kubeadm/app/constants:go_default_library", "//pkg/kubelet/apis:go_default_library", diff --git a/cmd/kubeadm/app/phases/selfhosting/BUILD b/cmd/kubeadm/app/phases/selfhosting/BUILD index ef1ad56d0f..7971d89ce7 100644 --- a/cmd/kubeadm/app/phases/selfhosting/BUILD +++ b/cmd/kubeadm/app/phases/selfhosting/BUILD @@ -14,7 +14,6 @@ go_test( "selfhosting_volumes_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/selfhosting", deps = [ "//cmd/kubeadm/app/constants:go_default_library", "//cmd/kubeadm/app/util:go_default_library", diff --git a/cmd/kubeadm/app/phases/upgrade/BUILD b/cmd/kubeadm/app/phases/upgrade/BUILD index d1c6135b93..670706876a 100644 --- a/cmd/kubeadm/app/phases/upgrade/BUILD +++ b/cmd/kubeadm/app/phases/upgrade/BUILD @@ -76,7 +76,6 @@ go_test( "staticpods_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/apis/kubeadm/v1alpha1:go_default_library", diff --git a/cmd/kubeadm/app/phases/uploadconfig/BUILD b/cmd/kubeadm/app/phases/uploadconfig/BUILD index 880fd4b4c3..eac5ac9a26 100644 --- a/cmd/kubeadm/app/phases/uploadconfig/BUILD +++ b/cmd/kubeadm/app/phases/uploadconfig/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["uploadconfig_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/phases/uploadconfig", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/apis/kubeadm/v1alpha1:go_default_library", diff --git a/cmd/kubeadm/app/preflight/BUILD b/cmd/kubeadm/app/preflight/BUILD index f478e36e7e..d81a5fbd46 100644 --- a/cmd/kubeadm/app/preflight/BUILD +++ b/cmd/kubeadm/app/preflight/BUILD @@ -77,7 +77,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/preflight", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//vendor/github.com/renstrom/dedent:go_default_library", diff --git a/cmd/kubeadm/app/util/BUILD b/cmd/kubeadm/app/util/BUILD index a98eef896c..9fb42ce446 100644 --- a/cmd/kubeadm/app/util/BUILD +++ b/cmd/kubeadm/app/util/BUILD @@ -42,7 +42,6 @@ go_test( "version_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/preflight:go_default_library", diff --git a/cmd/kubeadm/app/util/apiclient/BUILD b/cmd/kubeadm/app/util/apiclient/BUILD index 2ee1d0ea76..f00dbf1232 100644 --- a/cmd/kubeadm/app/util/apiclient/BUILD +++ b/cmd/kubeadm/app/util/apiclient/BUILD @@ -60,7 +60,6 @@ go_test( "init_dryrun_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/apiclient", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/api/rbac/v1:go_default_library", diff --git a/cmd/kubeadm/app/util/audit/BUILD b/cmd/kubeadm/app/util/audit/BUILD index 5e38d0caf4..7f5453fab3 100644 --- a/cmd/kubeadm/app/util/audit/BUILD +++ b/cmd/kubeadm/app/util/audit/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["utils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/audit", deps = [ "//pkg/kubectl/scheme:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/cmd/kubeadm/app/util/config/BUILD b/cmd/kubeadm/app/util/config/BUILD index 90805eba5a..340e6c7a9e 100644 --- a/cmd/kubeadm/app/util/config/BUILD +++ b/cmd/kubeadm/app/util/config/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["masterconfig_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/config", ) filegroup( diff --git a/cmd/kubeadm/app/util/kubeconfig/BUILD b/cmd/kubeadm/app/util/kubeconfig/BUILD index a6a93b95b1..9d7d92eaf6 100644 --- a/cmd/kubeadm/app/util/kubeconfig/BUILD +++ b/cmd/kubeadm/app/util/kubeconfig/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["kubeconfig_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig", ) go_library( diff --git a/cmd/kubeadm/app/util/pubkeypin/BUILD b/cmd/kubeadm/app/util/pubkeypin/BUILD index 046cd8acd7..36eab6deda 100644 --- a/cmd/kubeadm/app/util/pubkeypin/BUILD +++ b/cmd/kubeadm/app/util/pubkeypin/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["pubkeypin_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/pubkeypin", ) go_library( diff --git a/cmd/kubeadm/app/util/staticpod/BUILD b/cmd/kubeadm/app/util/staticpod/BUILD index afa35d2712..d220eab9ac 100644 --- a/cmd/kubeadm/app/util/staticpod/BUILD +++ b/cmd/kubeadm/app/util/staticpod/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["utils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/staticpod", deps = [ "//cmd/kubeadm/app/apis/kubeadm:go_default_library", "//cmd/kubeadm/app/constants:go_default_library", diff --git a/cmd/kubeadm/app/util/token/BUILD b/cmd/kubeadm/app/util/token/BUILD index e526856379..d16eb5018d 100644 --- a/cmd/kubeadm/app/util/token/BUILD +++ b/cmd/kubeadm/app/util/token/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["tokens_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/app/util/token", deps = ["//cmd/kubeadm/app/apis/kubeadm:go_default_library"], ) diff --git a/cmd/kubeadm/test/cmd/BUILD b/cmd/kubeadm/test/cmd/BUILD index cc6951ab9a..8a26e82fba 100644 --- a/cmd/kubeadm/test/cmd/BUILD +++ b/cmd/kubeadm/test/cmd/BUILD @@ -25,7 +25,6 @@ go_test( args = ["--kubeadm-path=$(location //cmd/kubeadm:kubeadm)"], data = ["//cmd/kubeadm"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubeadm/test/cmd", rundir = ".", tags = [ "integration", diff --git a/cmd/kubectl/BUILD b/cmd/kubectl/BUILD index f611640950..35f502bd7d 100644 --- a/cmd/kubectl/BUILD +++ b/cmd/kubectl/BUILD @@ -8,7 +8,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kubectl", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubectl", pure = "on", visibility = ["//visibility:public"], x_defs = version_x_defs(), diff --git a/cmd/kubelet/BUILD b/cmd/kubelet/BUILD index 48ca752780..e787c70f79 100644 --- a/cmd/kubelet/BUILD +++ b/cmd/kubelet/BUILD @@ -10,7 +10,6 @@ load("//pkg/version:def.bzl", "version_x_defs") go_binary( name = "kubelet", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubelet", x_defs = version_x_defs(), ) diff --git a/cmd/kubelet/app/BUILD b/cmd/kubelet/app/BUILD index 2438d4c044..e50593f3ab 100644 --- a/cmd/kubelet/app/BUILD +++ b/cmd/kubelet/app/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["server_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubelet/app", ) go_library( diff --git a/cmd/kubelet/app/options/BUILD b/cmd/kubelet/app/options/BUILD index ca8bf421fe..0194dc7894 100644 --- a/cmd/kubelet/app/options/BUILD +++ b/cmd/kubelet/app/options/BUILD @@ -102,7 +102,6 @@ go_test( name = "go_default_test", srcs = ["options_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubelet/app/options", deps = [ "//vendor/github.com/spf13/pflag:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/diff:go_default_library", diff --git a/cmd/kubemark/BUILD b/cmd/kubemark/BUILD index 9b588bf0d7..b1c830d782 100644 --- a/cmd/kubemark/BUILD +++ b/cmd/kubemark/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "kubemark", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/kubemark", ) go_library( diff --git a/cmd/linkcheck/BUILD b/cmd/linkcheck/BUILD index 16f3d84b51..00d36ada08 100644 --- a/cmd/linkcheck/BUILD +++ b/cmd/linkcheck/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "linkcheck", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/cmd/linkcheck", ) go_library( diff --git a/examples/BUILD b/examples/BUILD index 8fa87a454e..20dda34149 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -26,7 +26,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["examples_test.go"], - importpath = "k8s.io/kubernetes/examples_test", tags = ["manual"], # this test is broken and examples in-tree is deprecated deps = [ "//pkg/api/testapi:go_default_library", diff --git a/examples/explorer/BUILD b/examples/explorer/BUILD index 9485a3b6aa..680d702ecf 100644 --- a/examples/explorer/BUILD +++ b/examples/explorer/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "explorer", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/examples/explorer", ) go_library( diff --git a/examples/guestbook-go/BUILD b/examples/guestbook-go/BUILD index d18db9f7fc..66bc4f93a4 100644 --- a/examples/guestbook-go/BUILD +++ b/examples/guestbook-go/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "guestbook-go", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/examples/guestbook-go", ) go_library( diff --git a/examples/https-nginx/BUILD b/examples/https-nginx/BUILD index d380f2eeb1..b82ab738cd 100644 --- a/examples/https-nginx/BUILD +++ b/examples/https-nginx/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "https-nginx", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/examples/https-nginx", ) go_library( diff --git a/examples/sharing-clusters/BUILD b/examples/sharing-clusters/BUILD index e2ff3a26a8..bc1611f874 100644 --- a/examples/sharing-clusters/BUILD +++ b/examples/sharing-clusters/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "sharing-clusters", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/examples/sharing-clusters", ) go_library( diff --git a/hack/BUILD b/hack/BUILD index f8800daed2..d562a44883 100644 --- a/hack/BUILD +++ b/hack/BUILD @@ -58,7 +58,6 @@ test_suite( go_binary( name = "hack", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/hack", ) go_test( @@ -66,7 +65,6 @@ go_test( srcs = ["e2e_test.go"], data = glob(["testdata/**"]), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/hack", ) go_library( diff --git a/hack/cmd/teststale/BUILD b/hack/cmd/teststale/BUILD index c1976a5726..0fab86f81f 100644 --- a/hack/cmd/teststale/BUILD +++ b/hack/cmd/teststale/BUILD @@ -10,14 +10,12 @@ load( go_binary( name = "teststale", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/hack/cmd/teststale", ) go_test( name = "go_default_test", srcs = ["teststale_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/hack/cmd/teststale", ) go_library( diff --git a/hack/update-bazel.sh b/hack/update-bazel.sh index 1690c32f8f..a3c983ef6c 100755 --- a/hack/update-bazel.sh +++ b/hack/update-bazel.sh @@ -29,10 +29,10 @@ rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go" # The git commit sha1s here should match the values in $KUBE_ROOT/WORKSPACE. kube::util::go_install_from_commit \ github.com/kubernetes/repo-infra/kazel \ - ae4e9a3906ace4ba657b7a09242610c6266e832c + 97099dccc8807e9159dc28f374a8f0602cab07e1 kube::util::go_install_from_commit \ github.com/bazelbuild/bazel-gazelle/cmd/gazelle \ - 31ce76e3acc34a22434d1a783bb9b3cae790d108 # 0.8.0 + 39e8257565d3917c1674bf37d6538c10cdac2260 touch "${KUBE_ROOT}/vendor/BUILD" diff --git a/pkg/api/endpoints/BUILD b/pkg/api/endpoints/BUILD index e88d60d288..8d87cb78aa 100644 --- a/pkg/api/endpoints/BUILD +++ b/pkg/api/endpoints/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/endpoints", deps = [ "//pkg/apis/core:go_default_library", "//vendor/github.com/davecgh/go-spew/spew:go_default_library", diff --git a/pkg/api/events/BUILD b/pkg/api/events/BUILD index 64ab6d316f..ffce97f054 100644 --- a/pkg/api/events/BUILD +++ b/pkg/api/events/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["sorted_event_list_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/events", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/api/persistentvolume/BUILD b/pkg/api/persistentvolume/BUILD index 87cfdf076b..3b5428fbae 100644 --- a/pkg/api/persistentvolume/BUILD +++ b/pkg/api/persistentvolume/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/persistentvolume", deps = [ "//pkg/apis/core:go_default_library", "//pkg/features:go_default_library", diff --git a/pkg/api/persistentvolumeclaim/BUILD b/pkg/api/persistentvolumeclaim/BUILD index 064f9c82ac..ee27d5344f 100644 --- a/pkg/api/persistentvolumeclaim/BUILD +++ b/pkg/api/persistentvolumeclaim/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/persistentvolumeclaim", deps = [ "//pkg/apis/core:go_default_library", "//pkg/features:go_default_library", diff --git a/pkg/api/pod/BUILD b/pkg/api/pod/BUILD index d29ddd25d6..249b7f91ef 100644 --- a/pkg/api/pod/BUILD +++ b/pkg/api/pod/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/pod", deps = [ "//pkg/apis/core:go_default_library", "//pkg/features:go_default_library", diff --git a/pkg/api/ref/BUILD b/pkg/api/ref/BUILD index 84bbbf7426..6e8dad528d 100644 --- a/pkg/api/ref/BUILD +++ b/pkg/api/ref/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["ref_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/ref", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/api/resource/BUILD b/pkg/api/resource/BUILD index c27900c7a1..9e18e57484 100644 --- a/pkg/api/resource/BUILD +++ b/pkg/api/resource/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/resource", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/api/service/BUILD b/pkg/api/service/BUILD index b57c5872f0..e66d9bbc17 100644 --- a/pkg/api/service/BUILD +++ b/pkg/api/service/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/service", deps = [ "//pkg/apis/core:go_default_library", "//pkg/util/net/sets:go_default_library", diff --git a/pkg/api/testapi/BUILD b/pkg/api/testapi/BUILD index c1747a9236..6c6f853f59 100644 --- a/pkg/api/testapi/BUILD +++ b/pkg/api/testapi/BUILD @@ -59,7 +59,6 @@ go_test( name = "go_default_test", srcs = ["testapi_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/testapi", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/pkg/api/testing/BUILD b/pkg/api/testing/BUILD index aae6f1e6f6..5b7ba9b52a 100644 --- a/pkg/api/testing/BUILD +++ b/pkg/api/testing/BUILD @@ -72,7 +72,6 @@ go_test( "unstructured_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/testing", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/api/v1/endpoints/BUILD b/pkg/api/v1/endpoints/BUILD index d23918e050..13d8f6953a 100644 --- a/pkg/api/v1/endpoints/BUILD +++ b/pkg/api/v1/endpoints/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/v1/endpoints", deps = [ "//vendor/github.com/davecgh/go-spew/spew:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/api/v1/pod/BUILD b/pkg/api/v1/pod/BUILD index 2541e446ba..15e9597d3a 100644 --- a/pkg/api/v1/pod/BUILD +++ b/pkg/api/v1/pod/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/v1/pod", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/api/v1/resource/BUILD b/pkg/api/v1/resource/BUILD index 93380294b4..f918e55993 100644 --- a/pkg/api/v1/resource/BUILD +++ b/pkg/api/v1/resource/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/v1/resource", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/api/v1/service/BUILD b/pkg/api/v1/service/BUILD index eff8992766..a9ef9ec5b4 100644 --- a/pkg/api/v1/service/BUILD +++ b/pkg/api/v1/service/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/api/v1/service", deps = [ "//pkg/util/net/sets:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/apis/abac/v0/BUILD b/pkg/apis/abac/v0/BUILD index ca06165b87..5552026364 100644 --- a/pkg/apis/abac/v0/BUILD +++ b/pkg/apis/abac/v0/BUILD @@ -28,7 +28,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["conversion_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/abac/v0_test", deps = [ ":go_default_library", "//pkg/apis/abac:go_default_library", diff --git a/pkg/apis/abac/v1beta1/BUILD b/pkg/apis/abac/v1beta1/BUILD index 6fa5b960a7..9b6d229ad9 100644 --- a/pkg/apis/abac/v1beta1/BUILD +++ b/pkg/apis/abac/v1beta1/BUILD @@ -30,7 +30,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["conversion_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/abac/v1beta1_test", deps = [ ":go_default_library", "//pkg/apis/abac:go_default_library", diff --git a/pkg/apis/admissionregistration/validation/BUILD b/pkg/apis/admissionregistration/validation/BUILD index d43f5b5905..c037276b41 100644 --- a/pkg/apis/admissionregistration/validation/BUILD +++ b/pkg/apis/admissionregistration/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/admissionregistration/validation", deps = [ "//pkg/apis/admissionregistration:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/apis/apps/v1/BUILD b/pkg/apis/apps/v1/BUILD index 3ffdef39f6..6fc4ffe49d 100644 --- a/pkg/apis/apps/v1/BUILD +++ b/pkg/apis/apps/v1/BUILD @@ -33,7 +33,6 @@ go_test( "conversion_test.go", "defaults_test.go", ], - importpath = "k8s.io/kubernetes/pkg/apis/apps/v1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/apps/v1beta1/BUILD b/pkg/apis/apps/v1beta1/BUILD index 920dcdc49a..20e9590004 100644 --- a/pkg/apis/apps/v1beta1/BUILD +++ b/pkg/apis/apps/v1beta1/BUILD @@ -50,7 +50,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/apps/v1beta1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/apps/v1beta2/BUILD b/pkg/apis/apps/v1beta2/BUILD index b27e6f362c..fddd608242 100644 --- a/pkg/apis/apps/v1beta2/BUILD +++ b/pkg/apis/apps/v1beta2/BUILD @@ -53,7 +53,6 @@ go_test( "conversion_test.go", "defaults_test.go", ], - importpath = "k8s.io/kubernetes/pkg/apis/apps/v1beta2_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/apps/validation/BUILD b/pkg/apis/apps/validation/BUILD index 2a81a0eb6a..b9af06637e 100644 --- a/pkg/apis/apps/validation/BUILD +++ b/pkg/apis/apps/validation/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/apps/validation", deps = [ "//pkg/apis/apps:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/apis/authorization/validation/BUILD b/pkg/apis/authorization/validation/BUILD index c5f76a8be4..eb2ef8e0e4 100644 --- a/pkg/apis/authorization/validation/BUILD +++ b/pkg/apis/authorization/validation/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/authorization/validation", deps = [ "//pkg/apis/authorization:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/apis/autoscaling/v1/BUILD b/pkg/apis/autoscaling/v1/BUILD index 4f2490f7dd..1f04ae469d 100644 --- a/pkg/apis/autoscaling/v1/BUILD +++ b/pkg/apis/autoscaling/v1/BUILD @@ -33,7 +33,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/autoscaling/v1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/autoscaling/v2beta1/BUILD b/pkg/apis/autoscaling/v2beta1/BUILD index 720df24df8..cda9dbadf0 100644 --- a/pkg/apis/autoscaling/v2beta1/BUILD +++ b/pkg/apis/autoscaling/v2beta1/BUILD @@ -45,7 +45,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/autoscaling/v2beta1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/autoscaling/validation/BUILD b/pkg/apis/autoscaling/validation/BUILD index 03c70d4c17..e31b29884b 100644 --- a/pkg/apis/autoscaling/validation/BUILD +++ b/pkg/apis/autoscaling/validation/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/autoscaling/validation", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/apis/batch/v1/BUILD b/pkg/apis/batch/v1/BUILD index 2413a15ab2..6f236df9a5 100644 --- a/pkg/apis/batch/v1/BUILD +++ b/pkg/apis/batch/v1/BUILD @@ -33,7 +33,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/batch/v1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/batch/v1beta1/BUILD b/pkg/apis/batch/v1beta1/BUILD index 2985d4e9d0..f988a1c4c9 100644 --- a/pkg/apis/batch/v1beta1/BUILD +++ b/pkg/apis/batch/v1beta1/BUILD @@ -34,7 +34,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/batch/v1beta1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/batch/v2alpha1/BUILD b/pkg/apis/batch/v2alpha1/BUILD index 79103911e0..4f7e9afb0f 100644 --- a/pkg/apis/batch/v2alpha1/BUILD +++ b/pkg/apis/batch/v2alpha1/BUILD @@ -34,7 +34,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/batch/v2alpha1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/batch/validation/BUILD b/pkg/apis/batch/validation/BUILD index 1a6268f9f2..7a748b98bf 100644 --- a/pkg/apis/batch/validation/BUILD +++ b/pkg/apis/batch/validation/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/batch/validation", deps = [ "//pkg/apis/batch:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/apis/componentconfig/BUILD b/pkg/apis/componentconfig/BUILD index 143d8b0223..8759839a5d 100644 --- a/pkg/apis/componentconfig/BUILD +++ b/pkg/apis/componentconfig/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/componentconfig", deps = ["//vendor/github.com/spf13/pflag:go_default_library"], ) diff --git a/pkg/apis/componentconfig/v1alpha1/BUILD b/pkg/apis/componentconfig/v1alpha1/BUILD index 74755fbc99..e89709d1ee 100644 --- a/pkg/apis/componentconfig/v1alpha1/BUILD +++ b/pkg/apis/componentconfig/v1alpha1/BUILD @@ -47,6 +47,5 @@ go_test( name = "go_default_test", srcs = ["defaults_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/componentconfig/v1alpha1", deps = ["//pkg/apis/componentconfig:go_default_library"], ) diff --git a/pkg/apis/core/BUILD b/pkg/apis/core/BUILD index 874383ef18..8d54d6726c 100644 --- a/pkg/apis/core/BUILD +++ b/pkg/apis/core/BUILD @@ -37,7 +37,6 @@ go_test( "toleration_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core", ) filegroup( diff --git a/pkg/apis/core/helper/BUILD b/pkg/apis/core/helper/BUILD index 7f4ec62654..e7ffdb0f82 100644 --- a/pkg/apis/core/helper/BUILD +++ b/pkg/apis/core/helper/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/helper", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/apis/core/install/BUILD b/pkg/apis/core/install/BUILD index 1e760dbe8e..49e8161534 100644 --- a/pkg/apis/core/install/BUILD +++ b/pkg/apis/core/install/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["install_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/install", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/apis/core/pods/BUILD b/pkg/apis/core/pods/BUILD index 34e8b8f364..dea471375d 100644 --- a/pkg/apis/core/pods/BUILD +++ b/pkg/apis/core/pods/BUILD @@ -12,7 +12,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/pods", ) filegroup( diff --git a/pkg/apis/core/v1/BUILD b/pkg/apis/core/v1/BUILD index 5796c61407..8de59b3f62 100644 --- a/pkg/apis/core/v1/BUILD +++ b/pkg/apis/core/v1/BUILD @@ -37,7 +37,6 @@ go_test( "conversion_test.go", "defaults_test.go", ], - importpath = "k8s.io/kubernetes/pkg/apis/core/v1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/core/v1/helper/BUILD b/pkg/apis/core/v1/helper/BUILD index fec9c1baaf..1e6735f7b9 100644 --- a/pkg/apis/core/v1/helper/BUILD +++ b/pkg/apis/core/v1/helper/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/v1/helper", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/pkg/apis/core/v1/helper/qos/BUILD b/pkg/apis/core/v1/helper/qos/BUILD index 57ab07f725..f459253d1c 100644 --- a/pkg/apis/core/v1/helper/qos/BUILD +++ b/pkg/apis/core/v1/helper/qos/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["qos_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/v1/helper/qos", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper/qos:go_default_library", diff --git a/pkg/apis/core/v1/validation/BUILD b/pkg/apis/core/v1/validation/BUILD index 21cf28f303..2bc429732e 100644 --- a/pkg/apis/core/v1/validation/BUILD +++ b/pkg/apis/core/v1/validation/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/v1/validation", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/apis/core/validation/BUILD b/pkg/apis/core/validation/BUILD index 69e50541a9..e7bfdb2d97 100644 --- a/pkg/apis/core/validation/BUILD +++ b/pkg/apis/core/validation/BUILD @@ -52,7 +52,6 @@ go_test( "validation_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/core/validation", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/apis/extensions/BUILD b/pkg/apis/extensions/BUILD index 17076d4720..eecd17571c 100644 --- a/pkg/apis/extensions/BUILD +++ b/pkg/apis/extensions/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/extensions", ) go_library( diff --git a/pkg/apis/extensions/v1beta1/BUILD b/pkg/apis/extensions/v1beta1/BUILD index 51d6bf1c77..9bbca185d2 100644 --- a/pkg/apis/extensions/v1beta1/BUILD +++ b/pkg/apis/extensions/v1beta1/BUILD @@ -37,7 +37,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/extensions/v1beta1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/extensions/validation/BUILD b/pkg/apis/extensions/validation/BUILD index b9439bfac6..82eaf8e828 100644 --- a/pkg/apis/extensions/validation/BUILD +++ b/pkg/apis/extensions/validation/BUILD @@ -32,7 +32,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/extensions/validation", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/apis/networking/v1/BUILD b/pkg/apis/networking/v1/BUILD index a6237c850c..6523198e57 100644 --- a/pkg/apis/networking/v1/BUILD +++ b/pkg/apis/networking/v1/BUILD @@ -45,7 +45,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/networking/v1_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/networking/validation/BUILD b/pkg/apis/networking/validation/BUILD index 44a0d65766..2b20ba2add 100644 --- a/pkg/apis/networking/validation/BUILD +++ b/pkg/apis/networking/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/networking/validation", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/networking:go_default_library", diff --git a/pkg/apis/policy/validation/BUILD b/pkg/apis/policy/validation/BUILD index 692d0ca0c1..1faa84cffc 100644 --- a/pkg/apis/policy/validation/BUILD +++ b/pkg/apis/policy/validation/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/policy/validation", deps = [ "//pkg/apis/policy:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/intstr:go_default_library", diff --git a/pkg/apis/rbac/BUILD b/pkg/apis/rbac/BUILD index ef634f03a3..4c7b65658c 100644 --- a/pkg/apis/rbac/BUILD +++ b/pkg/apis/rbac/BUILD @@ -48,7 +48,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["helpers_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/rbac_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/apis/rbac/v1alpha1/BUILD b/pkg/apis/rbac/v1alpha1/BUILD index fed81967eb..e521b85559 100644 --- a/pkg/apis/rbac/v1alpha1/BUILD +++ b/pkg/apis/rbac/v1alpha1/BUILD @@ -31,7 +31,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["conversion_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/rbac/v1alpha1_test", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/rbac:go_default_library", diff --git a/pkg/apis/rbac/validation/BUILD b/pkg/apis/rbac/validation/BUILD index 8b7d835d3a..8ef0162365 100644 --- a/pkg/apis/rbac/validation/BUILD +++ b/pkg/apis/rbac/validation/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/rbac/validation", deps = [ "//pkg/apis/rbac:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/apis/scheduling/validation/BUILD b/pkg/apis/scheduling/validation/BUILD index 875e4f75cf..abfac03158 100644 --- a/pkg/apis/scheduling/validation/BUILD +++ b/pkg/apis/scheduling/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/scheduling/validation", deps = [ "//pkg/apis/scheduling:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/apis/settings/validation/BUILD b/pkg/apis/settings/validation/BUILD index 7481348820..f8449b77d2 100644 --- a/pkg/apis/settings/validation/BUILD +++ b/pkg/apis/settings/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/settings/validation", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/settings:go_default_library", diff --git a/pkg/apis/storage/util/BUILD b/pkg/apis/storage/util/BUILD index 3e8c883b10..7a5a5fd334 100644 --- a/pkg/apis/storage/util/BUILD +++ b/pkg/apis/storage/util/BUILD @@ -38,7 +38,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/storage/util", deps = [ "//pkg/apis/storage:go_default_library", "//vendor/k8s.io/apiserver/pkg/util/feature:go_default_library", diff --git a/pkg/apis/storage/v1/BUILD b/pkg/apis/storage/v1/BUILD index aeb7e17d2a..ad0fcaa070 100644 --- a/pkg/apis/storage/v1/BUILD +++ b/pkg/apis/storage/v1/BUILD @@ -48,7 +48,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/storage/v1_test", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/storage/install:go_default_library", diff --git a/pkg/apis/storage/v1beta1/BUILD b/pkg/apis/storage/v1beta1/BUILD index 368302812e..2bd7331317 100644 --- a/pkg/apis/storage/v1beta1/BUILD +++ b/pkg/apis/storage/v1beta1/BUILD @@ -48,7 +48,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["defaults_test.go"], - importpath = "k8s.io/kubernetes/pkg/apis/storage/v1beta1_test", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/storage/install:go_default_library", diff --git a/pkg/apis/storage/validation/BUILD b/pkg/apis/storage/validation/BUILD index b345c86a90..cb0ed14d19 100644 --- a/pkg/apis/storage/validation/BUILD +++ b/pkg/apis/storage/validation/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/apis/storage/validation", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/pkg/auth/authorizer/abac/BUILD b/pkg/auth/authorizer/abac/BUILD index f61659c62a..07ca74f8ac 100644 --- a/pkg/auth/authorizer/abac/BUILD +++ b/pkg/auth/authorizer/abac/BUILD @@ -36,7 +36,6 @@ go_test( ":example_policy", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/auth/authorizer/abac", deps = [ "//pkg/apis/abac:go_default_library", "//pkg/apis/abac/v0:go_default_library", diff --git a/pkg/auth/nodeidentifier/BUILD b/pkg/auth/nodeidentifier/BUILD index a573310579..ae75df3818 100644 --- a/pkg/auth/nodeidentifier/BUILD +++ b/pkg/auth/nodeidentifier/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["default_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/auth/nodeidentifier", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/pkg/capabilities/BUILD b/pkg/capabilities/BUILD index f011d7aa17..1e00cb3c4c 100644 --- a/pkg/capabilities/BUILD +++ b/pkg/capabilities/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["capabilities_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/capabilities", ) filegroup( diff --git a/pkg/client/chaosclient/BUILD b/pkg/client/chaosclient/BUILD index 81179c0674..b9da712358 100644 --- a/pkg/client/chaosclient/BUILD +++ b/pkg/client/chaosclient/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["chaosclient_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/client/chaosclient", ) filegroup( diff --git a/pkg/client/listers/batch/internalversion/BUILD b/pkg/client/listers/batch/internalversion/BUILD index c0f5a4f8b2..246c68acb0 100644 --- a/pkg/client/listers/batch/internalversion/BUILD +++ b/pkg/client/listers/batch/internalversion/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["job_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/client/listers/batch/internalversion", deps = [ "//pkg/apis/batch:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/client/listers/extensions/internalversion/BUILD b/pkg/client/listers/extensions/internalversion/BUILD index f521b0c0df..464b8603ca 100644 --- a/pkg/client/listers/extensions/internalversion/BUILD +++ b/pkg/client/listers/extensions/internalversion/BUILD @@ -47,7 +47,6 @@ go_test( name = "go_default_test", srcs = ["daemonset_expansion_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/client/listers/extensions/internalversion", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/client/tests/BUILD b/pkg/client/tests/BUILD index d22b547f68..81bf09cda9 100644 --- a/pkg/client/tests/BUILD +++ b/pkg/client/tests/BUILD @@ -15,7 +15,6 @@ go_test( "remotecommand_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/client/tests", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/client/unversioned/BUILD b/pkg/client/unversioned/BUILD index 0d97be77f3..816236d889 100644 --- a/pkg/client/unversioned/BUILD +++ b/pkg/client/unversioned/BUILD @@ -38,7 +38,6 @@ go_test( name = "go_default_test", srcs = ["helper_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/client/unversioned", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/cloudprovider/providers/aws/BUILD b/pkg/cloudprovider/providers/aws/BUILD index 4ce36c7227..bbe6a78f36 100644 --- a/pkg/cloudprovider/providers/aws/BUILD +++ b/pkg/cloudprovider/providers/aws/BUILD @@ -76,7 +76,6 @@ go_test( "tags_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/aws", deps = [ "//pkg/kubelet/apis:go_default_library", "//vendor/github.com/aws/aws-sdk-go/aws:go_default_library", diff --git a/pkg/cloudprovider/providers/azure/BUILD b/pkg/cloudprovider/providers/azure/BUILD index 546b89a201..c629ee796a 100644 --- a/pkg/cloudprovider/providers/azure/BUILD +++ b/pkg/cloudprovider/providers/azure/BUILD @@ -84,7 +84,6 @@ go_test( "azure_wrap_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/azure", deps = [ "//pkg/api/v1/service:go_default_library", "//pkg/cloudprovider:go_default_library", diff --git a/pkg/cloudprovider/providers/cloudstack/BUILD b/pkg/cloudprovider/providers/cloudstack/BUILD index 0ad40d29ea..b71eb8e404 100644 --- a/pkg/cloudprovider/providers/cloudstack/BUILD +++ b/pkg/cloudprovider/providers/cloudstack/BUILD @@ -102,7 +102,6 @@ go_test( name = "go_default_test", srcs = ["cloudstack_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/cloudstack", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/cloudprovider/providers/gce/BUILD b/pkg/cloudprovider/providers/gce/BUILD index 491ccdbd47..2d2197e668 100644 --- a/pkg/cloudprovider/providers/gce/BUILD +++ b/pkg/cloudprovider/providers/gce/BUILD @@ -103,7 +103,6 @@ go_test( "metrics_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/gce", deps = [ "//pkg/cloudprovider:go_default_library", "//pkg/cloudprovider/providers/gce/cloud:go_default_library", diff --git a/pkg/cloudprovider/providers/gce/cloud/BUILD b/pkg/cloudprovider/providers/gce/cloud/BUILD index 6ff7c13d8e..dc6fa75605 100644 --- a/pkg/cloudprovider/providers/gce/cloud/BUILD +++ b/pkg/cloudprovider/providers/gce/cloud/BUILD @@ -33,7 +33,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/gce/cloud", deps = [ "//pkg/cloudprovider/providers/gce/cloud/filter:go_default_library", "//pkg/cloudprovider/providers/gce/cloud/meta:go_default_library", diff --git a/pkg/cloudprovider/providers/gce/cloud/filter/BUILD b/pkg/cloudprovider/providers/gce/cloud/filter/BUILD index c0176ded89..a2e0c7941c 100644 --- a/pkg/cloudprovider/providers/gce/cloud/filter/BUILD +++ b/pkg/cloudprovider/providers/gce/cloud/filter/BUILD @@ -12,7 +12,6 @@ go_test( name = "go_default_test", srcs = ["filter_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/gce/cloud/filter", ) filegroup( diff --git a/pkg/cloudprovider/providers/gce/cloud/gen/BUILD b/pkg/cloudprovider/providers/gce/cloud/gen/BUILD index a3591435fe..b51f9c80db 100644 --- a/pkg/cloudprovider/providers/gce/cloud/gen/BUILD +++ b/pkg/cloudprovider/providers/gce/cloud/gen/BUILD @@ -11,7 +11,6 @@ go_library( go_binary( name = "gen", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/gce/cloud/gen", visibility = ["//visibility:public"], ) diff --git a/pkg/cloudprovider/providers/gce/cloud/meta/BUILD b/pkg/cloudprovider/providers/gce/cloud/meta/BUILD index 9962edeb74..591e6f22be 100644 --- a/pkg/cloudprovider/providers/gce/cloud/meta/BUILD +++ b/pkg/cloudprovider/providers/gce/cloud/meta/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["key_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/gce/cloud/meta", ) filegroup( diff --git a/pkg/cloudprovider/providers/openstack/BUILD b/pkg/cloudprovider/providers/openstack/BUILD index 2216546007..bf9d4c7dfd 100644 --- a/pkg/cloudprovider/providers/openstack/BUILD +++ b/pkg/cloudprovider/providers/openstack/BUILD @@ -75,7 +75,6 @@ go_test( "openstack_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/openstack", deps = [ "//pkg/cloudprovider:go_default_library", "//vendor/github.com/gophercloud/gophercloud:go_default_library", diff --git a/pkg/cloudprovider/providers/ovirt/BUILD b/pkg/cloudprovider/providers/ovirt/BUILD index 35390b0e71..72d16ebcfe 100644 --- a/pkg/cloudprovider/providers/ovirt/BUILD +++ b/pkg/cloudprovider/providers/ovirt/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["ovirt_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/ovirt", deps = ["//pkg/cloudprovider:go_default_library"], ) diff --git a/pkg/cloudprovider/providers/photon/BUILD b/pkg/cloudprovider/providers/photon/BUILD index 3dc4b33d4b..145d766729 100644 --- a/pkg/cloudprovider/providers/photon/BUILD +++ b/pkg/cloudprovider/providers/photon/BUILD @@ -26,7 +26,6 @@ go_test( name = "go_default_test", srcs = ["photon_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/photon", deps = [ "//pkg/cloudprovider:go_default_library", "//vendor/k8s.io/apimachinery/pkg/types:go_default_library", diff --git a/pkg/cloudprovider/providers/vsphere/BUILD b/pkg/cloudprovider/providers/vsphere/BUILD index 43065e3419..76fe4f7c7d 100644 --- a/pkg/cloudprovider/providers/vsphere/BUILD +++ b/pkg/cloudprovider/providers/vsphere/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["vsphere_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere", deps = [ "//pkg/cloudprovider:go_default_library", "//pkg/cloudprovider/providers/vsphere/vclib:go_default_library", diff --git a/pkg/cloudprovider/providers/vsphere/vclib/BUILD b/pkg/cloudprovider/providers/vsphere/vclib/BUILD index 9e5149b343..f1a11cecbb 100644 --- a/pkg/cloudprovider/providers/vsphere/vclib/BUILD +++ b/pkg/cloudprovider/providers/vsphere/vclib/BUILD @@ -66,7 +66,6 @@ go_test( "virtualmachine_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere/vclib", deps = [ "//vendor/github.com/vmware/govmomi:go_default_library", "//vendor/github.com/vmware/govmomi/object:go_default_library", diff --git a/pkg/controller/BUILD b/pkg/controller/BUILD index 7910e5e0c7..ff6226daec 100644 --- a/pkg/controller/BUILD +++ b/pkg/controller/BUILD @@ -13,7 +13,6 @@ go_test( "controller_utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/controller/bootstrap/BUILD b/pkg/controller/bootstrap/BUILD index d7e514e7ff..dde09ddd40 100644 --- a/pkg/controller/bootstrap/BUILD +++ b/pkg/controller/bootstrap/BUILD @@ -16,7 +16,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/bootstrap", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper:go_default_library", diff --git a/pkg/controller/certificates/BUILD b/pkg/controller/certificates/BUILD index d5cfdf9bdc..6c4730e590 100644 --- a/pkg/controller/certificates/BUILD +++ b/pkg/controller/certificates/BUILD @@ -55,7 +55,6 @@ go_test( name = "go_default_test", srcs = ["certificate_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/certificates", deps = [ "//pkg/controller:go_default_library", "//vendor/k8s.io/api/certificates/v1beta1:go_default_library", diff --git a/pkg/controller/certificates/approver/BUILD b/pkg/controller/certificates/approver/BUILD index 8129457902..e54a142236 100644 --- a/pkg/controller/certificates/approver/BUILD +++ b/pkg/controller/certificates/approver/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["sarapprove_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/certificates/approver", deps = [ "//pkg/apis/certificates/v1beta1:go_default_library", "//vendor/k8s.io/api/authorization/v1beta1:go_default_library", diff --git a/pkg/controller/certificates/cleaner/BUILD b/pkg/controller/certificates/cleaner/BUILD index ada38c62c2..f59837fdf5 100644 --- a/pkg/controller/certificates/cleaner/BUILD +++ b/pkg/controller/certificates/cleaner/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["cleaner_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/certificates/cleaner", deps = [ "//vendor/k8s.io/api/certificates/v1beta1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/controller/certificates/signer/BUILD b/pkg/controller/certificates/signer/BUILD index d4119b034a..573ffad481 100644 --- a/pkg/controller/certificates/signer/BUILD +++ b/pkg/controller/certificates/signer/BUILD @@ -15,7 +15,6 @@ go_test( "testdata/kubelet.csr", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/certificates/signer", deps = [ "//vendor/k8s.io/api/certificates/v1beta1:go_default_library", "//vendor/k8s.io/client-go/util/cert:go_default_library", diff --git a/pkg/controller/cloud/BUILD b/pkg/controller/cloud/BUILD index dfd2739720..cb35dda147 100644 --- a/pkg/controller/cloud/BUILD +++ b/pkg/controller/cloud/BUILD @@ -49,7 +49,6 @@ go_test( "pvlcontroller_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/cloud", deps = [ "//pkg/cloudprovider:go_default_library", "//pkg/cloudprovider/providers/fake:go_default_library", diff --git a/pkg/controller/clusterroleaggregation/BUILD b/pkg/controller/clusterroleaggregation/BUILD index 965c04691a..c9f4f3eac1 100644 --- a/pkg/controller/clusterroleaggregation/BUILD +++ b/pkg/controller/clusterroleaggregation/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["clusterroleaggregation_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/clusterroleaggregation", deps = [ "//pkg/controller:go_default_library", "//vendor/k8s.io/api/rbac/v1:go_default_library", diff --git a/pkg/controller/cronjob/BUILD b/pkg/controller/cronjob/BUILD index d1fee23555..6f3a54eaf1 100644 --- a/pkg/controller/cronjob/BUILD +++ b/pkg/controller/cronjob/BUILD @@ -47,7 +47,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/cronjob", deps = [ "//pkg/apis/batch/install:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/controller/daemon/BUILD b/pkg/controller/daemon/BUILD index 761262f410..1956c789f6 100644 --- a/pkg/controller/daemon/BUILD +++ b/pkg/controller/daemon/BUILD @@ -66,7 +66,6 @@ go_test( "update_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/daemon", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/controller/daemon/util/BUILD b/pkg/controller/daemon/util/BUILD index bb9f1f11cf..13d8bbdb4a 100644 --- a/pkg/controller/daemon/util/BUILD +++ b/pkg/controller/daemon/util/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["daemonset_util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/daemon/util", deps = [ "//pkg/api/testapi:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/controller/deployment/BUILD b/pkg/controller/deployment/BUILD index 41b1c163df..5754aad46c 100644 --- a/pkg/controller/deployment/BUILD +++ b/pkg/controller/deployment/BUILD @@ -57,7 +57,6 @@ go_test( "sync_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/deployment", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/apps/install:go_default_library", diff --git a/pkg/controller/deployment/util/BUILD b/pkg/controller/deployment/util/BUILD index 693faa90c1..58890da634 100644 --- a/pkg/controller/deployment/util/BUILD +++ b/pkg/controller/deployment/util/BUILD @@ -46,7 +46,6 @@ go_test( "hash_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/deployment/util", deps = [ "//pkg/controller:go_default_library", "//pkg/util/hash:go_default_library", diff --git a/pkg/controller/disruption/BUILD b/pkg/controller/disruption/BUILD index a8e4982589..f210ecb109 100644 --- a/pkg/controller/disruption/BUILD +++ b/pkg/controller/disruption/BUILD @@ -46,7 +46,6 @@ go_test( name = "go_default_test", srcs = ["disruption_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/disruption", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/controller/endpoint/BUILD b/pkg/controller/endpoint/BUILD index 0cfedaba88..27e74d3238 100644 --- a/pkg/controller/endpoint/BUILD +++ b/pkg/controller/endpoint/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["endpoints_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/endpoint", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/controller/garbagecollector/BUILD b/pkg/controller/garbagecollector/BUILD index 4541ca39b0..46f90ca016 100644 --- a/pkg/controller/garbagecollector/BUILD +++ b/pkg/controller/garbagecollector/BUILD @@ -51,7 +51,6 @@ go_test( name = "go_default_test", srcs = ["garbagecollector_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/garbagecollector", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/controller/garbagecollector/metaonly/BUILD b/pkg/controller/garbagecollector/metaonly/BUILD index 097f327d34..d20f61e88b 100644 --- a/pkg/controller/garbagecollector/metaonly/BUILD +++ b/pkg/controller/garbagecollector/metaonly/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["metaonly_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly", deps = [ "//pkg/apis/core/install:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/controller/history/BUILD b/pkg/controller/history/BUILD index 5064857e08..9824a0b9d8 100644 --- a/pkg/controller/history/BUILD +++ b/pkg/controller/history/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["controller_history_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/history", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/controller:go_default_library", diff --git a/pkg/controller/job/BUILD b/pkg/controller/job/BUILD index 49b22b6707..7010e6b07a 100644 --- a/pkg/controller/job/BUILD +++ b/pkg/controller/job/BUILD @@ -46,7 +46,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/job", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/controller/namespace/deletion/BUILD b/pkg/controller/namespace/deletion/BUILD index 40a0517cd7..672e19936e 100644 --- a/pkg/controller/namespace/deletion/BUILD +++ b/pkg/controller/namespace/deletion/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["namespaced_resources_deleter_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/namespace/deletion", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/controller/nodeipam/ipam/BUILD b/pkg/controller/nodeipam/ipam/BUILD index 5a1e1018a2..22da777291 100644 --- a/pkg/controller/nodeipam/ipam/BUILD +++ b/pkg/controller/nodeipam/ipam/BUILD @@ -14,7 +14,6 @@ go_test( "timeout_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/nodeipam/ipam", deps = [ "//pkg/controller:go_default_library", "//pkg/controller/nodeipam/ipam/cidrset:go_default_library", diff --git a/pkg/controller/nodeipam/ipam/cidrset/BUILD b/pkg/controller/nodeipam/ipam/cidrset/BUILD index c1bbda1c69..805174fd3c 100644 --- a/pkg/controller/nodeipam/ipam/cidrset/BUILD +++ b/pkg/controller/nodeipam/ipam/cidrset/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["cidr_set_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/nodeipam/ipam/cidrset", deps = ["//vendor/github.com/golang/glog:go_default_library"], ) diff --git a/pkg/controller/nodeipam/ipam/sync/BUILD b/pkg/controller/nodeipam/ipam/sync/BUILD index 2ecba089f4..68934150c4 100644 --- a/pkg/controller/nodeipam/ipam/sync/BUILD +++ b/pkg/controller/nodeipam/ipam/sync/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["sync_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/nodeipam/ipam/sync", deps = [ "//pkg/controller/nodeipam/ipam/cidrset:go_default_library", "//pkg/controller/nodeipam/ipam/test:go_default_library", diff --git a/pkg/controller/nodelifecycle/BUILD b/pkg/controller/nodelifecycle/BUILD index 55f577fe54..6549510d2d 100644 --- a/pkg/controller/nodelifecycle/BUILD +++ b/pkg/controller/nodelifecycle/BUILD @@ -63,7 +63,6 @@ go_test( name = "go_default_test", srcs = ["node_lifecycle_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/nodelifecycle", deps = [ "//pkg/cloudprovider:go_default_library", "//pkg/cloudprovider/providers/fake:go_default_library", diff --git a/pkg/controller/nodelifecycle/scheduler/BUILD b/pkg/controller/nodelifecycle/scheduler/BUILD index c9d54bd628..5828f11f07 100644 --- a/pkg/controller/nodelifecycle/scheduler/BUILD +++ b/pkg/controller/nodelifecycle/scheduler/BUILD @@ -36,7 +36,6 @@ go_test( "timed_workers_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/nodelifecycle/scheduler", deps = [ "//pkg/controller/testutil:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/controller/podautoscaler/BUILD b/pkg/controller/podautoscaler/BUILD index 6f923b2c84..47259eab60 100644 --- a/pkg/controller/podautoscaler/BUILD +++ b/pkg/controller/podautoscaler/BUILD @@ -56,7 +56,6 @@ go_test( "replica_calculator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/podautoscaler", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/autoscaling:go_default_library", diff --git a/pkg/controller/podautoscaler/metrics/BUILD b/pkg/controller/podautoscaler/metrics/BUILD index c9c11fe249..f33ca17247 100644 --- a/pkg/controller/podautoscaler/metrics/BUILD +++ b/pkg/controller/podautoscaler/metrics/BUILD @@ -40,7 +40,6 @@ go_test( "utilization_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/podautoscaler/metrics", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/extensions/install:go_default_library", diff --git a/pkg/controller/podgc/BUILD b/pkg/controller/podgc/BUILD index da2b2317ae..66ca7696e0 100644 --- a/pkg/controller/podgc/BUILD +++ b/pkg/controller/podgc/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["gc_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/podgc", deps = [ "//pkg/controller:go_default_library", "//pkg/controller/testutil:go_default_library", diff --git a/pkg/controller/replicaset/BUILD b/pkg/controller/replicaset/BUILD index 7ad0a4ca3d..20a82ccf33 100644 --- a/pkg/controller/replicaset/BUILD +++ b/pkg/controller/replicaset/BUILD @@ -49,7 +49,6 @@ go_test( "replica_set_utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/replicaset", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/controller:go_default_library", diff --git a/pkg/controller/replication/BUILD b/pkg/controller/replication/BUILD index 6e9e1710be..c3f4b39782 100644 --- a/pkg/controller/replication/BUILD +++ b/pkg/controller/replication/BUILD @@ -48,7 +48,6 @@ go_test( name = "go_default_test", srcs = ["replication_controller_utils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/replication", deps = ["//vendor/k8s.io/api/core/v1:go_default_library"], ) diff --git a/pkg/controller/resourcequota/BUILD b/pkg/controller/resourcequota/BUILD index 001f1dbfa7..8f4e73219a 100644 --- a/pkg/controller/resourcequota/BUILD +++ b/pkg/controller/resourcequota/BUILD @@ -47,7 +47,6 @@ go_test( name = "go_default_test", srcs = ["resource_quota_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/resourcequota", deps = [ "//pkg/controller:go_default_library", "//pkg/quota:go_default_library", diff --git a/pkg/controller/route/BUILD b/pkg/controller/route/BUILD index 9f9fea1073..fe0e240fe3 100644 --- a/pkg/controller/route/BUILD +++ b/pkg/controller/route/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["route_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/route", deps = [ "//pkg/api/v1/node:go_default_library", "//pkg/cloudprovider:go_default_library", diff --git a/pkg/controller/service/BUILD b/pkg/controller/service/BUILD index 3281122a1d..588f7fce6a 100644 --- a/pkg/controller/service/BUILD +++ b/pkg/controller/service/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["service_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/service", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/cloudprovider/providers/fake:go_default_library", diff --git a/pkg/controller/serviceaccount/BUILD b/pkg/controller/serviceaccount/BUILD index 32a8a79355..e892621662 100644 --- a/pkg/controller/serviceaccount/BUILD +++ b/pkg/controller/serviceaccount/BUILD @@ -52,7 +52,6 @@ go_test( "tokens_controller_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/serviceaccount", deps = [ "//pkg/apis/core:go_default_library", "//pkg/controller:go_default_library", diff --git a/pkg/controller/statefulset/BUILD b/pkg/controller/statefulset/BUILD index 2ff7579399..22f6b9f8a0 100644 --- a/pkg/controller/statefulset/BUILD +++ b/pkg/controller/statefulset/BUILD @@ -55,7 +55,6 @@ go_test( "stateful_set_utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/statefulset", deps = [ "//pkg/api/v1/pod:go_default_library", "//pkg/apis/apps/install:go_default_library", diff --git a/pkg/controller/ttl/BUILD b/pkg/controller/ttl/BUILD index 7ba7c58706..50cb9757ec 100644 --- a/pkg/controller/ttl/BUILD +++ b/pkg/controller/ttl/BUILD @@ -45,7 +45,6 @@ go_test( name = "go_default_test", srcs = ["ttl_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/ttl", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/controller/volume/attachdetach/BUILD b/pkg/controller/volume/attachdetach/BUILD index 77a6feacd8..d0d8ccfca1 100644 --- a/pkg/controller/volume/attachdetach/BUILD +++ b/pkg/controller/volume/attachdetach/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["attach_detach_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/attachdetach", deps = [ "//pkg/controller:go_default_library", "//pkg/controller/volume/attachdetach/cache:go_default_library", diff --git a/pkg/controller/volume/attachdetach/cache/BUILD b/pkg/controller/volume/attachdetach/cache/BUILD index 91ab48ee3f..794c85e4a6 100644 --- a/pkg/controller/volume/attachdetach/cache/BUILD +++ b/pkg/controller/volume/attachdetach/cache/BUILD @@ -31,7 +31,6 @@ go_test( "desired_state_of_world_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache", deps = [ "//pkg/controller/volume/attachdetach/testing:go_default_library", "//pkg/volume/testing:go_default_library", diff --git a/pkg/controller/volume/attachdetach/populator/BUILD b/pkg/controller/volume/attachdetach/populator/BUILD index e479149bf1..0f88c9bf36 100644 --- a/pkg/controller/volume/attachdetach/populator/BUILD +++ b/pkg/controller/volume/attachdetach/populator/BUILD @@ -42,7 +42,6 @@ go_test( name = "go_default_test", srcs = ["desired_state_of_world_populator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/attachdetach/populator", deps = [ "//pkg/controller:go_default_library", "//pkg/controller/volume/attachdetach/cache:go_default_library", diff --git a/pkg/controller/volume/attachdetach/reconciler/BUILD b/pkg/controller/volume/attachdetach/reconciler/BUILD index f203ceb42a..a2e8802c51 100644 --- a/pkg/controller/volume/attachdetach/reconciler/BUILD +++ b/pkg/controller/volume/attachdetach/reconciler/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["reconciler_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler", deps = [ "//pkg/controller:go_default_library", "//pkg/controller/volume/attachdetach/cache:go_default_library", diff --git a/pkg/controller/volume/expand/cache/BUILD b/pkg/controller/volume/expand/cache/BUILD index 4dcb814a2d..68b2315974 100644 --- a/pkg/controller/volume/expand/cache/BUILD +++ b/pkg/controller/volume/expand/cache/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["volume_resize_map_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/expand/cache", deps = [ "//pkg/volume/util/types:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/controller/volume/persistentvolume/BUILD b/pkg/controller/volume/persistentvolume/BUILD index 733472f951..ce4ba2555a 100644 --- a/pkg/controller/volume/persistentvolume/BUILD +++ b/pkg/controller/volume/persistentvolume/BUILD @@ -75,7 +75,6 @@ go_test( "scheduler_binder_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/persistentvolume", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/controller/volume/pvcprotection/BUILD b/pkg/controller/volume/pvcprotection/BUILD index ebc1bb28de..76a0f1561d 100644 --- a/pkg/controller/volume/pvcprotection/BUILD +++ b/pkg/controller/volume/pvcprotection/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["pvc_protection_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/pvcprotection", deps = [ "//pkg/controller:go_default_library", "//pkg/volume/util:go_default_library", diff --git a/pkg/controller/volume/pvprotection/BUILD b/pkg/controller/volume/pvprotection/BUILD index 87ad0890ce..76aae9387f 100644 --- a/pkg/controller/volume/pvprotection/BUILD +++ b/pkg/controller/volume/pvprotection/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["pv_protection_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/controller/volume/pvprotection", deps = [ "//pkg/controller:go_default_library", "//pkg/volume/util:go_default_library", diff --git a/pkg/credentialprovider/BUILD b/pkg/credentialprovider/BUILD index 4cec1e472c..e397729b71 100644 --- a/pkg/credentialprovider/BUILD +++ b/pkg/credentialprovider/BUILD @@ -31,7 +31,6 @@ go_test( "provider_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/credentialprovider", deps = ["//vendor/github.com/docker/docker/api/types:go_default_library"], ) diff --git a/pkg/credentialprovider/aws/BUILD b/pkg/credentialprovider/aws/BUILD index 5c66c309db..1985724355 100644 --- a/pkg/credentialprovider/aws/BUILD +++ b/pkg/credentialprovider/aws/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["aws_credentials_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/credentialprovider/aws", deps = [ "//pkg/credentialprovider:go_default_library", "//vendor/github.com/aws/aws-sdk-go/aws:go_default_library", diff --git a/pkg/credentialprovider/azure/BUILD b/pkg/credentialprovider/azure/BUILD index afb23f31b7..a52c99dbc8 100644 --- a/pkg/credentialprovider/azure/BUILD +++ b/pkg/credentialprovider/azure/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["azure_credentials_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/credentialprovider/azure", deps = [ "//vendor/github.com/Azure/azure-sdk-for-go/arm/containerregistry:go_default_library", "//vendor/github.com/Azure/go-autorest/autorest/to:go_default_library", diff --git a/pkg/credentialprovider/gcp/BUILD b/pkg/credentialprovider/gcp/BUILD index 0a3b647a96..8f39959603 100644 --- a/pkg/credentialprovider/gcp/BUILD +++ b/pkg/credentialprovider/gcp/BUILD @@ -32,7 +32,6 @@ go_test( "metadata_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/credentialprovider/gcp", deps = [ "//pkg/credentialprovider:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/net:go_default_library", diff --git a/pkg/credentialprovider/rancher/BUILD b/pkg/credentialprovider/rancher/BUILD index 8d5150e6aa..af1f490b10 100644 --- a/pkg/credentialprovider/rancher/BUILD +++ b/pkg/credentialprovider/rancher/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["rancher_registry_credentials_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/credentialprovider/rancher", deps = [ "//pkg/credentialprovider:go_default_library", "//vendor/github.com/rancher/go-rancher/client:go_default_library", diff --git a/pkg/fieldpath/BUILD b/pkg/fieldpath/BUILD index 00cda4dc14..b3cde577f4 100644 --- a/pkg/fieldpath/BUILD +++ b/pkg/fieldpath/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["fieldpath_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/fieldpath", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/kubeapiserver/admission/BUILD b/pkg/kubeapiserver/admission/BUILD index eb3da8d7b3..1f39808cd7 100644 --- a/pkg/kubeapiserver/admission/BUILD +++ b/pkg/kubeapiserver/admission/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["initializer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubeapiserver/admission", deps = ["//vendor/k8s.io/apiserver/pkg/admission:go_default_library"], ) diff --git a/pkg/kubeapiserver/authorizer/BUILD b/pkg/kubeapiserver/authorizer/BUILD index a3597f0dbc..59bd54a40c 100644 --- a/pkg/kubeapiserver/authorizer/BUILD +++ b/pkg/kubeapiserver/authorizer/BUILD @@ -13,7 +13,6 @@ go_test( "//pkg/auth/authorizer/abac:example_policy", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubeapiserver/authorizer", deps = ["//pkg/kubeapiserver/authorizer/modes:go_default_library"], ) diff --git a/pkg/kubeapiserver/authorizer/modes/BUILD b/pkg/kubeapiserver/authorizer/modes/BUILD index 038d64aa1f..2917647362 100644 --- a/pkg/kubeapiserver/authorizer/modes/BUILD +++ b/pkg/kubeapiserver/authorizer/modes/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["modes_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes", ) go_library( diff --git a/pkg/kubeapiserver/options/BUILD b/pkg/kubeapiserver/options/BUILD index 04a579d01f..3efa1a327c 100644 --- a/pkg/kubeapiserver/options/BUILD +++ b/pkg/kubeapiserver/options/BUILD @@ -93,6 +93,5 @@ go_test( "storage_versions_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubeapiserver/options", deps = ["//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library"], ) diff --git a/pkg/kubectl/BUILD b/pkg/kubectl/BUILD index d0694ddd15..9bfaf2fc7d 100644 --- a/pkg/kubectl/BUILD +++ b/pkg/kubectl/BUILD @@ -37,7 +37,6 @@ go_test( "sorting_printer_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/kubectl/apply/parse/BUILD b/pkg/kubectl/apply/parse/BUILD index aedfc3f8a7..4de8ed1cfe 100644 --- a/pkg/kubectl/apply/parse/BUILD +++ b/pkg/kubectl/apply/parse/BUILD @@ -29,7 +29,6 @@ go_test( data = [ "//api/openapi-spec:swagger-spec", ], - importpath = "k8s.io/kubernetes/pkg/kubectl/apply/parse_test", deps = [ "//vendor/github.com/onsi/ginkgo:go_default_library", "//vendor/github.com/onsi/ginkgo/config:go_default_library", diff --git a/pkg/kubectl/apply/strategy/BUILD b/pkg/kubectl/apply/strategy/BUILD index e1810a7862..2013ea7c27 100644 --- a/pkg/kubectl/apply/strategy/BUILD +++ b/pkg/kubectl/apply/strategy/BUILD @@ -33,7 +33,6 @@ go_test( ":swagger-spec", "//api/openapi-spec:swagger-spec", ], - importpath = "k8s.io/kubernetes/pkg/kubectl/apply/strategy_test", deps = [ ":go_default_library", "//pkg/kubectl/apply:go_default_library", diff --git a/pkg/kubectl/apps/BUILD b/pkg/kubectl/apps/BUILD index e60af52bd6..8196224518 100644 --- a/pkg/kubectl/apps/BUILD +++ b/pkg/kubectl/apps/BUILD @@ -32,7 +32,6 @@ go_test( "apps_suite_test.go", "kind_visitor_test.go", ], - importpath = "k8s.io/kubernetes/pkg/kubectl/apps_test", deps = [ ":go_default_library", "//vendor/github.com/onsi/ginkgo:go_default_library", diff --git a/pkg/kubectl/categories/BUILD b/pkg/kubectl/categories/BUILD index 433cad9130..2a7d7588ec 100644 --- a/pkg/kubectl/categories/BUILD +++ b/pkg/kubectl/categories/BUILD @@ -15,7 +15,6 @@ go_test( name = "go_default_test", srcs = ["categories_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/categories", deps = [ "//vendor/github.com/googleapis/gnostic/OpenAPIv2:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/kubectl/cmd/BUILD b/pkg/kubectl/cmd/BUILD index e8601c2e38..647cb72ca0 100644 --- a/pkg/kubectl/cmd/BUILD +++ b/pkg/kubectl/cmd/BUILD @@ -208,7 +208,6 @@ go_test( "//test/fixtures", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/kubectl/cmd/auth/BUILD b/pkg/kubectl/cmd/auth/BUILD index 3393ed5aab..a56d23420d 100644 --- a/pkg/kubectl/cmd/auth/BUILD +++ b/pkg/kubectl/cmd/auth/BUILD @@ -51,7 +51,6 @@ go_test( name = "go_default_test", srcs = ["cani_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/auth", deps = [ "//pkg/kubectl/cmd/testing:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/pkg/kubectl/cmd/config/BUILD b/pkg/kubectl/cmd/config/BUILD index 5bdadef9ce..ba56eab4b3 100644 --- a/pkg/kubectl/cmd/config/BUILD +++ b/pkg/kubectl/cmd/config/BUILD @@ -62,7 +62,6 @@ go_test( "view_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/config", deps = [ "//pkg/kubectl/cmd/util:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/pkg/kubectl/cmd/resource/BUILD b/pkg/kubectl/cmd/resource/BUILD index cea1a70a4d..dc5786fc8d 100644 --- a/pkg/kubectl/cmd/resource/BUILD +++ b/pkg/kubectl/cmd/resource/BUILD @@ -37,7 +37,6 @@ go_test( "//test/fixtures", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/resource", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/api/testing:go_default_library", diff --git a/pkg/kubectl/cmd/set/BUILD b/pkg/kubectl/cmd/set/BUILD index 64f1e6dc7d..2b6546f7e7 100644 --- a/pkg/kubectl/cmd/set/BUILD +++ b/pkg/kubectl/cmd/set/BUILD @@ -57,7 +57,6 @@ go_test( "//test/fixtures", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/set", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/apis/rbac:go_default_library", diff --git a/pkg/kubectl/cmd/testdata/edit/BUILD b/pkg/kubectl/cmd/testdata/edit/BUILD index 18cfd71b78..78fc617568 100644 --- a/pkg/kubectl/cmd/testdata/edit/BUILD +++ b/pkg/kubectl/cmd/testdata/edit/BUILD @@ -7,7 +7,6 @@ load( go_binary( name = "edit", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/testdata/edit", visibility = ["//visibility:public"], ) diff --git a/pkg/kubectl/cmd/util/BUILD b/pkg/kubectl/cmd/util/BUILD index cc4a42a17a..c62a119979 100644 --- a/pkg/kubectl/cmd/util/BUILD +++ b/pkg/kubectl/cmd/util/BUILD @@ -99,7 +99,6 @@ go_test( "//api/swagger-spec", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util", visibility = [ "//build/visible_to:COMMON_testing", ], diff --git a/pkg/kubectl/cmd/util/editor/BUILD b/pkg/kubectl/cmd/util/editor/BUILD index 7ccb044444..1533b35a45 100644 --- a/pkg/kubectl/cmd/util/editor/BUILD +++ b/pkg/kubectl/cmd/util/editor/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["editor_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/editor", ) filegroup( diff --git a/pkg/kubectl/cmd/util/env/BUILD b/pkg/kubectl/cmd/util/env/BUILD index 076e0b3a04..ecdf11acb3 100644 --- a/pkg/kubectl/cmd/util/env/BUILD +++ b/pkg/kubectl/cmd/util/env/BUILD @@ -38,5 +38,4 @@ go_test( name = "go_default_test", srcs = ["env_parse_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/env", ) diff --git a/pkg/kubectl/cmd/util/openapi/BUILD b/pkg/kubectl/cmd/util/openapi/BUILD index 149567c293..bb6b3e2404 100644 --- a/pkg/kubectl/cmd/util/openapi/BUILD +++ b/pkg/kubectl/cmd/util/openapi/BUILD @@ -33,7 +33,6 @@ go_test( "openapi_test.go", ], data = ["//api/openapi-spec:swagger-spec"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi_test", deps = [ ":go_default_library", "//pkg/kubectl/cmd/util/openapi/testing:go_default_library", diff --git a/pkg/kubectl/cmd/util/openapi/validation/BUILD b/pkg/kubectl/cmd/util/openapi/validation/BUILD index c0a473ebff..b1fa6fb0ae 100644 --- a/pkg/kubectl/cmd/util/openapi/validation/BUILD +++ b/pkg/kubectl/cmd/util/openapi/validation/BUILD @@ -28,7 +28,6 @@ go_test( ], data = ["//api/openapi-spec:swagger-spec"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi/validation", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/kubectl/cmd/util/openapi:go_default_library", diff --git a/pkg/kubectl/explain/BUILD b/pkg/kubectl/explain/BUILD index c2a86e3b8e..a873680c52 100644 --- a/pkg/kubectl/explain/BUILD +++ b/pkg/kubectl/explain/BUILD @@ -48,7 +48,6 @@ go_test( ], data = ["test-swagger.json"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/explain", deps = [ "//pkg/kubectl/cmd/testing:go_default_library", "//pkg/kubectl/cmd/util/openapi/testing:go_default_library", diff --git a/pkg/kubectl/plugins/BUILD b/pkg/kubectl/plugins/BUILD index a2762649a9..e2f32b7d60 100644 --- a/pkg/kubectl/plugins/BUILD +++ b/pkg/kubectl/plugins/BUILD @@ -45,6 +45,5 @@ go_test( "runner_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/plugins", deps = ["//vendor/github.com/spf13/pflag:go_default_library"], ) diff --git a/pkg/kubectl/proxy/BUILD b/pkg/kubectl/proxy/BUILD index a1b5e471bf..1f7b6e9595 100644 --- a/pkg/kubectl/proxy/BUILD +++ b/pkg/kubectl/proxy/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["proxy_server_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/proxy", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/proxy:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library", diff --git a/pkg/kubectl/resource/BUILD b/pkg/kubectl/resource/BUILD index e10135dcda..fc5d020538 100644 --- a/pkg/kubectl/resource/BUILD +++ b/pkg/kubectl/resource/BUILD @@ -55,7 +55,6 @@ go_test( "//test/fixtures", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/resource", deps = [ "//pkg/kubectl/categories:go_default_library", "//pkg/kubectl/scheme:go_default_library", diff --git a/pkg/kubectl/util/BUILD b/pkg/kubectl/util/BUILD index ad6cb42bbf..16c098d196 100644 --- a/pkg/kubectl/util/BUILD +++ b/pkg/kubectl/util/BUILD @@ -117,7 +117,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/intstr:go_default_library", diff --git a/pkg/kubectl/util/hash/BUILD b/pkg/kubectl/util/hash/BUILD index 6e6804a384..8c1c4a34c3 100644 --- a/pkg/kubectl/util/hash/BUILD +++ b/pkg/kubectl/util/hash/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["hash_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util/hash", deps = ["//vendor/k8s.io/api/core/v1:go_default_library"], ) diff --git a/pkg/kubectl/util/i18n/BUILD b/pkg/kubectl/util/i18n/BUILD index 365ff2d7e1..366fd39d71 100644 --- a/pkg/kubectl/util/i18n/BUILD +++ b/pkg/kubectl/util/i18n/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["i18n_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util/i18n", ) filegroup( diff --git a/pkg/kubectl/util/slice/BUILD b/pkg/kubectl/util/slice/BUILD index 2e7cd8e01e..c786caaf9c 100644 --- a/pkg/kubectl/util/slice/BUILD +++ b/pkg/kubectl/util/slice/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["slice_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util/slice", ) filegroup( diff --git a/pkg/kubectl/util/term/BUILD b/pkg/kubectl/util/term/BUILD index 8d0e6cfcc6..3c0db1dc68 100644 --- a/pkg/kubectl/util/term/BUILD +++ b/pkg/kubectl/util/term/BUILD @@ -94,7 +94,6 @@ go_test( name = "go_default_test", srcs = ["term_writer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util/term", ) filegroup( diff --git a/pkg/kubectl/util/transport/BUILD b/pkg/kubectl/util/transport/BUILD index ffdf4a2607..c077a903c5 100644 --- a/pkg/kubectl/util/transport/BUILD +++ b/pkg/kubectl/util/transport/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["round_tripper_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/util/transport", ) filegroup( diff --git a/pkg/kubectl/validation/BUILD b/pkg/kubectl/validation/BUILD index 647f0a8e20..5ab2958b41 100644 --- a/pkg/kubectl/validation/BUILD +++ b/pkg/kubectl/validation/BUILD @@ -18,7 +18,6 @@ go_test( ":testdata", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubectl/validation", ) go_library( diff --git a/pkg/kubelet/BUILD b/pkg/kubelet/BUILD index 9a840ff5df..79ed5b0818 100644 --- a/pkg/kubelet/BUILD +++ b/pkg/kubelet/BUILD @@ -163,7 +163,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/kubelet/apis/kubeletconfig/BUILD b/pkg/kubelet/apis/kubeletconfig/BUILD index 2771cc9f02..0aa5579dde 100644 --- a/pkg/kubelet/apis/kubeletconfig/BUILD +++ b/pkg/kubelet/apis/kubeletconfig/BUILD @@ -46,7 +46,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/validation/field:go_default_library", diff --git a/pkg/kubelet/apis/kubeletconfig/scheme/BUILD b/pkg/kubelet/apis/kubeletconfig/scheme/BUILD index 7e6910400d..246d476bce 100644 --- a/pkg/kubelet/apis/kubeletconfig/scheme/BUILD +++ b/pkg/kubelet/apis/kubeletconfig/scheme/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["scheme_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/scheme", deps = [ "//pkg/kubelet/apis/kubeletconfig/fuzzer:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", diff --git a/pkg/kubelet/apis/kubeletconfig/validation/BUILD b/pkg/kubelet/apis/kubeletconfig/validation/BUILD index cbcbb789c8..18fbe0afdf 100644 --- a/pkg/kubelet/apis/kubeletconfig/validation/BUILD +++ b/pkg/kubelet/apis/kubeletconfig/validation/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/validation", deps = [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/errors:go_default_library", diff --git a/pkg/kubelet/cadvisor/BUILD b/pkg/kubelet/cadvisor/BUILD index 86d32564ce..5f73322bb2 100644 --- a/pkg/kubelet/cadvisor/BUILD +++ b/pkg/kubelet/cadvisor/BUILD @@ -101,7 +101,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cadvisor", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/apis/core/v1/helper:go_default_library", diff --git a/pkg/kubelet/certificate/BUILD b/pkg/kubelet/certificate/BUILD index ae9d656c34..23ec4341c5 100644 --- a/pkg/kubelet/certificate/BUILD +++ b/pkg/kubelet/certificate/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["transport_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/certificate", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library", diff --git a/pkg/kubelet/certificate/bootstrap/BUILD b/pkg/kubelet/certificate/bootstrap/BUILD index ac22f80b2c..74fd47647f 100644 --- a/pkg/kubelet/certificate/bootstrap/BUILD +++ b/pkg/kubelet/certificate/bootstrap/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["bootstrap_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/diff:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library", diff --git a/pkg/kubelet/checkpoint/BUILD b/pkg/kubelet/checkpoint/BUILD index 8886a834dc..c04d198192 100644 --- a/pkg/kubelet/checkpoint/BUILD +++ b/pkg/kubelet/checkpoint/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["checkpoint_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/checkpoint", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/client/BUILD b/pkg/kubelet/client/BUILD index 036817bf99..0d21851072 100644 --- a/pkg/kubelet/client/BUILD +++ b/pkg/kubelet/client/BUILD @@ -26,7 +26,6 @@ go_test( srcs = ["kubelet_client_test.go"], data = ["//pkg/client/testdata"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/client", deps = [ "//vendor/k8s.io/client-go/kubernetes/typed/core/v1:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library", diff --git a/pkg/kubelet/cm/BUILD b/pkg/kubelet/cm/BUILD index 7cf3c76aaa..7b824f7cb4 100644 --- a/pkg/kubelet/cm/BUILD +++ b/pkg/kubelet/cm/BUILD @@ -192,7 +192,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/eviction/api:go_default_library", diff --git a/pkg/kubelet/cm/cpumanager/BUILD b/pkg/kubelet/cm/cpumanager/BUILD index a880385dc9..26d292e5f8 100644 --- a/pkg/kubelet/cm/cpumanager/BUILD +++ b/pkg/kubelet/cm/cpumanager/BUILD @@ -37,7 +37,6 @@ go_test( "policy_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm/cpumanager", deps = [ "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", "//pkg/kubelet/cm/cpumanager/state:go_default_library", diff --git a/pkg/kubelet/cm/cpumanager/state/BUILD b/pkg/kubelet/cm/cpumanager/state/BUILD index 31f18d0a3a..bcaf0045a0 100644 --- a/pkg/kubelet/cm/cpumanager/state/BUILD +++ b/pkg/kubelet/cm/cpumanager/state/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["state_file_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/state", deps = ["//pkg/kubelet/cm/cpuset:go_default_library"], ) diff --git a/pkg/kubelet/cm/cpumanager/topology/BUILD b/pkg/kubelet/cm/cpumanager/topology/BUILD index e50c09ffd0..e9f6407855 100644 --- a/pkg/kubelet/cm/cpumanager/topology/BUILD +++ b/pkg/kubelet/cm/cpumanager/topology/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["topology_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/topology", deps = ["//vendor/github.com/google/cadvisor/info/v1:go_default_library"], ) diff --git a/pkg/kubelet/cm/cpuset/BUILD b/pkg/kubelet/cm/cpuset/BUILD index eadcb49b2b..89126d680e 100644 --- a/pkg/kubelet/cm/cpuset/BUILD +++ b/pkg/kubelet/cm/cpuset/BUILD @@ -12,7 +12,6 @@ go_test( name = "go_default_test", srcs = ["cpuset_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm/cpuset", ) filegroup( diff --git a/pkg/kubelet/cm/devicemanager/BUILD b/pkg/kubelet/cm/devicemanager/BUILD index 7b6077bc55..5eb39a0cc9 100644 --- a/pkg/kubelet/cm/devicemanager/BUILD +++ b/pkg/kubelet/cm/devicemanager/BUILD @@ -38,7 +38,6 @@ go_test( "manager_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/cm/devicemanager", deps = [ "//pkg/kubelet/apis/deviceplugin/v1alpha:go_default_library", "//pkg/kubelet/lifecycle:go_default_library", diff --git a/pkg/kubelet/config/BUILD b/pkg/kubelet/config/BUILD index f7023cb08c..47b675d732 100644 --- a/pkg/kubelet/config/BUILD +++ b/pkg/kubelet/config/BUILD @@ -99,7 +99,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/config", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/kubelet/configmap/BUILD b/pkg/kubelet/configmap/BUILD index f7ad67e8ee..4762f1e9b2 100644 --- a/pkg/kubelet/configmap/BUILD +++ b/pkg/kubelet/configmap/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["configmap_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/configmap", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/container/BUILD b/pkg/kubelet/container/BUILD index e35e7046bc..1ea5866b0f 100644 --- a/pkg/kubelet/container/BUILD +++ b/pkg/kubelet/container/BUILD @@ -88,7 +88,6 @@ go_test( "sync_result_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/container", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", @@ -102,7 +101,6 @@ go_test( go_test( name = "go_default_xtest", srcs = ["runtime_cache_test.go"], - importpath = "k8s.io/kubernetes/pkg/kubelet/container_test", deps = [ ":go_default_library", "//pkg/kubelet/container/testing:go_default_library", diff --git a/pkg/kubelet/custommetrics/BUILD b/pkg/kubelet/custommetrics/BUILD index 4ef2394966..bbd5d04b51 100644 --- a/pkg/kubelet/custommetrics/BUILD +++ b/pkg/kubelet/custommetrics/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["custom_metrics_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/custommetrics", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/dockershim/BUILD b/pkg/kubelet/dockershim/BUILD index 7fb4f83a3e..eee71bccb1 100644 --- a/pkg/kubelet/dockershim/BUILD +++ b/pkg/kubelet/dockershim/BUILD @@ -155,7 +155,6 @@ go_test( data = [ ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/dockershim", deps = [ "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/pkg/kubelet/dockershim/libdocker/BUILD b/pkg/kubelet/dockershim/libdocker/BUILD index 364600ea0b..e3e75cff4c 100644 --- a/pkg/kubelet/dockershim/libdocker/BUILD +++ b/pkg/kubelet/dockershim/libdocker/BUILD @@ -13,7 +13,6 @@ go_test( "kube_docker_client_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker", deps = [ "//vendor/github.com/docker/docker/api/types:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/envvars/BUILD b/pkg/kubelet/envvars/BUILD index 0583ebdf13..aa438e800a 100644 --- a/pkg/kubelet/envvars/BUILD +++ b/pkg/kubelet/envvars/BUILD @@ -22,7 +22,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["envvars_test.go"], - importpath = "k8s.io/kubernetes/pkg/kubelet/envvars_test", deps = [ ":go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/eviction/BUILD b/pkg/kubelet/eviction/BUILD index 33c570f3b4..caa68996fc 100644 --- a/pkg/kubelet/eviction/BUILD +++ b/pkg/kubelet/eviction/BUILD @@ -13,7 +13,6 @@ go_test( "helpers_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/eviction", deps = [ "//pkg/apis/core:go_default_library", "//pkg/features:go_default_library", diff --git a/pkg/kubelet/gpu/nvidia/BUILD b/pkg/kubelet/gpu/nvidia/BUILD index 8f8dd72a4c..28feb876ff 100644 --- a/pkg/kubelet/gpu/nvidia/BUILD +++ b/pkg/kubelet/gpu/nvidia/BUILD @@ -41,7 +41,6 @@ go_test( name = "go_default_test", srcs = ["nvidia_gpu_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/gpu/nvidia", deps = [ "//pkg/kubelet/dockershim:go_default_library", "//pkg/kubelet/dockershim/libdocker:go_default_library", diff --git a/pkg/kubelet/images/BUILD b/pkg/kubelet/images/BUILD index c47aabd43f..c4d0e2bf53 100644 --- a/pkg/kubelet/images/BUILD +++ b/pkg/kubelet/images/BUILD @@ -40,7 +40,6 @@ go_test( "image_manager_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/images", deps = [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/pkg/kubelet/kubeletconfig/checkpoint/BUILD b/pkg/kubelet/kubeletconfig/checkpoint/BUILD index 3de4cd1daf..a04eed0d3f 100644 --- a/pkg/kubelet/kubeletconfig/checkpoint/BUILD +++ b/pkg/kubelet/kubeletconfig/checkpoint/BUILD @@ -14,7 +14,6 @@ go_test( "download_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint", deps = [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", "//pkg/kubelet/apis/kubeletconfig/scheme:go_default_library", diff --git a/pkg/kubelet/kubeletconfig/checkpoint/store/BUILD b/pkg/kubelet/kubeletconfig/checkpoint/store/BUILD index 1c61c026a2..035a9641d6 100644 --- a/pkg/kubelet/kubeletconfig/checkpoint/store/BUILD +++ b/pkg/kubelet/kubeletconfig/checkpoint/store/BUILD @@ -13,7 +13,6 @@ go_test( "store_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store", deps = [ "//pkg/kubelet/kubeletconfig/checkpoint:go_default_library", "//pkg/kubelet/kubeletconfig/util/files:go_default_library", diff --git a/pkg/kubelet/kubeletconfig/configfiles/BUILD b/pkg/kubelet/kubeletconfig/configfiles/BUILD index 6754ddfc71..55bee6fe56 100644 --- a/pkg/kubelet/kubeletconfig/configfiles/BUILD +++ b/pkg/kubelet/kubeletconfig/configfiles/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["configfiles_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles", deps = [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", "//pkg/kubelet/apis/kubeletconfig/scheme:go_default_library", diff --git a/pkg/kubelet/kuberuntime/BUILD b/pkg/kubelet/kuberuntime/BUILD index 4a6fc209a9..e17005eb3d 100644 --- a/pkg/kubelet/kuberuntime/BUILD +++ b/pkg/kubelet/kuberuntime/BUILD @@ -82,7 +82,6 @@ go_test( "security_context_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/kuberuntime", deps = [ "//pkg/credentialprovider:go_default_library", "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", diff --git a/pkg/kubelet/kuberuntime/logs/BUILD b/pkg/kubelet/kuberuntime/logs/BUILD index 18ddfa31e6..ffccbf2d32 100644 --- a/pkg/kubelet/kuberuntime/logs/BUILD +++ b/pkg/kubelet/kuberuntime/logs/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["logs_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/kuberuntime/logs", deps = [ "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/lifecycle/BUILD b/pkg/kubelet/lifecycle/BUILD index a1a64a03e1..96af196fe8 100644 --- a/pkg/kubelet/lifecycle/BUILD +++ b/pkg/kubelet/lifecycle/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["handlers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/lifecycle", deps = [ "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/util/format:go_default_library", diff --git a/pkg/kubelet/metrics/collectors/BUILD b/pkg/kubelet/metrics/collectors/BUILD index 66b6f240f1..792e8cf350 100644 --- a/pkg/kubelet/metrics/collectors/BUILD +++ b/pkg/kubelet/metrics/collectors/BUILD @@ -22,7 +22,6 @@ go_test( "volume_stats_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/metrics/collectors", deps = [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", "//pkg/kubelet/server/stats/testing:go_default_library", diff --git a/pkg/kubelet/mountpod/BUILD b/pkg/kubelet/mountpod/BUILD index cd187e515b..f606715ab7 100644 --- a/pkg/kubelet/mountpod/BUILD +++ b/pkg/kubelet/mountpod/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["mount_pod_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/mountpod", deps = [ "//pkg/kubelet/configmap:go_default_library", "//pkg/kubelet/pod:go_default_library", diff --git a/pkg/kubelet/network/cni/BUILD b/pkg/kubelet/network/cni/BUILD index ce04e2d465..b21f8bee14 100644 --- a/pkg/kubelet/network/cni/BUILD +++ b/pkg/kubelet/network/cni/BUILD @@ -72,7 +72,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/cni", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", diff --git a/pkg/kubelet/network/dns/BUILD b/pkg/kubelet/network/dns/BUILD index 296c839ede..28989f99d5 100644 --- a/pkg/kubelet/network/dns/BUILD +++ b/pkg/kubelet/network/dns/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["dns_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/dns", deps = [ "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/network/hairpin/BUILD b/pkg/kubelet/network/hairpin/BUILD index 8ef0197c84..6081b12b29 100644 --- a/pkg/kubelet/network/hairpin/BUILD +++ b/pkg/kubelet/network/hairpin/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["hairpin_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/hairpin", deps = [ "//vendor/k8s.io/utils/exec:go_default_library", "//vendor/k8s.io/utils/exec/testing:go_default_library", diff --git a/pkg/kubelet/network/hostport/BUILD b/pkg/kubelet/network/hostport/BUILD index 24864a3a53..4f748e75a3 100644 --- a/pkg/kubelet/network/hostport/BUILD +++ b/pkg/kubelet/network/hostport/BUILD @@ -34,7 +34,6 @@ go_test( "hostport_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/hostport", deps = [ "//pkg/util/iptables:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/network/kubenet/BUILD b/pkg/kubelet/network/kubenet/BUILD index 7b451dae9b..d13c20baf9 100644 --- a/pkg/kubelet/network/kubenet/BUILD +++ b/pkg/kubelet/network/kubenet/BUILD @@ -133,7 +133,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/kubenet", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", diff --git a/pkg/kubelet/network/testing/BUILD b/pkg/kubelet/network/testing/BUILD index 2e4525df63..8759b84797 100644 --- a/pkg/kubelet/network/testing/BUILD +++ b/pkg/kubelet/network/testing/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["plugins_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/network/testing", deps = [ "//pkg/kubelet/apis/kubeletconfig:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/pkg/kubelet/pleg/BUILD b/pkg/kubelet/pleg/BUILD index bebd9b42e4..7138d64ba3 100644 --- a/pkg/kubelet/pleg/BUILD +++ b/pkg/kubelet/pleg/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["generic_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/pleg", deps = [ "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/container/testing:go_default_library", diff --git a/pkg/kubelet/pod/BUILD b/pkg/kubelet/pod/BUILD index aa3f1feecb..bba1a722c3 100644 --- a/pkg/kubelet/pod/BUILD +++ b/pkg/kubelet/pod/BUILD @@ -35,7 +35,6 @@ go_test( "pod_manager_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/pod", deps = [ "//pkg/kubelet/configmap:go_default_library", "//pkg/kubelet/container:go_default_library", diff --git a/pkg/kubelet/preemption/BUILD b/pkg/kubelet/preemption/BUILD index 58899d1cd0..a718179326 100644 --- a/pkg/kubelet/preemption/BUILD +++ b/pkg/kubelet/preemption/BUILD @@ -45,7 +45,6 @@ go_test( name = "go_default_test", srcs = ["preemption_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/preemption", deps = [ "//pkg/apis/core:go_default_library", "//pkg/kubelet/types:go_default_library", diff --git a/pkg/kubelet/prober/BUILD b/pkg/kubelet/prober/BUILD index 4e0d70e290..e208ff07b4 100644 --- a/pkg/kubelet/prober/BUILD +++ b/pkg/kubelet/prober/BUILD @@ -46,7 +46,6 @@ go_test( "worker_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/prober", deps = [ "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/container/testing:go_default_library", diff --git a/pkg/kubelet/prober/results/BUILD b/pkg/kubelet/prober/results/BUILD index 7aaf9701dc..ca3c9045f2 100644 --- a/pkg/kubelet/prober/results/BUILD +++ b/pkg/kubelet/prober/results/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["results_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/prober/results", deps = [ "//pkg/kubelet/container:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/qos/BUILD b/pkg/kubelet/qos/BUILD index 30fd70d5a2..97b797de24 100644 --- a/pkg/kubelet/qos/BUILD +++ b/pkg/kubelet/qos/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["policy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/qos", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/kubelet/remote/BUILD b/pkg/kubelet/remote/BUILD index ccdeed5ce1..6f3112676d 100644 --- a/pkg/kubelet/remote/BUILD +++ b/pkg/kubelet/remote/BUILD @@ -46,7 +46,6 @@ go_test( name = "go_default_test", srcs = ["remote_runtime_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/remote", tags = ["automanaged"], deps = [ "//pkg/kubelet/apis/cri:go_default_library", diff --git a/pkg/kubelet/rkt/BUILD b/pkg/kubelet/rkt/BUILD index 40d41ba48e..83c07f979b 100644 --- a/pkg/kubelet/rkt/BUILD +++ b/pkg/kubelet/rkt/BUILD @@ -68,7 +68,6 @@ go_test( "rkt_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/rkt", deps = [ "//pkg/kubelet/container:go_default_library", "//pkg/kubelet/container/testing:go_default_library", diff --git a/pkg/kubelet/secret/BUILD b/pkg/kubelet/secret/BUILD index 6ece4b21f3..1fdb5850c2 100644 --- a/pkg/kubelet/secret/BUILD +++ b/pkg/kubelet/secret/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["secret_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/secret", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/server/BUILD b/pkg/kubelet/server/BUILD index bfc788686a..a310a7d5f8 100644 --- a/pkg/kubelet/server/BUILD +++ b/pkg/kubelet/server/BUILD @@ -57,7 +57,6 @@ go_test( "server_websocket_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/server", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/kubelet/server/portforward/BUILD b/pkg/kubelet/server/portforward/BUILD index b2ceea570e..1b2a5837bb 100644 --- a/pkg/kubelet/server/portforward/BUILD +++ b/pkg/kubelet/server/portforward/BUILD @@ -34,7 +34,6 @@ go_test( "websocket_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/server/portforward", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/httpstream:go_default_library", diff --git a/pkg/kubelet/server/stats/BUILD b/pkg/kubelet/server/stats/BUILD index 381272b502..16a3791a88 100644 --- a/pkg/kubelet/server/stats/BUILD +++ b/pkg/kubelet/server/stats/BUILD @@ -35,7 +35,6 @@ go_test( "volume_stat_calculator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/server/stats", deps = [ "//pkg/kubelet/apis/stats/v1alpha1:go_default_library", "//pkg/kubelet/cm:go_default_library", diff --git a/pkg/kubelet/server/streaming/BUILD b/pkg/kubelet/server/streaming/BUILD index 9c9f9c0c48..64e1760226 100644 --- a/pkg/kubelet/server/streaming/BUILD +++ b/pkg/kubelet/server/streaming/BUILD @@ -35,7 +35,6 @@ go_test( "server_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/server/streaming", deps = [ "//pkg/apis/core:go_default_library", "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", diff --git a/pkg/kubelet/stats/BUILD b/pkg/kubelet/stats/BUILD index 1a77bd2647..5313900156 100644 --- a/pkg/kubelet/stats/BUILD +++ b/pkg/kubelet/stats/BUILD @@ -90,7 +90,6 @@ go_test( "stats_provider_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/stats", deps = [ "//pkg/kubelet/apis/cri/runtime/v1alpha2:go_default_library", "//pkg/kubelet/apis/cri/testing:go_default_library", diff --git a/pkg/kubelet/status/BUILD b/pkg/kubelet/status/BUILD index 99f5a3ad36..ccc78651f0 100644 --- a/pkg/kubelet/status/BUILD +++ b/pkg/kubelet/status/BUILD @@ -38,7 +38,6 @@ go_test( "status_manager_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/status", deps = [ "//pkg/api/v1/pod:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/kubelet/sysctl/BUILD b/pkg/kubelet/sysctl/BUILD index d36e7675b5..351abf1521 100644 --- a/pkg/kubelet/sysctl/BUILD +++ b/pkg/kubelet/sysctl/BUILD @@ -31,7 +31,6 @@ go_test( "whitelist_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/sysctl", deps = ["//vendor/k8s.io/api/core/v1:go_default_library"], ) diff --git a/pkg/kubelet/types/BUILD b/pkg/kubelet/types/BUILD index bebe62b093..0c94c9df6b 100644 --- a/pkg/kubelet/types/BUILD +++ b/pkg/kubelet/types/BUILD @@ -32,7 +32,6 @@ go_test( "types_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/types", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/pkg/kubelet/util/BUILD b/pkg/kubelet/util/BUILD index 0d67713211..261a3d44ac 100644 --- a/pkg/kubelet/util/BUILD +++ b/pkg/kubelet/util/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util", deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"], ) diff --git a/pkg/kubelet/util/cache/BUILD b/pkg/kubelet/util/cache/BUILD index 5fc8634d1f..fd8bda8b84 100644 --- a/pkg/kubelet/util/cache/BUILD +++ b/pkg/kubelet/util/cache/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["object_cache_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util/cache", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", "//vendor/k8s.io/client-go/tools/cache:go_default_library", diff --git a/pkg/kubelet/util/format/BUILD b/pkg/kubelet/util/format/BUILD index 7c008a863c..2d7dc66ce1 100644 --- a/pkg/kubelet/util/format/BUILD +++ b/pkg/kubelet/util/format/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["resources_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util/format", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/kubelet/util/queue/BUILD b/pkg/kubelet/util/queue/BUILD index b241e4687b..8384901fe4 100644 --- a/pkg/kubelet/util/queue/BUILD +++ b/pkg/kubelet/util/queue/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["work_queue_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util/queue", deps = [ "//vendor/k8s.io/apimachinery/pkg/types:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", diff --git a/pkg/kubelet/util/sliceutils/BUILD b/pkg/kubelet/util/sliceutils/BUILD index 04c56005ca..7f9c3e618d 100644 --- a/pkg/kubelet/util/sliceutils/BUILD +++ b/pkg/kubelet/util/sliceutils/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["sliceutils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util/sliceutils", deps = [ "//pkg/kubelet/container:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/kubelet/util/store/BUILD b/pkg/kubelet/util/store/BUILD index f056a5ae69..8697660d7d 100644 --- a/pkg/kubelet/util/store/BUILD +++ b/pkg/kubelet/util/store/BUILD @@ -19,7 +19,6 @@ go_test( "store_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/util/store", deps = [ "//pkg/util/filesystem:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/kubelet/volumemanager/BUILD b/pkg/kubelet/volumemanager/BUILD index 5393d2becf..d0135589fa 100644 --- a/pkg/kubelet/volumemanager/BUILD +++ b/pkg/kubelet/volumemanager/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["volume_manager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/volumemanager", deps = [ "//pkg/kubelet/config:go_default_library", "//pkg/kubelet/configmap:go_default_library", diff --git a/pkg/kubelet/volumemanager/cache/BUILD b/pkg/kubelet/volumemanager/cache/BUILD index dc2899147a..b4cf73fffc 100644 --- a/pkg/kubelet/volumemanager/cache/BUILD +++ b/pkg/kubelet/volumemanager/cache/BUILD @@ -31,7 +31,6 @@ go_test( "desired_state_of_world_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/volumemanager/cache", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/testing:go_default_library", diff --git a/pkg/kubelet/volumemanager/populator/BUILD b/pkg/kubelet/volumemanager/populator/BUILD index 78639a6f74..4cd3412d8c 100644 --- a/pkg/kubelet/volumemanager/populator/BUILD +++ b/pkg/kubelet/volumemanager/populator/BUILD @@ -48,7 +48,6 @@ go_test( name = "go_default_test", srcs = ["desired_state_of_world_populator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/volumemanager/populator", deps = [ "//pkg/kubelet/configmap:go_default_library", "//pkg/kubelet/container/testing:go_default_library", diff --git a/pkg/kubelet/volumemanager/reconciler/BUILD b/pkg/kubelet/volumemanager/reconciler/BUILD index 23b243dd79..b5c657a489 100644 --- a/pkg/kubelet/volumemanager/reconciler/BUILD +++ b/pkg/kubelet/volumemanager/reconciler/BUILD @@ -37,7 +37,6 @@ go_test( name = "go_default_test", srcs = ["reconciler_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler", deps = [ "//pkg/kubelet/volumemanager/cache:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/kubelet/winstats/BUILD b/pkg/kubelet/winstats/BUILD index 34211f896b..a52fb473cc 100644 --- a/pkg/kubelet/winstats/BUILD +++ b/pkg/kubelet/winstats/BUILD @@ -48,7 +48,6 @@ go_test( name = "go_default_test", srcs = ["winstats_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/kubelet/winstats", deps = [ "//vendor/github.com/google/cadvisor/info/v1:go_default_library", "//vendor/github.com/google/cadvisor/info/v2:go_default_library", diff --git a/pkg/master/BUILD b/pkg/master/BUILD index 0b27846269..bf2798d13d 100644 --- a/pkg/master/BUILD +++ b/pkg/master/BUILD @@ -123,7 +123,6 @@ go_test( "master_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/master", race = "off", deps = [ "//pkg/api/legacyscheme:go_default_library", diff --git a/pkg/master/controller/crdregistration/BUILD b/pkg/master/controller/crdregistration/BUILD index ad9b5c2ea5..ccf75639dc 100644 --- a/pkg/master/controller/crdregistration/BUILD +++ b/pkg/master/controller/crdregistration/BUILD @@ -44,7 +44,6 @@ go_test( name = "go_default_test", srcs = ["crdregistration_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/master/controller/crdregistration", deps = [ "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:go_default_library", "//vendor/k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/internalversion:go_default_library", diff --git a/pkg/master/reconcilers/BUILD b/pkg/master/reconcilers/BUILD index 95f7d7ec63..b76adac933 100644 --- a/pkg/master/reconcilers/BUILD +++ b/pkg/master/reconcilers/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["lease_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/master/reconcilers", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/master/tunneler/BUILD b/pkg/master/tunneler/BUILD index 6e817fe31c..686ff7c3dd 100644 --- a/pkg/master/tunneler/BUILD +++ b/pkg/master/tunneler/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["ssh_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/master/tunneler", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", diff --git a/pkg/printers/BUILD b/pkg/printers/BUILD index 953effc640..5257def209 100644 --- a/pkg/printers/BUILD +++ b/pkg/printers/BUILD @@ -40,7 +40,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["customcolumn_test.go"], - importpath = "k8s.io/kubernetes/pkg/printers_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", @@ -72,7 +71,6 @@ go_test( name = "go_default_test", srcs = ["humanreadable_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/printers", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/printers/internalversion/BUILD b/pkg/printers/internalversion/BUILD index 8392537398..48c813413c 100644 --- a/pkg/printers/internalversion/BUILD +++ b/pkg/printers/internalversion/BUILD @@ -14,7 +14,6 @@ go_test( "sorted_resource_name_list_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/printers/internalversion", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/probe/exec/BUILD b/pkg/probe/exec/BUILD index 223945cf08..42b68b510b 100644 --- a/pkg/probe/exec/BUILD +++ b/pkg/probe/exec/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["exec_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/probe/exec", deps = ["//pkg/probe:go_default_library"], ) diff --git a/pkg/probe/http/BUILD b/pkg/probe/http/BUILD index a86e7f981e..c411f77f71 100644 --- a/pkg/probe/http/BUILD +++ b/pkg/probe/http/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["http_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/probe/http", deps = ["//pkg/probe:go_default_library"], ) diff --git a/pkg/probe/tcp/BUILD b/pkg/probe/tcp/BUILD index 6ff7817654..b14c197e25 100644 --- a/pkg/probe/tcp/BUILD +++ b/pkg/probe/tcp/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["tcp_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/probe/tcp", deps = ["//pkg/probe:go_default_library"], ) diff --git a/pkg/proxy/BUILD b/pkg/proxy/BUILD index 82053ce253..feae3f38dd 100644 --- a/pkg/proxy/BUILD +++ b/pkg/proxy/BUILD @@ -56,7 +56,6 @@ go_test( "service_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy", deps = [ "//pkg/api/service:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/proxy/apis/kubeproxyconfig/scheme/BUILD b/pkg/proxy/apis/kubeproxyconfig/scheme/BUILD index fe5599faf6..917b8fa7dd 100644 --- a/pkg/proxy/apis/kubeproxyconfig/scheme/BUILD +++ b/pkg/proxy/apis/kubeproxyconfig/scheme/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["scheme_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/apis/kubeproxyconfig/scheme", deps = [ "//pkg/proxy/apis/kubeproxyconfig/fuzzer:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", diff --git a/pkg/proxy/apis/kubeproxyconfig/validation/BUILD b/pkg/proxy/apis/kubeproxyconfig/validation/BUILD index 319f803453..3319d4b429 100644 --- a/pkg/proxy/apis/kubeproxyconfig/validation/BUILD +++ b/pkg/proxy/apis/kubeproxyconfig/validation/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/apis/kubeproxyconfig/validation", deps = [ "//pkg/proxy/apis/kubeproxyconfig:go_default_library", "//pkg/util/pointer:go_default_library", diff --git a/pkg/proxy/config/BUILD b/pkg/proxy/config/BUILD index 4585bccdda..1f7517cf48 100644 --- a/pkg/proxy/config/BUILD +++ b/pkg/proxy/config/BUILD @@ -31,7 +31,6 @@ go_test( "config_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/config", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/pkg/proxy/healthcheck/BUILD b/pkg/proxy/healthcheck/BUILD index badc9fdb7f..859600f0fd 100644 --- a/pkg/proxy/healthcheck/BUILD +++ b/pkg/proxy/healthcheck/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["healthcheck_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/healthcheck", deps = [ "//vendor/github.com/davecgh/go-spew/spew:go_default_library", "//vendor/k8s.io/apimachinery/pkg/types:go_default_library", diff --git a/pkg/proxy/iptables/BUILD b/pkg/proxy/iptables/BUILD index 9a27ec12d1..796bdcb85e 100644 --- a/pkg/proxy/iptables/BUILD +++ b/pkg/proxy/iptables/BUILD @@ -37,7 +37,6 @@ go_test( name = "go_default_test", srcs = ["proxier_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/iptables", deps = [ "//pkg/apis/core:go_default_library", "//pkg/proxy:go_default_library", diff --git a/pkg/proxy/ipvs/BUILD b/pkg/proxy/ipvs/BUILD index aaf560a062..e6c93255ab 100644 --- a/pkg/proxy/ipvs/BUILD +++ b/pkg/proxy/ipvs/BUILD @@ -13,7 +13,6 @@ go_test( "proxier_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/ipvs", deps = [ "//pkg/apis/core:go_default_library", "//pkg/proxy:go_default_library", diff --git a/pkg/proxy/ipvs/testing/BUILD b/pkg/proxy/ipvs/testing/BUILD index 0e5b33f4b8..576024cee6 100644 --- a/pkg/proxy/ipvs/testing/BUILD +++ b/pkg/proxy/ipvs/testing/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["fake_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/ipvs/testing", deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library"], ) diff --git a/pkg/proxy/userspace/BUILD b/pkg/proxy/userspace/BUILD index dc03a2daa0..95c29711e9 100644 --- a/pkg/proxy/userspace/BUILD +++ b/pkg/proxy/userspace/BUILD @@ -110,7 +110,6 @@ go_test( "roundrobin_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/userspace", deps = [ "//pkg/apis/core:go_default_library", "//pkg/proxy:go_default_library", diff --git a/pkg/proxy/util/BUILD b/pkg/proxy/util/BUILD index 5d92739ec2..712edc76e8 100644 --- a/pkg/proxy/util/BUILD +++ b/pkg/proxy/util/BUILD @@ -28,7 +28,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/util", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/proxy/winuserspace/BUILD b/pkg/proxy/winuserspace/BUILD index 94c05e1874..4a4829c874 100644 --- a/pkg/proxy/winuserspace/BUILD +++ b/pkg/proxy/winuserspace/BUILD @@ -40,7 +40,6 @@ go_test( "roundrobin_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/proxy/winuserspace", deps = [ "//pkg/apis/core:go_default_library", "//pkg/proxy:go_default_library", diff --git a/pkg/quota/BUILD b/pkg/quota/BUILD index 0ae4478e65..dc2584b683 100644 --- a/pkg/quota/BUILD +++ b/pkg/quota/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["resources_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/quota", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/quota/evaluator/core/BUILD b/pkg/quota/evaluator/core/BUILD index 6d70d15395..8d254028c7 100644 --- a/pkg/quota/evaluator/core/BUILD +++ b/pkg/quota/evaluator/core/BUILD @@ -47,7 +47,6 @@ go_test( "services_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/quota/evaluator/core", deps = [ "//pkg/apis/core:go_default_library", "//pkg/quota:go_default_library", diff --git a/pkg/registry/apps/controllerrevision/BUILD b/pkg/registry/apps/controllerrevision/BUILD index 3d9b303ec0..474d6bb1b4 100644 --- a/pkg/registry/apps/controllerrevision/BUILD +++ b/pkg/registry/apps/controllerrevision/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/controllerrevision", deps = [ "//pkg/apis/apps:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/apps/controllerrevision/storage/BUILD b/pkg/registry/apps/controllerrevision/storage/BUILD index 4e79bf9fec..d1d9398a4c 100644 --- a/pkg/registry/apps/controllerrevision/storage/BUILD +++ b/pkg/registry/apps/controllerrevision/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/controllerrevision/storage", deps = [ "//pkg/apis/apps:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/apps/daemonset/BUILD b/pkg/registry/apps/daemonset/BUILD index 0de9faabc8..539803cc1b 100644 --- a/pkg/registry/apps/daemonset/BUILD +++ b/pkg/registry/apps/daemonset/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/daemonset", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/apps/daemonset/storage/BUILD b/pkg/registry/apps/daemonset/storage/BUILD index a8022d83b3..dc992ae1e9 100644 --- a/pkg/registry/apps/daemonset/storage/BUILD +++ b/pkg/registry/apps/daemonset/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/daemonset/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/apps/deployment/BUILD b/pkg/registry/apps/deployment/BUILD index 0c503e82eb..22b2bb4d21 100644 --- a/pkg/registry/apps/deployment/BUILD +++ b/pkg/registry/apps/deployment/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/deployment", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/apps/deployment/storage/BUILD b/pkg/registry/apps/deployment/storage/BUILD index 49f806cddf..0c378e4503 100644 --- a/pkg/registry/apps/deployment/storage/BUILD +++ b/pkg/registry/apps/deployment/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/deployment/storage", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/apps/replicaset/BUILD b/pkg/registry/apps/replicaset/BUILD index 1c20e6fcc4..19f6da91c0 100644 --- a/pkg/registry/apps/replicaset/BUILD +++ b/pkg/registry/apps/replicaset/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/replicaset", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/apps/replicaset/storage/BUILD b/pkg/registry/apps/replicaset/storage/BUILD index f0b53dcb6b..917b635c46 100644 --- a/pkg/registry/apps/replicaset/storage/BUILD +++ b/pkg/registry/apps/replicaset/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/replicaset/storage", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/apps/statefulset/BUILD b/pkg/registry/apps/statefulset/BUILD index 6b0b73a9c8..7e18e5fc52 100644 --- a/pkg/registry/apps/statefulset/BUILD +++ b/pkg/registry/apps/statefulset/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/statefulset", deps = [ "//pkg/apis/apps:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/apps/statefulset/storage/BUILD b/pkg/registry/apps/statefulset/storage/BUILD index da6e4a6878..b67e2fea55 100644 --- a/pkg/registry/apps/statefulset/storage/BUILD +++ b/pkg/registry/apps/statefulset/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/apps/statefulset/storage", deps = [ "//pkg/apis/apps:go_default_library", "//pkg/apis/autoscaling:go_default_library", diff --git a/pkg/registry/authorization/subjectaccessreview/BUILD b/pkg/registry/authorization/subjectaccessreview/BUILD index 569a806518..09d797c1f7 100644 --- a/pkg/registry/authorization/subjectaccessreview/BUILD +++ b/pkg/registry/authorization/subjectaccessreview/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["rest_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/authorization/subjectaccessreview", deps = [ "//pkg/apis/authorization:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", diff --git a/pkg/registry/authorization/util/BUILD b/pkg/registry/authorization/util/BUILD index 285ea9dd9b..b4c9516f81 100644 --- a/pkg/registry/authorization/util/BUILD +++ b/pkg/registry/authorization/util/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/authorization/util", deps = [ "//pkg/apis/authorization:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/pkg/registry/autoscaling/horizontalpodautoscaler/storage/BUILD b/pkg/registry/autoscaling/horizontalpodautoscaler/storage/BUILD index 6883f98628..e5aa971ce1 100644 --- a/pkg/registry/autoscaling/horizontalpodautoscaler/storage/BUILD +++ b/pkg/registry/autoscaling/horizontalpodautoscaler/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/storage", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/batch/cronjob/BUILD b/pkg/registry/batch/cronjob/BUILD index 794a014ff9..ac61eca1d7 100644 --- a/pkg/registry/batch/cronjob/BUILD +++ b/pkg/registry/batch/cronjob/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/batch/cronjob", deps = [ "//pkg/apis/batch:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/batch/cronjob/storage/BUILD b/pkg/registry/batch/cronjob/storage/BUILD index 0705136a13..ab8de0a52b 100644 --- a/pkg/registry/batch/cronjob/storage/BUILD +++ b/pkg/registry/batch/cronjob/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/batch/cronjob/storage", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/apis/batch:go_default_library", diff --git a/pkg/registry/batch/job/BUILD b/pkg/registry/batch/job/BUILD index c440213b87..1c3e57aed4 100644 --- a/pkg/registry/batch/job/BUILD +++ b/pkg/registry/batch/job/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/batch/job", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/api/testing:go_default_library", diff --git a/pkg/registry/batch/job/storage/BUILD b/pkg/registry/batch/job/storage/BUILD index 393ecfa3d6..e53918f074 100644 --- a/pkg/registry/batch/job/storage/BUILD +++ b/pkg/registry/batch/job/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/batch/job/storage", deps = [ "//pkg/apis/batch:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/certificates/certificates/BUILD b/pkg/registry/certificates/certificates/BUILD index b4800e75e9..eea0343fd1 100644 --- a/pkg/registry/certificates/certificates/BUILD +++ b/pkg/registry/certificates/certificates/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/certificates/certificates", deps = [ "//pkg/apis/certificates:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/pkg/registry/core/componentstatus/BUILD b/pkg/registry/core/componentstatus/BUILD index 640e3b9483..d58dd84b1d 100644 --- a/pkg/registry/core/componentstatus/BUILD +++ b/pkg/registry/core/componentstatus/BUILD @@ -34,7 +34,6 @@ go_test( "validator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/componentstatus", deps = [ "//pkg/apis/core:go_default_library", "//pkg/probe:go_default_library", diff --git a/pkg/registry/core/configmap/BUILD b/pkg/registry/core/configmap/BUILD index 01985ff76c..b9f7c6398d 100644 --- a/pkg/registry/core/configmap/BUILD +++ b/pkg/registry/core/configmap/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/configmap", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/registry/core/configmap/storage/BUILD b/pkg/registry/core/configmap/storage/BUILD index 966388a5d2..e059c8b3d4 100644 --- a/pkg/registry/core/configmap/storage/BUILD +++ b/pkg/registry/core/configmap/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/configmap/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/endpoint/storage/BUILD b/pkg/registry/core/endpoint/storage/BUILD index d4a4b4fcbc..05ec6af37f 100644 --- a/pkg/registry/core/endpoint/storage/BUILD +++ b/pkg/registry/core/endpoint/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/endpoint/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/event/BUILD b/pkg/registry/core/event/BUILD index 9e8b3ea38d..53fa733b79 100644 --- a/pkg/registry/core/event/BUILD +++ b/pkg/registry/core/event/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/event", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/event/storage/BUILD b/pkg/registry/core/event/storage/BUILD index 990e1cfd2a..9b528f7c88 100644 --- a/pkg/registry/core/event/storage/BUILD +++ b/pkg/registry/core/event/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/event/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/limitrange/storage/BUILD b/pkg/registry/core/limitrange/storage/BUILD index 636d624467..6613059918 100644 --- a/pkg/registry/core/limitrange/storage/BUILD +++ b/pkg/registry/core/limitrange/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/limitrange/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/namespace/BUILD b/pkg/registry/core/namespace/BUILD index 82f4203eb9..675e7db80c 100644 --- a/pkg/registry/core/namespace/BUILD +++ b/pkg/registry/core/namespace/BUILD @@ -37,7 +37,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/namespace", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/namespace/storage/BUILD b/pkg/registry/core/namespace/storage/BUILD index 1a3c6b2641..8dd40b6a7b 100644 --- a/pkg/registry/core/namespace/storage/BUILD +++ b/pkg/registry/core/namespace/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/namespace/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/node/BUILD b/pkg/registry/core/node/BUILD index d82f0c41a4..32a872cb43 100644 --- a/pkg/registry/core/node/BUILD +++ b/pkg/registry/core/node/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/node", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/node/storage/BUILD b/pkg/registry/core/node/storage/BUILD index d444a05f46..bed7d0ad5b 100644 --- a/pkg/registry/core/node/storage/BUILD +++ b/pkg/registry/core/node/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/node/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/kubelet/client:go_default_library", diff --git a/pkg/registry/core/persistentvolume/BUILD b/pkg/registry/core/persistentvolume/BUILD index 6f43c442fa..8cf27c1c97 100644 --- a/pkg/registry/core/persistentvolume/BUILD +++ b/pkg/registry/core/persistentvolume/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/persistentvolume", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/persistentvolume/storage/BUILD b/pkg/registry/core/persistentvolume/storage/BUILD index 7c2b907ee6..d0bf4e3fa2 100644 --- a/pkg/registry/core/persistentvolume/storage/BUILD +++ b/pkg/registry/core/persistentvolume/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/persistentvolume/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/persistentvolumeclaim/BUILD b/pkg/registry/core/persistentvolumeclaim/BUILD index d4eba81e13..dcf84be084 100644 --- a/pkg/registry/core/persistentvolumeclaim/BUILD +++ b/pkg/registry/core/persistentvolumeclaim/BUILD @@ -33,7 +33,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/persistentvolumeclaim/storage/BUILD b/pkg/registry/core/persistentvolumeclaim/storage/BUILD index f8eb094f44..0670d9ecff 100644 --- a/pkg/registry/core/persistentvolumeclaim/storage/BUILD +++ b/pkg/registry/core/persistentvolumeclaim/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/pod/BUILD b/pkg/registry/core/pod/BUILD index e124ee08fc..34e64e3514 100644 --- a/pkg/registry/core/pod/BUILD +++ b/pkg/registry/core/pod/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/pod", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/pod/rest/BUILD b/pkg/registry/core/pod/rest/BUILD index dcdc7a925b..114159cded 100644 --- a/pkg/registry/core/pod/rest/BUILD +++ b/pkg/registry/core/pod/rest/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["log_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/pod/rest", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/pod/storage/BUILD b/pkg/registry/core/pod/storage/BUILD index 9581db5804..c409b87a37 100644 --- a/pkg/registry/core/pod/storage/BUILD +++ b/pkg/registry/core/pod/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/pod/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/podtemplate/storage/BUILD b/pkg/registry/core/podtemplate/storage/BUILD index 5bce610107..438ba241c2 100644 --- a/pkg/registry/core/podtemplate/storage/BUILD +++ b/pkg/registry/core/podtemplate/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/podtemplate/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/replicationcontroller/BUILD b/pkg/registry/core/replicationcontroller/BUILD index 2e0a9e0aa7..a55314ed70 100644 --- a/pkg/registry/core/replicationcontroller/BUILD +++ b/pkg/registry/core/replicationcontroller/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/replicationcontroller", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/replicationcontroller/storage/BUILD b/pkg/registry/core/replicationcontroller/storage/BUILD index 3d75f1f600..0ccf4bf190 100644 --- a/pkg/registry/core/replicationcontroller/storage/BUILD +++ b/pkg/registry/core/replicationcontroller/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/replicationcontroller/storage", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/core/resourcequota/BUILD b/pkg/registry/core/resourcequota/BUILD index b4b79d0098..a2458fa368 100644 --- a/pkg/registry/core/resourcequota/BUILD +++ b/pkg/registry/core/resourcequota/BUILD @@ -28,7 +28,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/resourcequota", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/registry/core/resourcequota/storage/BUILD b/pkg/registry/core/resourcequota/storage/BUILD index f4781b7a96..fb088527b7 100644 --- a/pkg/registry/core/resourcequota/storage/BUILD +++ b/pkg/registry/core/resourcequota/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/resourcequota/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/rest/BUILD b/pkg/registry/core/rest/BUILD index cde6590919..64d48f40ef 100644 --- a/pkg/registry/core/rest/BUILD +++ b/pkg/registry/core/rest/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_core_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/rest", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", "//vendor/k8s.io/apiserver/pkg/server/storage:go_default_library", diff --git a/pkg/registry/core/secret/BUILD b/pkg/registry/core/secret/BUILD index 235615911a..0cf89ec67a 100644 --- a/pkg/registry/core/secret/BUILD +++ b/pkg/registry/core/secret/BUILD @@ -38,7 +38,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/secret", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testapi:go_default_library", diff --git a/pkg/registry/core/secret/storage/BUILD b/pkg/registry/core/secret/storage/BUILD index b1b981e109..793c8564a1 100644 --- a/pkg/registry/core/secret/storage/BUILD +++ b/pkg/registry/core/secret/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/secret/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/service/BUILD b/pkg/registry/core/service/BUILD index bc80edec17..3b56343af8 100644 --- a/pkg/registry/core/service/BUILD +++ b/pkg/registry/core/service/BUILD @@ -52,7 +52,6 @@ go_test( "strategy_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service", deps = [ "//pkg/api/service:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/core/service/allocator/BUILD b/pkg/registry/core/service/allocator/BUILD index ff4bab7d02..753506c1b3 100644 --- a/pkg/registry/core/service/allocator/BUILD +++ b/pkg/registry/core/service/allocator/BUILD @@ -23,7 +23,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/allocator", deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library"], ) diff --git a/pkg/registry/core/service/allocator/storage/BUILD b/pkg/registry/core/service/allocator/storage/BUILD index 55ad4895e2..d77f66c405 100644 --- a/pkg/registry/core/service/allocator/storage/BUILD +++ b/pkg/registry/core/service/allocator/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/allocator/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/core/service/allocator:go_default_library", diff --git a/pkg/registry/core/service/ipallocator/BUILD b/pkg/registry/core/service/ipallocator/BUILD index eef62fec40..63fbf6b6ce 100644 --- a/pkg/registry/core/service/ipallocator/BUILD +++ b/pkg/registry/core/service/ipallocator/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["allocator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/ipallocator", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/pkg/registry/core/service/ipallocator/controller/BUILD b/pkg/registry/core/service/ipallocator/controller/BUILD index 9962ffb437..88e8d0b2a0 100644 --- a/pkg/registry/core/service/ipallocator/controller/BUILD +++ b/pkg/registry/core/service/ipallocator/controller/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["repair_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/pkg/registry/core/service/ipallocator/storage/BUILD b/pkg/registry/core/service/ipallocator/storage/BUILD index 76902d0e55..3c7b085caa 100644 --- a/pkg/registry/core/service/ipallocator/storage/BUILD +++ b/pkg/registry/core/service/ipallocator/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/ipallocator/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/core/service/allocator:go_default_library", diff --git a/pkg/registry/core/service/portallocator/BUILD b/pkg/registry/core/service/portallocator/BUILD index e51791669a..c997a6776a 100644 --- a/pkg/registry/core/service/portallocator/BUILD +++ b/pkg/registry/core/service/portallocator/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["allocator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/portallocator", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/net:go_default_library", diff --git a/pkg/registry/core/service/portallocator/controller/BUILD b/pkg/registry/core/service/portallocator/controller/BUILD index 39c66aefb7..ffd9ff793a 100644 --- a/pkg/registry/core/service/portallocator/controller/BUILD +++ b/pkg/registry/core/service/portallocator/controller/BUILD @@ -32,7 +32,6 @@ go_test( name = "go_default_test", srcs = ["repair_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/pkg/registry/core/service/storage/BUILD b/pkg/registry/core/service/storage/BUILD index 97af1d4f0b..8bad1143f4 100644 --- a/pkg/registry/core/service/storage/BUILD +++ b/pkg/registry/core/service/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/service/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/core/serviceaccount/storage/BUILD b/pkg/registry/core/serviceaccount/storage/BUILD index 002a862e8f..7718c30f1e 100644 --- a/pkg/registry/core/serviceaccount/storage/BUILD +++ b/pkg/registry/core/serviceaccount/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/extensions/controller/storage/BUILD b/pkg/registry/extensions/controller/storage/BUILD index 2f40b995f7..26a1fd9f40 100644 --- a/pkg/registry/extensions/controller/storage/BUILD +++ b/pkg/registry/extensions/controller/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/extensions/controller/storage", deps = [ "//pkg/apis/autoscaling:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/pkg/registry/extensions/ingress/BUILD b/pkg/registry/extensions/ingress/BUILD index d93aabfddb..63b888a328 100644 --- a/pkg/registry/extensions/ingress/BUILD +++ b/pkg/registry/extensions/ingress/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/extensions/ingress", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/extensions/ingress/storage/BUILD b/pkg/registry/extensions/ingress/storage/BUILD index 78b07c4abb..bffa12adb3 100644 --- a/pkg/registry/extensions/ingress/storage/BUILD +++ b/pkg/registry/extensions/ingress/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/extensions/ingress/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/registry/extensions/podsecuritypolicy/storage/BUILD b/pkg/registry/extensions/podsecuritypolicy/storage/BUILD index fb7ecda243..8c346f8685 100644 --- a/pkg/registry/extensions/podsecuritypolicy/storage/BUILD +++ b/pkg/registry/extensions/podsecuritypolicy/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/extensions/podsecuritypolicy/storage", deps = [ "//pkg/apis/extensions:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/networking/networkpolicy/storage/BUILD b/pkg/registry/networking/networkpolicy/storage/BUILD index b8d6a19af8..35c3fc15f4 100644 --- a/pkg/registry/networking/networkpolicy/storage/BUILD +++ b/pkg/registry/networking/networkpolicy/storage/BUILD @@ -37,7 +37,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/networking/networkpolicy/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/networking:go_default_library", diff --git a/pkg/registry/policy/poddisruptionbudget/BUILD b/pkg/registry/policy/poddisruptionbudget/BUILD index d7e8e00e6c..bc8ab60b6d 100644 --- a/pkg/registry/policy/poddisruptionbudget/BUILD +++ b/pkg/registry/policy/poddisruptionbudget/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget", deps = [ "//pkg/apis/policy:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/registry/policy/poddisruptionbudget/storage/BUILD b/pkg/registry/policy/poddisruptionbudget/storage/BUILD index fc91a4cde0..7c1ad4c601 100644 --- a/pkg/registry/policy/poddisruptionbudget/storage/BUILD +++ b/pkg/registry/policy/poddisruptionbudget/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget/storage", deps = [ "//pkg/apis/policy:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/rbac/BUILD b/pkg/registry/rbac/BUILD index 353211bf0d..0c3d4ebd1b 100644 --- a/pkg/registry/rbac/BUILD +++ b/pkg/registry/rbac/BUILD @@ -51,7 +51,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/rbac", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper:go_default_library", diff --git a/pkg/registry/rbac/reconciliation/BUILD b/pkg/registry/rbac/reconciliation/BUILD index f26d72e35d..4b14eed1c6 100644 --- a/pkg/registry/rbac/reconciliation/BUILD +++ b/pkg/registry/rbac/reconciliation/BUILD @@ -13,7 +13,6 @@ go_test( "reconcile_rolebindings_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/rbac/reconciliation", deps = [ "//pkg/apis/core/helper:go_default_library", "//pkg/apis/rbac:go_default_library", diff --git a/pkg/registry/rbac/validation/BUILD b/pkg/registry/rbac/validation/BUILD index b48ca3d71c..ddfb6431fb 100644 --- a/pkg/registry/rbac/validation/BUILD +++ b/pkg/registry/rbac/validation/BUILD @@ -14,7 +14,6 @@ go_test( "rule_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/rbac/validation", deps = [ "//pkg/apis/rbac:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/registry/scheduling/priorityclass/BUILD b/pkg/registry/scheduling/priorityclass/BUILD index f8b8351970..498ccb32c0 100644 --- a/pkg/registry/scheduling/priorityclass/BUILD +++ b/pkg/registry/scheduling/priorityclass/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/scheduling/priorityclass", deps = [ "//pkg/apis/scheduling:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/registry/scheduling/priorityclass/storage/BUILD b/pkg/registry/scheduling/priorityclass/storage/BUILD index bf7a5ca634..7c0f95e785 100644 --- a/pkg/registry/scheduling/priorityclass/storage/BUILD +++ b/pkg/registry/scheduling/priorityclass/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/scheduling/priorityclass/storage", deps = [ "//pkg/apis/scheduling:go_default_library", "//pkg/registry/registrytest:go_default_library", diff --git a/pkg/registry/settings/podpreset/storage/BUILD b/pkg/registry/settings/podpreset/storage/BUILD index a53d46c863..12e59ba2ad 100644 --- a/pkg/registry/settings/podpreset/storage/BUILD +++ b/pkg/registry/settings/podpreset/storage/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/settings/podpreset/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/settings:go_default_library", diff --git a/pkg/registry/storage/storageclass/BUILD b/pkg/registry/storage/storageclass/BUILD index 611efaee3e..d0a99123f0 100644 --- a/pkg/registry/storage/storageclass/BUILD +++ b/pkg/registry/storage/storageclass/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/storage/storageclass", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/pkg/registry/storage/storageclass/storage/BUILD b/pkg/registry/storage/storageclass/storage/BUILD index a72f4a8087..9cc1a90f65 100644 --- a/pkg/registry/storage/storageclass/storage/BUILD +++ b/pkg/registry/storage/storageclass/storage/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/storage/storageclass/storage", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/pkg/registry/storage/volumeattachment/BUILD b/pkg/registry/storage/volumeattachment/BUILD index 8170812f29..582dd55331 100644 --- a/pkg/registry/storage/volumeattachment/BUILD +++ b/pkg/registry/storage/volumeattachment/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/storage/volumeattachment", deps = [ "//pkg/apis/storage:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/registry/storage/volumeattachment/storage/BUILD b/pkg/registry/storage/volumeattachment/storage/BUILD index f6bf4f4445..b0fc759703 100644 --- a/pkg/registry/storage/volumeattachment/storage/BUILD +++ b/pkg/registry/storage/volumeattachment/storage/BUILD @@ -18,7 +18,6 @@ go_test( name = "go_default_test", srcs = ["storage_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/registry/storage/volumeattachment/storage", deps = [ "//pkg/api/testapi:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/pkg/scheduler/BUILD b/pkg/scheduler/BUILD index d1d7be4043..8b82e7ae32 100644 --- a/pkg/scheduler/BUILD +++ b/pkg/scheduler/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["scheduler_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/controller/volume/persistentvolume:go_default_library", diff --git a/pkg/scheduler/algorithm/BUILD b/pkg/scheduler/algorithm/BUILD index 30df762dd4..f2230c48c3 100644 --- a/pkg/scheduler/algorithm/BUILD +++ b/pkg/scheduler/algorithm/BUILD @@ -32,7 +32,6 @@ go_test( "types_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithm", deps = [ "//pkg/scheduler/schedulercache:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/scheduler/algorithm/predicates/BUILD b/pkg/scheduler/algorithm/predicates/BUILD index a028dac625..d4a43dcd85 100644 --- a/pkg/scheduler/algorithm/predicates/BUILD +++ b/pkg/scheduler/algorithm/predicates/BUILD @@ -50,7 +50,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithm/predicates", deps = [ "//pkg/apis/core/v1/helper:go_default_library", "//pkg/kubelet/apis:go_default_library", diff --git a/pkg/scheduler/algorithm/priorities/BUILD b/pkg/scheduler/algorithm/priorities/BUILD index 19bb57476f..9012ddcb2e 100644 --- a/pkg/scheduler/algorithm/priorities/BUILD +++ b/pkg/scheduler/algorithm/priorities/BUILD @@ -61,7 +61,6 @@ go_test( "taint_toleration_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithm/priorities", deps = [ "//pkg/kubelet/apis:go_default_library", "//pkg/scheduler/algorithm/priorities/util:go_default_library", diff --git a/pkg/scheduler/algorithm/priorities/util/BUILD b/pkg/scheduler/algorithm/priorities/util/BUILD index d58c0e65b2..eab1c83443 100644 --- a/pkg/scheduler/algorithm/priorities/util/BUILD +++ b/pkg/scheduler/algorithm/priorities/util/BUILD @@ -14,7 +14,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithm/priorities/util", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/scheduler/algorithmprovider/BUILD b/pkg/scheduler/algorithmprovider/BUILD index 4e721f3c83..9f4c969ae0 100644 --- a/pkg/scheduler/algorithmprovider/BUILD +++ b/pkg/scheduler/algorithmprovider/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["plugins_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithmprovider", deps = [ "//pkg/scheduler/factory:go_default_library", "//vendor/k8s.io/apiserver/pkg/util/feature:go_default_library", diff --git a/pkg/scheduler/algorithmprovider/defaults/BUILD b/pkg/scheduler/algorithmprovider/defaults/BUILD index f58bc3b970..b260bee377 100644 --- a/pkg/scheduler/algorithmprovider/defaults/BUILD +++ b/pkg/scheduler/algorithmprovider/defaults/BUILD @@ -30,7 +30,6 @@ go_test( "defaults_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/algorithmprovider/defaults", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core/install:go_default_library", diff --git a/pkg/scheduler/api/validation/BUILD b/pkg/scheduler/api/validation/BUILD index eaffc9a1a8..8a7fb0ecc3 100644 --- a/pkg/scheduler/api/validation/BUILD +++ b/pkg/scheduler/api/validation/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/api/validation", deps = ["//pkg/scheduler/api:go_default_library"], ) diff --git a/pkg/scheduler/core/BUILD b/pkg/scheduler/core/BUILD index c04be5f482..dd2823df3b 100644 --- a/pkg/scheduler/core/BUILD +++ b/pkg/scheduler/core/BUILD @@ -15,7 +15,6 @@ go_test( "scheduling_queue_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/core", deps = [ "//pkg/scheduler/algorithm:go_default_library", "//pkg/scheduler/algorithm/predicates:go_default_library", diff --git a/pkg/scheduler/factory/BUILD b/pkg/scheduler/factory/BUILD index 6364bbdfc0..a4c87066f6 100644 --- a/pkg/scheduler/factory/BUILD +++ b/pkg/scheduler/factory/BUILD @@ -63,7 +63,6 @@ go_test( "plugins_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/factory", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/api/testing:go_default_library", diff --git a/pkg/scheduler/schedulercache/BUILD b/pkg/scheduler/schedulercache/BUILD index b45ade2323..2500440b1b 100644 --- a/pkg/scheduler/schedulercache/BUILD +++ b/pkg/scheduler/schedulercache/BUILD @@ -31,7 +31,6 @@ go_test( "node_info_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/schedulercache", deps = [ "//pkg/scheduler/algorithm/priorities/util:go_default_library", "//pkg/scheduler/util:go_default_library", diff --git a/pkg/scheduler/util/BUILD b/pkg/scheduler/util/BUILD index f333e8cd99..37f3b829f3 100644 --- a/pkg/scheduler/util/BUILD +++ b/pkg/scheduler/util/BUILD @@ -14,7 +14,6 @@ go_test( "utils_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/scheduler/util", deps = [ "//pkg/apis/scheduling:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/security/apparmor/BUILD b/pkg/security/apparmor/BUILD index 70877c9fce..82829b3421 100644 --- a/pkg/security/apparmor/BUILD +++ b/pkg/security/apparmor/BUILD @@ -61,7 +61,6 @@ go_test( "testdata/profiles", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/apparmor", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/security/podsecuritypolicy/BUILD b/pkg/security/podsecuritypolicy/BUILD index 06e0e0af5f..f2c8a33291 100644 --- a/pkg/security/podsecuritypolicy/BUILD +++ b/pkg/security/podsecuritypolicy/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["provider_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/v1:go_default_library", diff --git a/pkg/security/podsecuritypolicy/apparmor/BUILD b/pkg/security/podsecuritypolicy/apparmor/BUILD index 28f2fcb440..40cc26bf42 100644 --- a/pkg/security/podsecuritypolicy/apparmor/BUILD +++ b/pkg/security/podsecuritypolicy/apparmor/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor", deps = [ "//pkg/apis/core:go_default_library", "//pkg/security/apparmor:go_default_library", diff --git a/pkg/security/podsecuritypolicy/capabilities/BUILD b/pkg/security/podsecuritypolicy/capabilities/BUILD index 931ae7e393..cafbaa6343 100644 --- a/pkg/security/podsecuritypolicy/capabilities/BUILD +++ b/pkg/security/podsecuritypolicy/capabilities/BUILD @@ -26,7 +26,6 @@ go_test( name = "go_default_test", srcs = ["capabilities_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/security/podsecuritypolicy/group/BUILD b/pkg/security/podsecuritypolicy/group/BUILD index 95be975197..27e2be78bc 100644 --- a/pkg/security/podsecuritypolicy/group/BUILD +++ b/pkg/security/podsecuritypolicy/group/BUILD @@ -30,7 +30,6 @@ go_test( "runasany_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/group", deps = ["//pkg/apis/extensions:go_default_library"], ) diff --git a/pkg/security/podsecuritypolicy/seccomp/BUILD b/pkg/security/podsecuritypolicy/seccomp/BUILD index 995943e404..97a4a3eb4d 100644 --- a/pkg/security/podsecuritypolicy/seccomp/BUILD +++ b/pkg/security/podsecuritypolicy/seccomp/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["strategy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/security/podsecuritypolicy/selinux/BUILD b/pkg/security/podsecuritypolicy/selinux/BUILD index 361e6a8e0d..c866291231 100644 --- a/pkg/security/podsecuritypolicy/selinux/BUILD +++ b/pkg/security/podsecuritypolicy/selinux/BUILD @@ -30,7 +30,6 @@ go_test( "runasany_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/security/podsecuritypolicy/sysctl/BUILD b/pkg/security/podsecuritypolicy/sysctl/BUILD index 63001584a9..b466cbbeb2 100644 --- a/pkg/security/podsecuritypolicy/sysctl/BUILD +++ b/pkg/security/podsecuritypolicy/sysctl/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["mustmatchpatterns_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctl", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper:go_default_library", diff --git a/pkg/security/podsecuritypolicy/user/BUILD b/pkg/security/podsecuritypolicy/user/BUILD index f6c2e12354..03ebcfeea9 100644 --- a/pkg/security/podsecuritypolicy/user/BUILD +++ b/pkg/security/podsecuritypolicy/user/BUILD @@ -32,7 +32,6 @@ go_test( "runasany_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/user", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/security/podsecuritypolicy/util/BUILD b/pkg/security/podsecuritypolicy/util/BUILD index 5515c01635..aa2d980535 100644 --- a/pkg/security/podsecuritypolicy/util/BUILD +++ b/pkg/security/podsecuritypolicy/util/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/util", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/extensions:go_default_library", diff --git a/pkg/securitycontext/BUILD b/pkg/securitycontext/BUILD index 50d0e5eda4..def21ae179 100644 --- a/pkg/securitycontext/BUILD +++ b/pkg/securitycontext/BUILD @@ -28,7 +28,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/securitycontext", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/serviceaccount/BUILD b/pkg/serviceaccount/BUILD index f2d0bd0e99..96a7ef5bb6 100644 --- a/pkg/serviceaccount/BUILD +++ b/pkg/serviceaccount/BUILD @@ -30,7 +30,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["jwt_test.go"], - importpath = "k8s.io/kubernetes/pkg/serviceaccount_test", deps = [ ":go_default_library", "//pkg/controller/serviceaccount:go_default_library", @@ -60,7 +59,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/serviceaccount", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/ssh/BUILD b/pkg/ssh/BUILD index d1b42b6b4f..3002a8053a 100644 --- a/pkg/ssh/BUILD +++ b/pkg/ssh/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["ssh_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/ssh", deps = [ "//vendor/github.com/golang/glog:go_default_library", "//vendor/golang.org/x/crypto/ssh:go_default_library", diff --git a/pkg/util/async/BUILD b/pkg/util/async/BUILD index 5cb7bfa072..6ea6e5d8d2 100644 --- a/pkg/util/async/BUILD +++ b/pkg/util/async/BUILD @@ -26,7 +26,6 @@ go_test( "runner_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/async", ) filegroup( diff --git a/pkg/util/bandwidth/BUILD b/pkg/util/bandwidth/BUILD index af79e9d87f..c78108a2a3 100644 --- a/pkg/util/bandwidth/BUILD +++ b/pkg/util/bandwidth/BUILD @@ -73,7 +73,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/bandwidth", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/util/config/BUILD b/pkg/util/config/BUILD index 6567106eea..88a1773f60 100644 --- a/pkg/util/config/BUILD +++ b/pkg/util/config/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["config_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/config", ) filegroup( diff --git a/pkg/util/configz/BUILD b/pkg/util/configz/BUILD index cf5a458b9f..0df832aa55 100644 --- a/pkg/util/configz/BUILD +++ b/pkg/util/configz/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["configz_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/configz", ) filegroup( diff --git a/pkg/util/dbus/BUILD b/pkg/util/dbus/BUILD index e0079ff6a6..6b91c8b6c3 100644 --- a/pkg/util/dbus/BUILD +++ b/pkg/util/dbus/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["dbus_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/dbus", deps = ["//vendor/github.com/godbus/dbus:go_default_library"], ) diff --git a/pkg/util/ebtables/BUILD b/pkg/util/ebtables/BUILD index 68fb9b3ad5..89f51a6db6 100644 --- a/pkg/util/ebtables/BUILD +++ b/pkg/util/ebtables/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["ebtables_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ebtables", deps = [ "//vendor/k8s.io/utils/exec:go_default_library", "//vendor/k8s.io/utils/exec/testing:go_default_library", diff --git a/pkg/util/env/BUILD b/pkg/util/env/BUILD index d1d623aaf1..3300ed0449 100644 --- a/pkg/util/env/BUILD +++ b/pkg/util/env/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["env_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/env", deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"], ) diff --git a/pkg/util/file/BUILD b/pkg/util/file/BUILD index 059895a66b..299528ca00 100644 --- a/pkg/util/file/BUILD +++ b/pkg/util/file/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["file_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/file", deps = [ "//vendor/github.com/spf13/afero:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/util/goroutinemap/BUILD b/pkg/util/goroutinemap/BUILD index 1085fe19d9..9f6bff29bd 100644 --- a/pkg/util/goroutinemap/BUILD +++ b/pkg/util/goroutinemap/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["goroutinemap_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/goroutinemap", deps = ["//vendor/k8s.io/apimachinery/pkg/util/wait:go_default_library"], ) diff --git a/pkg/util/hash/BUILD b/pkg/util/hash/BUILD index f719b40347..93b2b3edff 100644 --- a/pkg/util/hash/BUILD +++ b/pkg/util/hash/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["hash_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/hash", deps = ["//vendor/github.com/davecgh/go-spew/spew:go_default_library"], ) diff --git a/pkg/util/ipconfig/BUILD b/pkg/util/ipconfig/BUILD index af4bf61b04..ffcecee103 100644 --- a/pkg/util/ipconfig/BUILD +++ b/pkg/util/ipconfig/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["ipconfig_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ipconfig", deps = ["//vendor/k8s.io/utils/exec:go_default_library"], ) diff --git a/pkg/util/ipset/BUILD b/pkg/util/ipset/BUILD index df629ef0f6..c58b32ebdd 100644 --- a/pkg/util/ipset/BUILD +++ b/pkg/util/ipset/BUILD @@ -18,7 +18,6 @@ go_test( name = "go_default_test", srcs = ["ipset_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ipset", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/utils/exec:go_default_library", diff --git a/pkg/util/ipset/testing/BUILD b/pkg/util/ipset/testing/BUILD index 43a42038c9..b706b2c58e 100644 --- a/pkg/util/ipset/testing/BUILD +++ b/pkg/util/ipset/testing/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["fake_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ipset/testing", deps = [ "//pkg/util/ipset:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/pkg/util/iptables/BUILD b/pkg/util/iptables/BUILD index feb59d5c9f..d803ccb390 100644 --- a/pkg/util/iptables/BUILD +++ b/pkg/util/iptables/BUILD @@ -75,7 +75,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/iptables", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/dbus:go_default_library", diff --git a/pkg/util/ipvs/BUILD b/pkg/util/ipvs/BUILD index 252abb6129..90ddf07b0d 100644 --- a/pkg/util/ipvs/BUILD +++ b/pkg/util/ipvs/BUILD @@ -17,7 +17,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ipvs", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/docker/libnetwork/ipvs:go_default_library", diff --git a/pkg/util/ipvs/testing/BUILD b/pkg/util/ipvs/testing/BUILD index 8d1dae2ca5..86133e1da3 100644 --- a/pkg/util/ipvs/testing/BUILD +++ b/pkg/util/ipvs/testing/BUILD @@ -30,6 +30,5 @@ go_test( name = "go_default_test", srcs = ["fake_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/ipvs/testing", deps = ["//pkg/util/ipvs:go_default_library"], ) diff --git a/pkg/util/keymutex/BUILD b/pkg/util/keymutex/BUILD index 1f0d644afa..bc278f010a 100644 --- a/pkg/util/keymutex/BUILD +++ b/pkg/util/keymutex/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["keymutex_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/keymutex", ) filegroup( diff --git a/pkg/util/labels/BUILD b/pkg/util/labels/BUILD index 1438ee1245..51e0119f41 100644 --- a/pkg/util/labels/BUILD +++ b/pkg/util/labels/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["labels_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/labels", deps = ["//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library"], ) diff --git a/pkg/util/limitwriter/BUILD b/pkg/util/limitwriter/BUILD index e29c891007..1c9d11f8cd 100644 --- a/pkg/util/limitwriter/BUILD +++ b/pkg/util/limitwriter/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["limitwriter_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/limitwriter", ) filegroup( diff --git a/pkg/util/metrics/BUILD b/pkg/util/metrics/BUILD index 9b0ecd1fba..082bcffc68 100644 --- a/pkg/util/metrics/BUILD +++ b/pkg/util/metrics/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/metrics", deps = [ "//vendor/k8s.io/client-go/util/flowcontrol:go_default_library", ], diff --git a/pkg/util/mount/BUILD b/pkg/util/mount/BUILD index 4cc9f1c27d..92966a59f7 100644 --- a/pkg/util/mount/BUILD +++ b/pkg/util/mount/BUILD @@ -102,7 +102,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/mount", deps = [ "//vendor/k8s.io/utils/exec/testing:go_default_library", ], diff --git a/pkg/util/net/sets/BUILD b/pkg/util/net/sets/BUILD index 035282d5c1..6c342f122f 100644 --- a/pkg/util/net/sets/BUILD +++ b/pkg/util/net/sets/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["ipnet_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/net/sets", ) filegroup( diff --git a/pkg/util/netsh/BUILD b/pkg/util/netsh/BUILD index 2781e51d3c..980f16ba9a 100644 --- a/pkg/util/netsh/BUILD +++ b/pkg/util/netsh/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["netsh_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/netsh", deps = [ "//vendor/github.com/pkg/errors:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/util/node/BUILD b/pkg/util/node/BUILD index 5188b9e6f8..1e198dbbcf 100644 --- a/pkg/util/node/BUILD +++ b/pkg/util/node/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["node_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/node", deps = [ "//pkg/kubelet/apis:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/util/oom/BUILD b/pkg/util/oom/BUILD index 127a3bdb4c..9e666b9f7d 100644 --- a/pkg/util/oom/BUILD +++ b/pkg/util/oom/BUILD @@ -67,7 +67,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/oom", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/util/parsers/BUILD b/pkg/util/parsers/BUILD index a60c591351..b78af091ee 100644 --- a/pkg/util/parsers/BUILD +++ b/pkg/util/parsers/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["parsers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/parsers", ) filegroup( diff --git a/pkg/util/pointer/BUILD b/pkg/util/pointer/BUILD index 615acda2da..d45d90005c 100644 --- a/pkg/util/pointer/BUILD +++ b/pkg/util/pointer/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["pointer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/pointer", ) go_library( diff --git a/pkg/util/procfs/BUILD b/pkg/util/procfs/BUILD index 2f48624916..c7bc5f4a28 100644 --- a/pkg/util/procfs/BUILD +++ b/pkg/util/procfs/BUILD @@ -70,7 +70,6 @@ go_test( "example_proc_cgroup", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/procfs", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/pkg/util/removeall/BUILD b/pkg/util/removeall/BUILD index 682b646bad..23b0472572 100644 --- a/pkg/util/removeall/BUILD +++ b/pkg/util/removeall/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["removeall_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/removeall", deps = [ "//pkg/util/mount:go_default_library", "//vendor/k8s.io/client-go/util/testing:go_default_library", diff --git a/pkg/util/slice/BUILD b/pkg/util/slice/BUILD index 5b13d93e4d..16325c7786 100644 --- a/pkg/util/slice/BUILD +++ b/pkg/util/slice/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["slice_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/slice", ) filegroup( diff --git a/pkg/util/strings/BUILD b/pkg/util/strings/BUILD index b50d78b265..a7cd124f7c 100644 --- a/pkg/util/strings/BUILD +++ b/pkg/util/strings/BUILD @@ -24,7 +24,6 @@ go_test( "strings_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/strings", ) filegroup( diff --git a/pkg/util/system/BUILD b/pkg/util/system/BUILD index 58caa16191..8a3e253677 100644 --- a/pkg/util/system/BUILD +++ b/pkg/util/system/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["system_utils_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/system", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/pkg/util/tail/BUILD b/pkg/util/tail/BUILD index 253a66e4aa..5c1b261c75 100644 --- a/pkg/util/tail/BUILD +++ b/pkg/util/tail/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["tail_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/tail", ) go_library( diff --git a/pkg/util/taints/BUILD b/pkg/util/taints/BUILD index 09fdb4b2f7..7bcc781951 100644 --- a/pkg/util/taints/BUILD +++ b/pkg/util/taints/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["taints_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/taints", deps = [ "//pkg/apis/core:go_default_library", "//vendor/github.com/spf13/pflag:go_default_library", diff --git a/pkg/util/template/BUILD b/pkg/util/template/BUILD index 30ed5135c0..3dd139d0bb 100644 --- a/pkg/util/template/BUILD +++ b/pkg/util/template/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["template_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/template", deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"], ) diff --git a/pkg/util/threading/BUILD b/pkg/util/threading/BUILD index 2f031931b2..4f0f898681 100644 --- a/pkg/util/threading/BUILD +++ b/pkg/util/threading/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["deadlock-detector_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/threading", ) filegroup( diff --git a/pkg/util/tolerations/BUILD b/pkg/util/tolerations/BUILD index a4f8868176..fb96f4a85f 100644 --- a/pkg/util/tolerations/BUILD +++ b/pkg/util/tolerations/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["tolerations_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/tolerations", deps = ["//pkg/apis/core:go_default_library"], ) diff --git a/pkg/util/version/BUILD b/pkg/util/version/BUILD index 7ab62aae5b..3b53281f77 100644 --- a/pkg/util/version/BUILD +++ b/pkg/util/version/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["version_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/util/version", ) filegroup( diff --git a/pkg/volume/BUILD b/pkg/volume/BUILD index 4656b9cff9..72079f5740 100644 --- a/pkg/volume/BUILD +++ b/pkg/volume/BUILD @@ -83,7 +83,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume", deps = [ "//pkg/apis/core:go_default_library", "//pkg/util/slice:go_default_library", @@ -107,7 +106,6 @@ go_test( ], "//conditions:default": [], }), - importpath = "k8s.io/kubernetes/pkg/volume_test", deps = [ ":go_default_library", "//pkg/volume/testing:go_default_library", diff --git a/pkg/volume/aws_ebs/BUILD b/pkg/volume/aws_ebs/BUILD index 9fd852900b..934ea81986 100644 --- a/pkg/volume/aws_ebs/BUILD +++ b/pkg/volume/aws_ebs/BUILD @@ -38,7 +38,6 @@ go_test( "aws_ebs_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/aws_ebs", deps = [ "//pkg/cloudprovider/providers/aws:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/azure_dd/BUILD b/pkg/volume/azure_dd/BUILD index 1751afd4d5..ae188fecf5 100644 --- a/pkg/volume/azure_dd/BUILD +++ b/pkg/volume/azure_dd/BUILD @@ -93,7 +93,6 @@ go_test( "azure_dd_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/azure_dd", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/azure_file/BUILD b/pkg/volume/azure_file/BUILD index c4dfa33493..dfb444765d 100644 --- a/pkg/volume/azure_file/BUILD +++ b/pkg/volume/azure_file/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["azure_file_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/azure_file", deps = [ "//pkg/cloudprovider/providers/azure:go_default_library", "//pkg/cloudprovider/providers/fake:go_default_library", diff --git a/pkg/volume/cephfs/BUILD b/pkg/volume/cephfs/BUILD index ca4cf8c54f..704cce736a 100644 --- a/pkg/volume/cephfs/BUILD +++ b/pkg/volume/cephfs/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["cephfs_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/cephfs", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/cinder/BUILD b/pkg/volume/cinder/BUILD index 4606eb515b..d092b5bf1a 100644 --- a/pkg/volume/cinder/BUILD +++ b/pkg/volume/cinder/BUILD @@ -44,7 +44,6 @@ go_test( "cinder_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/cinder", deps = [ "//pkg/cloudprovider:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/configmap/BUILD b/pkg/volume/configmap/BUILD index b3a3b3b957..718bfe6fa6 100644 --- a/pkg/volume/configmap/BUILD +++ b/pkg/volume/configmap/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["configmap_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/configmap", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/empty_dir:go_default_library", diff --git a/pkg/volume/csi/BUILD b/pkg/volume/csi/BUILD index 33867ffbe4..ecac0d178f 100644 --- a/pkg/volume/csi/BUILD +++ b/pkg/volume/csi/BUILD @@ -38,7 +38,6 @@ go_test( "csi_plugin_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/csi", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/csi/fake:go_default_library", diff --git a/pkg/volume/downwardapi/BUILD b/pkg/volume/downwardapi/BUILD index 3b5bd7a6e0..adfdd9ab9c 100644 --- a/pkg/volume/downwardapi/BUILD +++ b/pkg/volume/downwardapi/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["downwardapi_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/downwardapi", deps = [ "//pkg/fieldpath:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/empty_dir/BUILD b/pkg/volume/empty_dir/BUILD index b57aa47ffe..4d7fa11936 100644 --- a/pkg/volume/empty_dir/BUILD +++ b/pkg/volume/empty_dir/BUILD @@ -76,7 +76,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/empty_dir", deps = select({ "@io_bazel_rules_go//go/platform:linux": [ "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/fc/BUILD b/pkg/volume/fc/BUILD index 2085bc4f2b..665c400825 100644 --- a/pkg/volume/fc/BUILD +++ b/pkg/volume/fc/BUILD @@ -38,7 +38,6 @@ go_test( "fc_util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/fc", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/flexvolume/BUILD b/pkg/volume/flexvolume/BUILD index 5d28f4963c..3a4ba7e1c2 100644 --- a/pkg/volume/flexvolume/BUILD +++ b/pkg/volume/flexvolume/BUILD @@ -55,7 +55,6 @@ go_test( "unmounter_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/flexvolume", deps = [ "//pkg/util/filesystem:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/flocker/BUILD b/pkg/volume/flocker/BUILD index a213590e93..798e0539e5 100644 --- a/pkg/volume/flocker/BUILD +++ b/pkg/volume/flocker/BUILD @@ -40,7 +40,6 @@ go_test( "flocker_volume_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/flocker", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/gce_pd/BUILD b/pkg/volume/gce_pd/BUILD index d87d08d367..92586638dd 100644 --- a/pkg/volume/gce_pd/BUILD +++ b/pkg/volume/gce_pd/BUILD @@ -41,7 +41,6 @@ go_test( "gce_pd_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/gce_pd", deps = [ "//pkg/kubelet/apis:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/git_repo/BUILD b/pkg/volume/git_repo/BUILD index cb4197cc30..38ae008ad1 100644 --- a/pkg/volume/git_repo/BUILD +++ b/pkg/volume/git_repo/BUILD @@ -27,7 +27,6 @@ go_test( name = "go_default_test", srcs = ["git_repo_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/git_repo", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/glusterfs/BUILD b/pkg/volume/glusterfs/BUILD index 19638dd3d1..ab37127ff6 100644 --- a/pkg/volume/glusterfs/BUILD +++ b/pkg/volume/glusterfs/BUILD @@ -44,7 +44,6 @@ go_test( "glusterfs_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/glusterfs", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/host_path/BUILD b/pkg/volume/host_path/BUILD index 4297d1b19e..8e1a36196e 100644 --- a/pkg/volume/host_path/BUILD +++ b/pkg/volume/host_path/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["host_path_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/host_path", deps = [ "//pkg/util/file:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/iscsi/BUILD b/pkg/volume/iscsi/BUILD index 6da935b955..15abe4ff02 100644 --- a/pkg/volume/iscsi/BUILD +++ b/pkg/volume/iscsi/BUILD @@ -38,7 +38,6 @@ go_test( "iscsi_util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/iscsi", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/local/BUILD b/pkg/volume/local/BUILD index 477e5adb88..2126a42e78 100644 --- a/pkg/volume/local/BUILD +++ b/pkg/volume/local/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["local_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/local", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/testing:go_default_library", diff --git a/pkg/volume/nfs/BUILD b/pkg/volume/nfs/BUILD index 8a3253f8e0..dcd34a6b26 100644 --- a/pkg/volume/nfs/BUILD +++ b/pkg/volume/nfs/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["nfs_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/nfs", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/photon_pd/BUILD b/pkg/volume/photon_pd/BUILD index 3d6dc74f2c..4bad78b18a 100644 --- a/pkg/volume/photon_pd/BUILD +++ b/pkg/volume/photon_pd/BUILD @@ -37,7 +37,6 @@ go_test( "photon_pd_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/photon_pd", deps = [ "//pkg/cloudprovider/providers/photon:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/portworx/BUILD b/pkg/volume/portworx/BUILD index 6cf0641797..c9cf314e30 100644 --- a/pkg/volume/portworx/BUILD +++ b/pkg/volume/portworx/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["portworx_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/portworx", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/projected/BUILD b/pkg/volume/projected/BUILD index 4e9511aa64..a8d0ce6346 100644 --- a/pkg/volume/projected/BUILD +++ b/pkg/volume/projected/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["projected_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/projected", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/empty_dir:go_default_library", diff --git a/pkg/volume/quobyte/BUILD b/pkg/volume/quobyte/BUILD index 7b6ea3a0ba..941fdf1c16 100644 --- a/pkg/volume/quobyte/BUILD +++ b/pkg/volume/quobyte/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["quobyte_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/quobyte", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/rbd/BUILD b/pkg/volume/rbd/BUILD index 5a196a794e..c8a05f225b 100644 --- a/pkg/volume/rbd/BUILD +++ b/pkg/volume/rbd/BUILD @@ -40,7 +40,6 @@ go_test( name = "go_default_test", srcs = ["rbd_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/rbd", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/scaleio/BUILD b/pkg/volume/scaleio/BUILD index c744150d0e..bb03f309aa 100644 --- a/pkg/volume/scaleio/BUILD +++ b/pkg/volume/scaleio/BUILD @@ -14,7 +14,6 @@ go_test( "sio_volume_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/scaleio", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/secret/BUILD b/pkg/volume/secret/BUILD index 6199806743..122d65fecb 100644 --- a/pkg/volume/secret/BUILD +++ b/pkg/volume/secret/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["secret_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/secret", deps = [ "//pkg/volume:go_default_library", "//pkg/volume/empty_dir:go_default_library", diff --git a/pkg/volume/storageos/BUILD b/pkg/volume/storageos/BUILD index f20e382beb..804b762836 100644 --- a/pkg/volume/storageos/BUILD +++ b/pkg/volume/storageos/BUILD @@ -38,7 +38,6 @@ go_test( "storageos_util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/storageos", deps = [ "//pkg/util/mount:go_default_library", "//pkg/volume:go_default_library", diff --git a/pkg/volume/util/BUILD b/pkg/volume/util/BUILD index b6f397a2d4..e82c225687 100644 --- a/pkg/volume/util/BUILD +++ b/pkg/volume/util/BUILD @@ -146,7 +146,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/util", deps = [ "//pkg/apis/core/install:go_default_library", "//pkg/apis/core/v1/helper:go_default_library", diff --git a/pkg/volume/util/nestedpendingoperations/BUILD b/pkg/volume/util/nestedpendingoperations/BUILD index b048f8121c..46eb083098 100644 --- a/pkg/volume/util/nestedpendingoperations/BUILD +++ b/pkg/volume/util/nestedpendingoperations/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["nestedpendingoperations_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations", deps = [ "//pkg/volume/util/types:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/pkg/volume/util/operationexecutor/BUILD b/pkg/volume/util/operationexecutor/BUILD index 7713ee663d..ad28f3a456 100644 --- a/pkg/volume/util/operationexecutor/BUILD +++ b/pkg/volume/util/operationexecutor/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["operation_executor_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/util/operationexecutor", deps = [ "//pkg/controller/volume/expand/cache:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/pkg/volume/validation/BUILD b/pkg/volume/validation/BUILD index aa814925ee..4530585673 100644 --- a/pkg/volume/validation/BUILD +++ b/pkg/volume/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["pv_validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/validation", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library", diff --git a/pkg/volume/vsphere_volume/BUILD b/pkg/volume/vsphere_volume/BUILD index bde1c437bd..025f3dc59b 100644 --- a/pkg/volume/vsphere_volume/BUILD +++ b/pkg/volume/vsphere_volume/BUILD @@ -39,7 +39,6 @@ go_test( "vsphere_volume_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/pkg/volume/vsphere_volume", deps = [ "//pkg/cloudprovider/providers/vsphere/vclib:go_default_library", "//pkg/util/mount:go_default_library", diff --git a/plugin/pkg/admission/admit/BUILD b/plugin/pkg/admission/admit/BUILD index 11d94a8eaa..e69bde9470 100644 --- a/plugin/pkg/admission/admit/BUILD +++ b/plugin/pkg/admission/admit/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/admit", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", diff --git a/plugin/pkg/admission/alwayspullimages/BUILD b/plugin/pkg/admission/alwayspullimages/BUILD index 2d1d398f81..77b5bf7fec 100644 --- a/plugin/pkg/admission/alwayspullimages/BUILD +++ b/plugin/pkg/admission/alwayspullimages/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/plugin/pkg/admission/antiaffinity/BUILD b/plugin/pkg/admission/antiaffinity/BUILD index 5b42d1afb6..105f1c2a37 100644 --- a/plugin/pkg/admission/antiaffinity/BUILD +++ b/plugin/pkg/admission/antiaffinity/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/antiaffinity", deps = [ "//pkg/apis/core:go_default_library", "//pkg/kubelet/apis:go_default_library", diff --git a/plugin/pkg/admission/defaulttolerationseconds/BUILD b/plugin/pkg/admission/defaulttolerationseconds/BUILD index 48ca06b3b8..35b29f8215 100644 --- a/plugin/pkg/admission/defaulttolerationseconds/BUILD +++ b/plugin/pkg/admission/defaulttolerationseconds/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/defaulttolerationseconds", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper:go_default_library", diff --git a/plugin/pkg/admission/deny/BUILD b/plugin/pkg/admission/deny/BUILD index a3ff07ac9e..df2dfbae82 100644 --- a/plugin/pkg/admission/deny/BUILD +++ b/plugin/pkg/admission/deny/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/deny", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", diff --git a/plugin/pkg/admission/eventratelimit/BUILD b/plugin/pkg/admission/eventratelimit/BUILD index 7a392d0c14..c12c5e39d6 100644 --- a/plugin/pkg/admission/eventratelimit/BUILD +++ b/plugin/pkg/admission/eventratelimit/BUILD @@ -13,7 +13,6 @@ go_test( "cache_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/eventratelimit", deps = [ "//pkg/apis/core:go_default_library", "//plugin/pkg/admission/eventratelimit/apis/eventratelimit:go_default_library", diff --git a/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation/BUILD b/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation/BUILD index 964679a062..024bf83320 100644 --- a/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation/BUILD +++ b/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation", deps = ["//plugin/pkg/admission/eventratelimit/apis/eventratelimit:go_default_library"], ) diff --git a/plugin/pkg/admission/exec/BUILD b/plugin/pkg/admission/exec/BUILD index b47eea96e4..7f11b0cf10 100644 --- a/plugin/pkg/admission/exec/BUILD +++ b/plugin/pkg/admission/exec/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/exec", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/plugin/pkg/admission/extendedresourcetoleration/BUILD b/plugin/pkg/admission/extendedresourcetoleration/BUILD index f6c8b5b0ad..b72e1cec28 100644 --- a/plugin/pkg/admission/extendedresourcetoleration/BUILD +++ b/plugin/pkg/admission/extendedresourcetoleration/BUILD @@ -18,7 +18,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/extendedresourcetoleration", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/core/helper:go_default_library", diff --git a/plugin/pkg/admission/gc/BUILD b/plugin/pkg/admission/gc/BUILD index 944eeebb50..2573403a46 100644 --- a/plugin/pkg/admission/gc/BUILD +++ b/plugin/pkg/admission/gc/BUILD @@ -26,7 +26,6 @@ go_test( name = "go_default_test", srcs = ["gc_admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/gc", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/plugin/pkg/admission/imagepolicy/BUILD b/plugin/pkg/admission/imagepolicy/BUILD index 64ca678a74..77a4a21cbf 100644 --- a/plugin/pkg/admission/imagepolicy/BUILD +++ b/plugin/pkg/admission/imagepolicy/BUILD @@ -38,7 +38,6 @@ go_test( "config_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/imagepolicy", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/imagepolicy/install:go_default_library", diff --git a/plugin/pkg/admission/initialresources/BUILD b/plugin/pkg/admission/initialresources/BUILD index b159034690..243409ddb5 100644 --- a/plugin/pkg/admission/initialresources/BUILD +++ b/plugin/pkg/admission/initialresources/BUILD @@ -44,7 +44,6 @@ go_test( "influxdb_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/initialresources", deps = [ "//pkg/apis/core:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/plugin/pkg/admission/limitranger/BUILD b/plugin/pkg/admission/limitranger/BUILD index 238ae83874..890223bdab 100644 --- a/plugin/pkg/admission/limitranger/BUILD +++ b/plugin/pkg/admission/limitranger/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/limitranger", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", diff --git a/plugin/pkg/admission/namespace/autoprovision/BUILD b/plugin/pkg/admission/namespace/autoprovision/BUILD index 7891b9d253..adbcfd5c09 100644 --- a/plugin/pkg/admission/namespace/autoprovision/BUILD +++ b/plugin/pkg/admission/namespace/autoprovision/BUILD @@ -26,7 +26,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/namespace/autoprovision", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", diff --git a/plugin/pkg/admission/namespace/exists/BUILD b/plugin/pkg/admission/namespace/exists/BUILD index 615ec29263..98191c5660 100644 --- a/plugin/pkg/admission/namespace/exists/BUILD +++ b/plugin/pkg/admission/namespace/exists/BUILD @@ -26,7 +26,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/namespace/exists", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", diff --git a/plugin/pkg/admission/noderestriction/BUILD b/plugin/pkg/admission/noderestriction/BUILD index cab4287a3d..3a528a04b3 100644 --- a/plugin/pkg/admission/noderestriction/BUILD +++ b/plugin/pkg/admission/noderestriction/BUILD @@ -32,7 +32,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/noderestriction", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/policy:go_default_library", diff --git a/plugin/pkg/admission/persistentvolume/label/BUILD b/plugin/pkg/admission/persistentvolume/label/BUILD index 3afaf06391..7a0e4da715 100644 --- a/plugin/pkg/admission/persistentvolume/label/BUILD +++ b/plugin/pkg/admission/persistentvolume/label/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label", deps = [ "//pkg/apis/core:go_default_library", "//pkg/cloudprovider/providers/aws:go_default_library", diff --git a/plugin/pkg/admission/persistentvolume/resize/BUILD b/plugin/pkg/admission/persistentvolume/resize/BUILD index 95f1d3d5a6..fab03d04f0 100644 --- a/plugin/pkg/admission/persistentvolume/resize/BUILD +++ b/plugin/pkg/admission/persistentvolume/resize/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/resize", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/plugin/pkg/admission/podnodeselector/BUILD b/plugin/pkg/admission/podnodeselector/BUILD index 289c081450..7ab07f5b28 100644 --- a/plugin/pkg/admission/podnodeselector/BUILD +++ b/plugin/pkg/admission/podnodeselector/BUILD @@ -30,7 +30,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/podnodeselector", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", diff --git a/plugin/pkg/admission/podpreset/BUILD b/plugin/pkg/admission/podpreset/BUILD index 862a5cbe6e..5ced8cecf8 100644 --- a/plugin/pkg/admission/podpreset/BUILD +++ b/plugin/pkg/admission/podpreset/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/podpreset", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/settings:go_default_library", diff --git a/plugin/pkg/admission/podtolerationrestriction/BUILD b/plugin/pkg/admission/podtolerationrestriction/BUILD index 9efce635d3..f4625122b3 100644 --- a/plugin/pkg/admission/podtolerationrestriction/BUILD +++ b/plugin/pkg/admission/podtolerationrestriction/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", diff --git a/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation/BUILD b/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation/BUILD index ee21ec6955..80fa728abd 100644 --- a/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation/BUILD +++ b/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation/BUILD @@ -34,7 +34,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation", deps = [ "//pkg/apis/core:go_default_library", "//plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction:go_default_library", diff --git a/plugin/pkg/admission/priority/BUILD b/plugin/pkg/admission/priority/BUILD index 753e5bf209..35b572b09b 100644 --- a/plugin/pkg/admission/priority/BUILD +++ b/plugin/pkg/admission/priority/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/priority", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/scheduling:go_default_library", diff --git a/plugin/pkg/admission/resourcequota/BUILD b/plugin/pkg/admission/resourcequota/BUILD index 92ce33528b..e19cf5dc51 100644 --- a/plugin/pkg/admission/resourcequota/BUILD +++ b/plugin/pkg/admission/resourcequota/BUILD @@ -53,7 +53,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/resourcequota", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/plugin/pkg/admission/resourcequota/apis/resourcequota/validation/BUILD b/plugin/pkg/admission/resourcequota/apis/resourcequota/validation/BUILD index a812219624..d91c48cdf7 100644 --- a/plugin/pkg/admission/resourcequota/apis/resourcequota/validation/BUILD +++ b/plugin/pkg/admission/resourcequota/apis/resourcequota/validation/BUILD @@ -33,6 +33,5 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/resourcequota/apis/resourcequota/validation", deps = ["//plugin/pkg/admission/resourcequota/apis/resourcequota:go_default_library"], ) diff --git a/plugin/pkg/admission/security/podsecuritypolicy/BUILD b/plugin/pkg/admission/security/podsecuritypolicy/BUILD index 5c256b008b..c8ef9dbdd6 100644 --- a/plugin/pkg/admission/security/podsecuritypolicy/BUILD +++ b/plugin/pkg/admission/security/podsecuritypolicy/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy", deps = [ "//pkg/api/legacyscheme:go_default_library", "//pkg/apis/core:go_default_library", diff --git a/plugin/pkg/admission/securitycontext/scdeny/BUILD b/plugin/pkg/admission/securitycontext/scdeny/BUILD index 61f5962b09..25a2ac1e99 100644 --- a/plugin/pkg/admission/securitycontext/scdeny/BUILD +++ b/plugin/pkg/admission/securitycontext/scdeny/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", diff --git a/plugin/pkg/admission/serviceaccount/BUILD b/plugin/pkg/admission/serviceaccount/BUILD index 392c6a1b9c..832e82fbff 100644 --- a/plugin/pkg/admission/serviceaccount/BUILD +++ b/plugin/pkg/admission/serviceaccount/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/serviceaccount", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/clientset_generated/internalclientset/fake:go_default_library", diff --git a/plugin/pkg/admission/storage/storageprotection/BUILD b/plugin/pkg/admission/storage/storageprotection/BUILD index 71e8fd8b2b..1078c5e4f0 100644 --- a/plugin/pkg/admission/storage/storageprotection/BUILD +++ b/plugin/pkg/admission/storage/storageprotection/BUILD @@ -22,7 +22,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/storage/storageprotection", deps = [ "//pkg/apis/core:go_default_library", "//pkg/client/informers/informers_generated/internalversion:go_default_library", diff --git a/plugin/pkg/admission/storageclass/setdefault/BUILD b/plugin/pkg/admission/storageclass/setdefault/BUILD index a3840f47e9..ef51ef0d5c 100644 --- a/plugin/pkg/admission/storageclass/setdefault/BUILD +++ b/plugin/pkg/admission/storageclass/setdefault/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/admission/storageclass/setdefault", deps = [ "//pkg/apis/core:go_default_library", "//pkg/apis/storage:go_default_library", diff --git a/plugin/pkg/auth/authenticator/token/bootstrap/BUILD b/plugin/pkg/auth/authenticator/token/bootstrap/BUILD index 0464fa8583..5beffd665a 100644 --- a/plugin/pkg/auth/authenticator/token/bootstrap/BUILD +++ b/plugin/pkg/auth/authenticator/token/bootstrap/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["bootstrap_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/bootstrap", deps = [ "//pkg/apis/core:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/plugin/pkg/auth/authorizer/node/BUILD b/plugin/pkg/auth/authorizer/node/BUILD index 06438e7b70..37d0db0b0d 100644 --- a/plugin/pkg/auth/authorizer/node/BUILD +++ b/plugin/pkg/auth/authorizer/node/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["node_authorizer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/auth/authorizer/node", deps = [ "//pkg/apis/core:go_default_library", "//pkg/auth/nodeidentifier:go_default_library", diff --git a/plugin/pkg/auth/authorizer/rbac/BUILD b/plugin/pkg/auth/authorizer/rbac/BUILD index bd96795f0e..258c860c5f 100644 --- a/plugin/pkg/auth/authorizer/rbac/BUILD +++ b/plugin/pkg/auth/authorizer/rbac/BUILD @@ -32,7 +32,6 @@ go_test( "subject_locator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac", deps = [ "//pkg/apis/rbac:go_default_library", "//pkg/registry/rbac/validation:go_default_library", diff --git a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD index 87651f3ad3..4c891015f9 100644 --- a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD +++ b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD @@ -32,7 +32,6 @@ go_test( data = glob([ "testdata/*", ]), - importpath = "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy_test", deps = [ ":go_default_library", "//pkg/api/legacyscheme:go_default_library", @@ -56,7 +55,6 @@ go_test( srcs = ["controller_policy_test.go"], data = glob(["testdata/**"]), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/staging/BUILD b/staging/BUILD index ed1965fc2b..8e7d698ed8 100644 --- a/staging/BUILD +++ b/staging/BUILD @@ -1,11 +1,5 @@ package(default_visibility = ["//visibility:public"]) -load( - "@io_bazel_rules_go//go:def.bzl", - "go_binary", - "go_library", -) - filegroup( name = "package-srcs", srcs = glob(["**"]), diff --git a/staging/src/k8s.io/api/core/v1/BUILD b/staging/src/k8s.io/api/core/v1/BUILD index 8040923615..560ff5bd73 100644 --- a/staging/src/k8s.io/api/core/v1/BUILD +++ b/staging/src/k8s.io/api/core/v1/BUILD @@ -13,7 +13,6 @@ go_test( "toleration_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/api/core/v1", ) go_library( diff --git a/staging/src/k8s.io/apiextensions-apiserver/BUILD b/staging/src/k8s.io/apiextensions-apiserver/BUILD index 12f3029b25..8092fcb821 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "apiextensions-apiserver", embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver", ) go_library( diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/BUILD index 5f6161f0cb..b2ea73c41f 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/BUILD @@ -29,7 +29,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions", deps = ["//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library"], ) diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install/BUILD index 1ae69bfa79..e7403207cc 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install", deps = [ "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/fuzzer:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/BUILD index 46ee524ea1..972732d4a4 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/BUILD @@ -61,7 +61,6 @@ go_test( "marshal_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1", deps = [ "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/BUILD index 23bab9a868..b641b60937 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation", deps = [ "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/BUILD index 49323c37a9..fd3c45fc88 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/BUILD @@ -86,6 +86,5 @@ go_test( name = "go_default_test", srcs = ["customresource_handler_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apiserver", deps = ["//vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured:go_default_library"], ) diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/BUILD index a5e89d4993..3042da88c0 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/apiserver/validation", deps = [ "//vendor/github.com/go-openapi/spec:go_default_library", "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:go_default_library", diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/BUILD b/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/BUILD index a2e00d653b..c408cf4874 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["naming_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiextensions-apiserver/pkg/controller/status", deps = [ "//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:go_default_library", "//vendor/k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/internalversion:go_default_library", diff --git a/staging/src/k8s.io/apiextensions-apiserver/test/integration/BUILD b/staging/src/k8s.io/apiextensions-apiserver/test/integration/BUILD index 5d26af605a..84147b3010 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/test/integration/BUILD +++ b/staging/src/k8s.io/apiextensions-apiserver/test/integration/BUILD @@ -14,7 +14,6 @@ go_test( "validation_test.go", "yaml_test.go", ], - importpath = "k8s.io/apiextensions-apiserver/test/integration", tags = ["integration"], deps = [ "//vendor/github.com/coreos/etcd/clientv3:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/api/errors/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/errors/BUILD index 384b432bd9..785e9d8a6d 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/errors/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/errors/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["errors_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/errors", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/api/meta/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/meta/BUILD index 29be07874a..24d9aaabc9 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/meta/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/meta/BUILD @@ -15,7 +15,6 @@ go_test( "restmapper_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/meta", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/api/resource/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/resource/BUILD index 2ae7638537..57f85fb24c 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/resource/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/resource/BUILD @@ -16,7 +16,6 @@ go_test( "scale_int_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/resource", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", "//vendor/github.com/spf13/pflag:go_default_library", @@ -47,7 +46,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["quantity_example_test.go"], - importpath = "k8s.io/apimachinery/pkg/api/resource_test", deps = ["//vendor/k8s.io/apimachinery/pkg/api/resource:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/api/testing/fuzzer/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/testing/fuzzer/BUILD index 00a56d2505..ee7b37e1e6 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/testing/fuzzer/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/testing/fuzzer/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["valuefuzz_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/testing/fuzzer", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/api/validation/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/validation/BUILD index 8f6cd93d4c..2c6a0aa3d9 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/validation/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["objectmeta_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/validation", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/validation/field:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/api/validation/path/BUILD b/staging/src/k8s.io/apimachinery/pkg/api/validation/path/BUILD index 33546216a3..ddc17e79e3 100644 --- a/staging/src/k8s.io/apimachinery/pkg/api/validation/path/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/api/validation/path/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["name_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/api/validation/path", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/apimachinery/BUILD b/staging/src/k8s.io/apimachinery/pkg/apimachinery/BUILD index 90d016fab8..b1071fb463 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apimachinery/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apimachinery/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["types_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apimachinery", deps = ["//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/apimachinery/announced/BUILD b/staging/src/k8s.io/apimachinery/pkg/apimachinery/announced/BUILD index 27734e8f52..ea31914f7f 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apimachinery/announced/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apimachinery/announced/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["announced_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apimachinery/announced", deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/apimachinery/registered/BUILD b/staging/src/k8s.io/apimachinery/pkg/apimachinery/registered/BUILD index 873b34838c..ba02a09389 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apimachinery/registered/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apimachinery/registered/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["registered_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apimachinery/registered", deps = [ "//vendor/k8s.io/apimachinery/pkg/apimachinery:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/BUILD b/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/BUILD index defc85ac34..edb9a6ac6a 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/BUILD @@ -13,7 +13,6 @@ go_test( "roundtrip_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apis/meta/internalversion", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/fuzzer:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/BUILD b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/BUILD index 1c49035bbc..186db1871e 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/BUILD @@ -19,7 +19,6 @@ go_test( "types_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apis/meta/v1", deps = [ "//vendor/github.com/ghodss/yaml:go_default_library", "//vendor/github.com/json-iterator/go:go_default_library", @@ -95,7 +94,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["conversion_test.go"], - importpath = "k8s.io/apimachinery/pkg/apis/meta/v1_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/BUILD b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/BUILD index 4f3bf562de..22c1acee07 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/BUILD @@ -13,7 +13,6 @@ go_test( "unstructured_list_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/BUILD b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/BUILD index 436ae33a5c..b7dbe0ad99 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apis/meta/v1/validation", deps = ["//vendor/k8s.io/apimachinery/pkg/util/validation/field:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/install/BUILD b/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/install/BUILD index b2107d46f0..7e3e76d5d9 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/install/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/install/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/apis/testapigroup/install", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/testapigroup/fuzzer:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/conversion/BUILD b/staging/src/k8s.io/apimachinery/pkg/conversion/BUILD index 653418164c..0d2cee7294 100644 --- a/staging/src/k8s.io/apimachinery/pkg/conversion/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/conversion/BUILD @@ -13,7 +13,6 @@ go_test( "helper_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/conversion", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", "//vendor/github.com/spf13/pflag:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/conversion/queryparams/BUILD b/staging/src/k8s.io/apimachinery/pkg/conversion/queryparams/BUILD index 8b871ab126..81bacef706 100644 --- a/staging/src/k8s.io/apimachinery/pkg/conversion/queryparams/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/conversion/queryparams/BUILD @@ -18,7 +18,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["convert_test.go"], - importpath = "k8s.io/apimachinery/pkg/conversion/queryparams_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/conversion/queryparams:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/fields/BUILD b/staging/src/k8s.io/apimachinery/pkg/fields/BUILD index addb286a23..383448e0fb 100644 --- a/staging/src/k8s.io/apimachinery/pkg/fields/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/fields/BUILD @@ -13,7 +13,6 @@ go_test( "selector_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/fields", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/labels/BUILD b/staging/src/k8s.io/apimachinery/pkg/labels/BUILD index dc6af2643d..a78764f72e 100644 --- a/staging/src/k8s.io/apimachinery/pkg/labels/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/labels/BUILD @@ -13,7 +13,6 @@ go_test( "selector_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/labels", deps = [ "//vendor/k8s.io/apimachinery/pkg/selection:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/BUILD index ab87922aa4..7a53fbc41d 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["swagger_doc_generator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime", ) go_library( @@ -57,7 +56,6 @@ go_test( "extension_test.go", "scheme_test.go", ], - importpath = "k8s.io/apimachinery/pkg/runtime_test", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", "//vendor/github.com/spf13/pflag:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/schema/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/schema/BUILD index 91ead696c1..e819772181 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/schema/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/schema/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["group_version_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime/schema", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/BUILD index 43d36a7927..bc4cf8ec14 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["codec_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer", deps = [ "//vendor/github.com/ghodss/yaml:go_default_library", "//vendor/github.com/google/gofuzz:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/BUILD index 0fdceeda9c..7be13ed471 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["meta_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer/json", ) go_library( @@ -34,7 +33,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["json_test.go"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer/json_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing/BUILD index 2e293b985c..4e126bc8a8 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing/BUILD @@ -8,7 +8,6 @@ load( go_test( name = "go_default_test", srcs = ["recognizer_test.go"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/streaming/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/streaming/BUILD index f1a2f341b7..e0589fef78 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/streaming/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/streaming/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["streaming_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer/streaming", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/BUILD b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/BUILD index 2e262cb6b1..32e6863c97 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["versioning_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/runtime/serializer/versioning", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/test/BUILD b/staging/src/k8s.io/apimachinery/pkg/test/BUILD index c4946d52ac..b7a2e4db3d 100644 --- a/staging/src/k8s.io/apimachinery/pkg/test/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/test/BUILD @@ -17,7 +17,6 @@ go_test( "runtime_unversioned_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/test", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/cache/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/cache/BUILD index 3b868ef57e..2fcbae3682 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/cache/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/cache/BUILD @@ -13,7 +13,6 @@ go_test( "lruexpirecache_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/cache", deps = [ "//vendor/github.com/golang/groupcache/lru:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/clock/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/clock/BUILD index e5c117d664..a9f6be4719 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/clock/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/clock/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["clock_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/clock", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/diff/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/diff/BUILD index 47d9732b09..3cd03b4357 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/diff/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/diff/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["diff_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/diff", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/errors/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/errors/BUILD index 61999329a1..fa2b74a2c8 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/errors/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/errors/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["errors_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/errors", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/framer/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/framer/BUILD index 8022f0aba2..3a323b1139 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/framer/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/framer/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["framer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/framer", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/BUILD index 6450c3a6d7..5d45073efd 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["httpstream_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/httpstream", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/BUILD index 278bf12ae8..75d6ec0d14 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/BUILD @@ -14,7 +14,6 @@ go_test( "upgrade_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/httpstream/spdy", deps = [ "//vendor/github.com/elazarl/goproxy:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/httpstream:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/intstr/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/intstr/BUILD index b4fe3922ff..73e62bcde8 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/intstr/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/intstr/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["intstr_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/intstr", deps = ["//vendor/github.com/ghodss/yaml:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/util/json/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/json/BUILD index 5838be3f7b..c42821fc88 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/json/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/json/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["json_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/json", ) filegroup( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/BUILD index 233ccad91d..fcdebdb88a 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["patch_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/jsonmergepatch", deps = [ "//vendor/github.com/davecgh/go-spew/spew:go_default_library", "//vendor/github.com/evanphx/json-patch:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/mergepatch/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/mergepatch/BUILD index 3f50c7618d..0ddf97d1db 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/mergepatch/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/mergepatch/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/mergepatch", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/net/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/net/BUILD index 8f6999c92e..9d0fffb11f 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/net/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/net/BUILD @@ -16,7 +16,6 @@ go_test( "util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/net", deps = ["//vendor/github.com/spf13/pflag:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/util/proxy/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/proxy/BUILD index 24083b248d..69e9734cff 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/proxy/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/proxy/BUILD @@ -14,7 +14,6 @@ go_test( "upgradeaware_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/proxy", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/rand/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/rand/BUILD index 12254b4a20..27126ab598 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/rand/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/rand/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["rand_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/rand", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/runtime/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/runtime/BUILD index 521efc220e..6407b8bd26 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/runtime/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/runtime/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["runtime_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/runtime", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/sets/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/sets/BUILD index 17bb4010ed..ec2f234766 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/sets/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/sets/BUILD @@ -52,7 +52,6 @@ go_test( name = "go_default_test", srcs = ["set_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/sets", ) filegroup( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/BUILD index 2f4bcea4d8..2d6088929e 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/BUILD @@ -14,7 +14,6 @@ go_test( "testdata/swagger-precision-item.json", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/strategicpatch", deps = [ "//vendor/github.com/davecgh/go-spew/spew:go_default_library", "//vendor/github.com/ghodss/yaml:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/validation/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/validation/BUILD index 40ee235010..db599cbb7a 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/validation/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/validation", deps = ["//vendor/k8s.io/apimachinery/pkg/util/validation/field:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/util/validation/field/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/validation/field/BUILD index 6a2f815ed8..fc59dd81cd 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/validation/field/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/validation/field/BUILD @@ -13,7 +13,6 @@ go_test( "path_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/validation/field", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/wait/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/wait/BUILD index 20046645a3..c062f3818d 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/wait/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/wait/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["wait_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/wait", deps = ["//vendor/k8s.io/apimachinery/pkg/util/runtime:go_default_library"], ) diff --git a/staging/src/k8s.io/apimachinery/pkg/util/waitgroup/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/waitgroup/BUILD index a7ecb9d68e..6cba6d1761 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/waitgroup/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/waitgroup/BUILD @@ -14,7 +14,6 @@ go_test( name = "go_default_test", srcs = ["waitgroup_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/waitgroup", ) filegroup( diff --git a/staging/src/k8s.io/apimachinery/pkg/util/yaml/BUILD b/staging/src/k8s.io/apimachinery/pkg/util/yaml/BUILD index 0208039a88..596ea292a9 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/yaml/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/util/yaml/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["decoder_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/util/yaml", ) go_library( diff --git a/staging/src/k8s.io/apimachinery/pkg/watch/BUILD b/staging/src/k8s.io/apimachinery/pkg/watch/BUILD index 36c4ad64e3..3106af8f1f 100644 --- a/staging/src/k8s.io/apimachinery/pkg/watch/BUILD +++ b/staging/src/k8s.io/apimachinery/pkg/watch/BUILD @@ -36,7 +36,6 @@ go_test( "streamwatcher_test.go", "watch_test.go", ], - importpath = "k8s.io/apimachinery/pkg/watch_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", @@ -49,7 +48,6 @@ go_test( name = "go_default_test", srcs = ["until_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/pkg/watch", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apimachinery/third_party/forked/golang/json/BUILD b/staging/src/k8s.io/apimachinery/third_party/forked/golang/json/BUILD index d4b5f696ff..7ece664d06 100644 --- a/staging/src/k8s.io/apimachinery/third_party/forked/golang/json/BUILD +++ b/staging/src/k8s.io/apimachinery/third_party/forked/golang/json/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["fields_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/third_party/forked/golang/json", ) filegroup( diff --git a/staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect/BUILD b/staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect/BUILD index 1069d9b93d..22c8ec0494 100644 --- a/staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect/BUILD +++ b/staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["deep_equal_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apimachinery/third_party/forked/golang/reflect", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/admission/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/BUILD index e0f0a5bbf9..78aed4c7ea 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/BUILD @@ -15,7 +15,6 @@ go_test( "handler_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/configuration/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/configuration/BUILD index 13a7afbd78..95d8f6545a 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/configuration/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/configuration/BUILD @@ -15,7 +15,6 @@ go_test( "validating_webhook_manager_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/configuration", deps = [ "//vendor/k8s.io/api/admissionregistration/v1alpha1:go_default_library", "//vendor/k8s.io/api/admissionregistration/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/initializer/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/initializer/BUILD index 6884d643a4..a5fcdf48b9 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/initializer/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/initializer/BUILD @@ -25,7 +25,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["initializer_test.go"], - importpath = "k8s.io/apiserver/pkg/admission/initializer_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/metrics/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/metrics/BUILD index 22e4b1f3b2..84a1349279 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/metrics/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/metrics/BUILD @@ -18,7 +18,6 @@ go_test( "testutil_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/metrics", deps = [ "//vendor/github.com/prometheus/client_golang/prometheus:go_default_library", "//vendor/github.com/prometheus/client_model/go:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/initialization/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/initialization/BUILD index 9410779b8f..06596dc93a 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/initialization/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/initialization/BUILD @@ -47,7 +47,6 @@ go_test( name = "go_default_test", srcs = ["initialization_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/initialization", deps = [ "//vendor/k8s.io/api/admissionregistration/v1alpha1:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/BUILD index 101cd77000..8fec752b05 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/BUILD index b4cfcdfb6e..0873444dd6 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/BUILD @@ -33,7 +33,6 @@ go_test( "serviceresolver_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/config", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/diff:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors/BUILD index 60b64519b1..eabd499e1d 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors/BUILD @@ -19,7 +19,6 @@ go_test( name = "go_default_test", srcs = ["statuserror_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/errors", deps = ["//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/initializer/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/initializer/BUILD index f81cea70d6..e09f051d95 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/initializer/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/initializer/BUILD @@ -15,7 +15,6 @@ go_test( name = "go_default_test", srcs = ["initializer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/initializer", deps = [ "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", "//vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/config:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/BUILD index 85bc608d79..cf175b51d1 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/BUILD @@ -37,7 +37,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/mutating", deps = [ "//vendor/k8s.io/api/admission/v1beta1:go_default_library", "//vendor/k8s.io/api/admissionregistration/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/namespace/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/namespace/BUILD index 3c25272691..3a71df210b 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/namespace/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/namespace/BUILD @@ -25,7 +25,6 @@ go_test( name = "go_default_test", srcs = ["matcher_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/namespace", deps = [ "//vendor/k8s.io/api/admissionregistration/v1beta1:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/rules/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/rules/BUILD index 4e62c6ac0f..7328fe3019 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/rules/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/rules/BUILD @@ -15,7 +15,6 @@ go_test( name = "go_default_test", srcs = ["rules_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/rules", deps = [ "//vendor/k8s.io/api/admissionregistration/v1beta1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/BUILD index e4bf9ced2d..b5c62d0986 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["admission_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/validating", deps = [ "//vendor/k8s.io/api/admission/v1beta1:go_default_library", "//vendor/k8s.io/api/admissionregistration/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/versioned/BUILD b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/versioned/BUILD index f16c617ac1..f3446c1c48 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/versioned/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/versioned/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["conversion_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/admission/plugin/webhook/versioned", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/install/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/audit/install/BUILD index c4acc260e5..2da7015f55 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/audit/install/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/install/BUILD @@ -38,7 +38,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/audit/install", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", "//vendor/k8s.io/apiserver/pkg/apis/audit/fuzzer:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/BUILD index f1c5fbf335..b6729cdf93 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/BUILD @@ -55,7 +55,6 @@ go_test( name = "go_default_test", srcs = ["conversion_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/audit/v1alpha1", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1/BUILD index 723df6f843..6088e4aa68 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1/BUILD @@ -56,7 +56,6 @@ go_test( name = "go_default_test", srcs = ["conversion_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/audit/v1beta1", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/validation/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/audit/validation/BUILD index 60740ace09..9602136747 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/audit/validation/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/validation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["validation_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/audit/validation", deps = ["//vendor/k8s.io/apiserver/pkg/apis/audit:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/apis/example/install/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/example/install/BUILD index 51f33af007..011bc1dfff 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/example/install/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/example/install/BUILD @@ -23,7 +23,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/example/install", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", "//vendor/k8s.io/apiserver/pkg/apis/example/fuzzer:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/apis/example2/install/BUILD b/staging/src/k8s.io/apiserver/pkg/apis/example2/install/BUILD index 9909a6a7be..2bcdf82d94 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/example2/install/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/apis/example2/install/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/apis/example2/install", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library", "//vendor/k8s.io/apiserver/pkg/apis/example/fuzzer:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/audit/BUILD b/staging/src/k8s.io/apiserver/pkg/audit/BUILD index 7ec6cea182..bb477b602e 100644 --- a/staging/src/k8s.io/apiserver/pkg/audit/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/audit/BUILD @@ -43,7 +43,6 @@ go_test( "union_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/audit", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/types:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/audit/policy/BUILD b/staging/src/k8s.io/apiserver/pkg/audit/policy/BUILD index 0873ac9955..893935d324 100644 --- a/staging/src/k8s.io/apiserver/pkg/audit/policy/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/audit/policy/BUILD @@ -13,7 +13,6 @@ go_test( "reader_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/audit/policy", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/group/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/group/BUILD index cdb74e4e42..e84022f3b4 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/group/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/group/BUILD @@ -13,7 +13,6 @@ go_test( "token_group_adder_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/group", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/anonymous/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/anonymous/BUILD index 78165e4f4c..79738848a9 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/anonymous/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/anonymous/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["anonymous_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/anonymous", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/bearertoken/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/bearertoken/BUILD index b338a0c786..1443815cdf 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/bearertoken/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/bearertoken/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["bearertoken_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/bearertoken", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest/BUILD index 351b1b6452..a5511a3881 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["requestheader_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/headerrequest", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/union/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/union/BUILD index ce7c9bb500..ec4e17c897 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/union/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/union/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["unionauth_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/union", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/websocket/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/websocket/BUILD index bab8582952..f5b5003510 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/websocket/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/websocket/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["protocol_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/websocket", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/request/x509/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/request/x509/BUILD index 4297b8c4e7..45d1bda2e4 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/request/x509/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/request/x509/BUILD @@ -16,7 +16,6 @@ go_test( "testdata/root.pem", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/request/x509", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/BUILD index 21dc23720c..3a60436e4f 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/serviceaccount", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/token/cache/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/token/cache/BUILD index 55387ec469..e225acccce 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/token/cache/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/token/cache/BUILD @@ -13,7 +13,6 @@ go_test( "cached_token_authenticator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/token/cache", deps = [ "//vendor/github.com/pborman/uuid:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile/BUILD index 6b2233591c..dfa4368889 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["tokenfile_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/token/tokenfile", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/authentication/token/union/BUILD b/staging/src/k8s.io/apiserver/pkg/authentication/token/union/BUILD index 3167a6bc1d..a8ba31c28a 100644 --- a/staging/src/k8s.io/apiserver/pkg/authentication/token/union/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authentication/token/union/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["unionauth_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authentication/token/union", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/BUILD b/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/BUILD index 660c4daacf..d40a88c5a1 100644 --- a/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["builtin_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authorization/authorizerfactory", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", "//vendor/k8s.io/apiserver/pkg/authorization/authorizer:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/authorization/union/BUILD b/staging/src/k8s.io/apiserver/pkg/authorization/union/BUILD index 84f5aac647..103f9790b1 100644 --- a/staging/src/k8s.io/apiserver/pkg/authorization/union/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/authorization/union/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["union_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/authorization/union", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", "//vendor/k8s.io/apiserver/pkg/authorization/authorizer:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/BUILD index f2a8e3cffc..6b2096e9ca 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/BUILD @@ -16,7 +16,6 @@ go_test( "watch_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints", deps = [ "//vendor/github.com/emicklei/go-restful:go_default_library", "//vendor/golang.org/x/net/websocket:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/discovery/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/discovery/BUILD index d3d1200920..cf2da3c323 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/discovery/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/discovery/BUILD @@ -13,7 +13,6 @@ go_test( "root_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/discovery", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apimachinery/announced:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/filters/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/filters/BUILD index 0e64044e68..98dbb32b74 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/filters/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/filters/BUILD @@ -18,7 +18,6 @@ go_test( "requestinfo_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/filters", deps = [ "//vendor/github.com/pborman/uuid:go_default_library", "//vendor/k8s.io/api/authentication/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/BUILD index f1867bf0ea..0826e242df 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/BUILD @@ -13,7 +13,6 @@ go_test( "rest_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/handlers", deps = [ "//vendor/github.com/evanphx/json-patch:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/BUILD index 936a35639d..828e556d5c 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["negotiate_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/handlers/negotiation", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/BUILD index a1ee2eda2f..a8505eb93f 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/BUILD @@ -13,7 +13,6 @@ go_test( "status_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/handlers/responsewriters", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/BUILD index 57b4aa6e92..6aef95e2dc 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["metrics_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/metrics", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/openapi/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/openapi/BUILD index a4b24bdc2b..875531c3db 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/openapi/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/openapi/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["openapi_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/openapi", deps = [ "//vendor/github.com/go-openapi/spec:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/request/BUILD b/staging/src/k8s.io/apiserver/pkg/endpoints/request/BUILD index ff4914bb25..bda772f4e7 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/request/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/request/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["requestinfo_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/endpoints/request", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", @@ -40,7 +39,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["context_test.go"], - importpath = "k8s.io/apiserver/pkg/endpoints/request_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/types:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/BUILD b/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/BUILD index 76bac16f2d..01fcf45ad2 100644 --- a/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/BUILD @@ -13,7 +13,6 @@ go_test( "store_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/registry/generic/registry", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/registry/generic/rest/BUILD b/staging/src/k8s.io/apiserver/pkg/registry/generic/rest/BUILD index 32cb78d8ad..98cb775725 100644 --- a/staging/src/k8s.io/apiserver/pkg/registry/generic/rest/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/registry/generic/rest/BUILD @@ -13,7 +13,6 @@ go_test( "streamer_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/registry/generic/rest", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/registry/rest/BUILD b/staging/src/k8s.io/apiserver/pkg/registry/rest/BUILD index e3ab6e10d6..e638251d15 100644 --- a/staging/src/k8s.io/apiserver/pkg/registry/rest/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/registry/rest/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["meta_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/registry/rest", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/BUILD b/staging/src/k8s.io/apiserver/pkg/server/BUILD index 52b6417078..1603aa0159 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/BUILD @@ -14,7 +14,6 @@ go_test( "genericapiserver_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/filters/BUILD b/staging/src/k8s.io/apiserver/pkg/server/filters/BUILD index 8fed237978..6404a3953c 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/filters/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/filters/BUILD @@ -15,7 +15,6 @@ go_test( "timeout_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/filters", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/healthz/BUILD b/staging/src/k8s.io/apiserver/pkg/server/healthz/BUILD index c95bc6d516..f4ccb49650 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/healthz/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/healthz/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["healthz_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/healthz", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/server/httplog/BUILD b/staging/src/k8s.io/apiserver/pkg/server/httplog/BUILD index 638975d039..3a620708a1 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/httplog/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/httplog/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["httplog_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/httplog", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/server/mux/BUILD b/staging/src/k8s.io/apiserver/pkg/server/mux/BUILD index 0df54a3f06..5cc9e13d26 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/mux/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/mux/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["pathrecorder_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/mux", deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/server/options/BUILD b/staging/src/k8s.io/apiserver/pkg/server/options/BUILD index 0787956727..9eda89b33c 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/options/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/options/BUILD @@ -77,7 +77,6 @@ go_test( ], data = glob(["testdata/**"]), embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/options", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/BUILD b/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/BUILD index aebe16461a..471306cba7 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/BUILD @@ -28,7 +28,6 @@ go_test( name = "go_default_test", srcs = ["config_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/options/encryptionconfig", deps = [ "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", "//vendor/k8s.io/apiserver/pkg/storage/value:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/resourceconfig/BUILD b/staging/src/k8s.io/apiserver/pkg/server/resourceconfig/BUILD index 42360074e7..5036ae75bc 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/resourceconfig/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/resourceconfig/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/resourceconfig", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/api/extensions/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/server/storage/BUILD b/staging/src/k8s.io/apiserver/pkg/server/storage/BUILD index 6bedc3672f..d79f705274 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/storage/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/server/storage/BUILD @@ -13,7 +13,6 @@ go_test( "storage_factory_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/server/storage", deps = [ "//vendor/k8s.io/apimachinery/pkg/apimachinery/announced:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apimachinery/registered:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/BUILD index e940b264f7..387ccf7f45 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/BUILD @@ -16,7 +16,6 @@ go_test( "watch_cache_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/etcd/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/etcd/BUILD index 55e33f1a54..0269e4e1db 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/etcd/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/etcd/BUILD @@ -14,7 +14,6 @@ go_test( "etcd_watcher_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/etcd", deps = [ "//vendor/github.com/coreos/etcd/client:go_default_library", "//vendor/golang.org/x/net/context:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/etcd/util/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/etcd/util/BUILD index 537638e61e..a0ad4fc56d 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/etcd/util/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/etcd/util/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["etcd_util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/etcd/util", deps = [ "//vendor/github.com/coreos/etcd/client:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/BUILD index 27b429e70f..29f7899503 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/BUILD @@ -14,7 +14,6 @@ go_test( "watcher_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/etcd3", deps = [ "//vendor/github.com/coreos/etcd/clientv3:go_default_library", "//vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/preflight/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/preflight/BUILD index 6396c47e34..7b8cb68dd3 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/etcd3/preflight/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/etcd3/preflight/BUILD @@ -16,7 +16,6 @@ go_test( name = "go_default_test", srcs = ["checks_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/etcd3/preflight", deps = ["//vendor/k8s.io/apimachinery/pkg/util/wait:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/names/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/names/BUILD index 020b441038..0accf5b7b0 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/names/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/names/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["generate_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/names", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/BUILD index d604cf5e87..9b6666c8c5 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["tls_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/storagebackend/factory", deps = [ "//vendor/github.com/coreos/etcd/integration:go_default_library", "//vendor/github.com/coreos/etcd/pkg/transport:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/tests/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/tests/BUILD index 5637b197ce..8560684393 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/tests/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/tests/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["cacher_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/tests", deps = [ "//vendor/golang.org/x/net/context:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/value/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/value/BUILD index cfb01af40e..2e132c760e 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/value/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/value/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["transformer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/value", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/BUILD index 43fdb6a81b..920e6fa2b3 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["aes_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/value/encrypt/aes", deps = ["//vendor/k8s.io/apiserver/pkg/storage/value:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD index 0984fd2088..30f281e4dc 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/BUILD @@ -30,7 +30,6 @@ go_test( "grpc_service_unix_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/value/encrypt/envelope", deps = [ "//vendor/golang.org/x/sys/unix:go_default_library", "//vendor/google.golang.org/grpc:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox/BUILD index bbd06a77d1..252b721a97 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["secretbox_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/storage/value/encrypt/secretbox", deps = ["//vendor/k8s.io/apiserver/pkg/storage/value:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/util/feature/BUILD b/staging/src/k8s.io/apiserver/pkg/util/feature/BUILD index 73ed3f7956..157aa49e6c 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/feature/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/feature/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["feature_gate_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/feature", deps = ["//vendor/github.com/spf13/pflag:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/util/flag/BUILD b/staging/src/k8s.io/apiserver/pkg/util/flag/BUILD index f6aae4b336..7a73ad0d5f 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/flag/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/flag/BUILD @@ -17,7 +17,6 @@ go_test( "namedcertkey_flag_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/flag", deps = ["//vendor/github.com/spf13/pflag:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/pkg/util/flushwriter/BUILD b/staging/src/k8s.io/apiserver/pkg/util/flushwriter/BUILD index b8f71d9eb1..2ca558aac8 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/flushwriter/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/flushwriter/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["writer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/flushwriter", ) go_library( diff --git a/staging/src/k8s.io/apiserver/pkg/util/proxy/BUILD b/staging/src/k8s.io/apiserver/pkg/util/proxy/BUILD index ae20ee258e..43caff5f08 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/proxy/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/proxy/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["proxy_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/proxy", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/util/webhook/BUILD b/staging/src/k8s.io/apiserver/pkg/util/webhook/BUILD index 7904c80d38..4cacaf511a 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/webhook/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/webhook/BUILD @@ -30,7 +30,6 @@ go_test( "webhook_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/webhook", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apimachinery/registered:go_default_library", diff --git a/staging/src/k8s.io/apiserver/pkg/util/wsstream/BUILD b/staging/src/k8s.io/apiserver/pkg/util/wsstream/BUILD index d55cd63e4e..3d1c90f612 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/wsstream/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/util/wsstream/BUILD @@ -13,7 +13,6 @@ go_test( "stream_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/pkg/util/wsstream", deps = ["//vendor/golang.org/x/net/websocket:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/audit/log/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/audit/log/BUILD index 2a813130e9..13f4422db4 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/audit/log/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/audit/log/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["backend_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/audit/log", deps = [ "//vendor/github.com/pborman/uuid:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apimachinery/announced:go_default_library", diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook/BUILD index da2537d316..0c56f284aa 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook/BUILD @@ -13,7 +13,6 @@ go_test( "webhook_v1alpha1_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/audit/webhook", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/github.com/stretchr/testify/require:go_default_library", diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/BUILD index e30c73595f..ee53216eef 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["allow_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authenticator/password/allow", ) go_library( diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile/BUILD index e1c08c1c88..bbb163a9b4 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["passwordfile_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile", deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"], ) diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth/BUILD index 70b75a247a..dfab4b400c 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["basicauth_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth", deps = [ "//vendor/k8s.io/apiserver/pkg/authentication/authenticator:go_default_library", "//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library", diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/BUILD index 8618d20de0..ebc3bfb635 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["oidc_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authenticator/token/oidc", deps = [ "//vendor/github.com/coreos/go-oidc/jose:go_default_library", "//vendor/github.com/coreos/go-oidc/oidc:go_default_library", diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/BUILD index be598daa9e..5da907a975 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/BUILD @@ -13,7 +13,6 @@ go_test( "webhook_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authenticator/token/webhook", deps = [ "//vendor/k8s.io/api/authentication/v1beta1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/BUILD b/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/BUILD index 2cee86fd34..08acf7b848 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/BUILD +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/BUILD @@ -13,7 +13,6 @@ go_test( "webhook_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/apiserver/plugin/pkg/authorizer/webhook", deps = [ "//vendor/k8s.io/api/authorization/v1beta1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/client-go/discovery/BUILD b/staging/src/k8s.io/client-go/discovery/BUILD index e47b052769..19523ba53e 100644 --- a/staging/src/k8s.io/client-go/discovery/BUILD +++ b/staging/src/k8s.io/client-go/discovery/BUILD @@ -39,7 +39,6 @@ go_test( "helper_blackbox_test.go", "restmapper_test.go", ], - importpath = "k8s.io/client-go/discovery_test", deps = [ "//vendor/github.com/gogo/protobuf/proto:go_default_library", "//vendor/github.com/googleapis/gnostic/OpenAPIv2:go_default_library", diff --git a/staging/src/k8s.io/client-go/discovery/cached/BUILD b/staging/src/k8s.io/client-go/discovery/cached/BUILD index 03fa7edcf8..279e0ff9aa 100644 --- a/staging/src/k8s.io/client-go/discovery/cached/BUILD +++ b/staging/src/k8s.io/client-go/discovery/cached/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["memcache_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/discovery/cached", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/client-go/discovery/fake:go_default_library", diff --git a/staging/src/k8s.io/client-go/discovery/fake/BUILD b/staging/src/k8s.io/client-go/discovery/fake/BUILD index 1477088da8..5b50832a80 100644 --- a/staging/src/k8s.io/client-go/discovery/fake/BUILD +++ b/staging/src/k8s.io/client-go/discovery/fake/BUILD @@ -37,7 +37,6 @@ filegroup( go_test( name = "go_default_xtest", srcs = ["discovery_test.go"], - importpath = "k8s.io/client-go/discovery/fake_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/version:go_default_library", "//vendor/k8s.io/client-go/discovery/fake:go_default_library", diff --git a/staging/src/k8s.io/client-go/dynamic/BUILD b/staging/src/k8s.io/client-go/dynamic/BUILD index c8d61b292b..3642f6a0f7 100644 --- a/staging/src/k8s.io/client-go/dynamic/BUILD +++ b/staging/src/k8s.io/client-go/dynamic/BUILD @@ -13,7 +13,6 @@ go_test( "dynamic_util_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/dynamic", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured:go_default_library", diff --git a/staging/src/k8s.io/client-go/examples/create-update-delete-deployment/BUILD b/staging/src/k8s.io/client-go/examples/create-update-delete-deployment/BUILD index 752e68ed54..2da72ec9fc 100644 --- a/staging/src/k8s.io/client-go/examples/create-update-delete-deployment/BUILD +++ b/staging/src/k8s.io/client-go/examples/create-update-delete-deployment/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "create-update-delete-deployment", embed = [":go_default_library"], - importpath = "k8s.io/client-go/examples/create-update-delete-deployment", ) go_library( diff --git a/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/BUILD b/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/BUILD index 509d79a810..f4146ae37f 100644 --- a/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/BUILD +++ b/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "in-cluster-client-configuration", embed = [":go_default_library"], - importpath = "k8s.io/client-go/examples/in-cluster-client-configuration", ) go_library( diff --git a/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/BUILD b/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/BUILD index 1cee29c83f..2fda9686f7 100644 --- a/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/BUILD +++ b/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "out-of-cluster-client-configuration", embed = [":go_default_library"], - importpath = "k8s.io/client-go/examples/out-of-cluster-client-configuration", ) go_library( diff --git a/staging/src/k8s.io/client-go/examples/workqueue/BUILD b/staging/src/k8s.io/client-go/examples/workqueue/BUILD index d65b8a2f1f..8c3c7cb519 100644 --- a/staging/src/k8s.io/client-go/examples/workqueue/BUILD +++ b/staging/src/k8s.io/client-go/examples/workqueue/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "workqueue", embed = [":go_default_library"], - importpath = "k8s.io/client-go/examples/workqueue", ) go_library( diff --git a/staging/src/k8s.io/client-go/listers/extensions/v1beta1/BUILD b/staging/src/k8s.io/client-go/listers/extensions/v1beta1/BUILD index 510c8df6d8..49b895c3e6 100644 --- a/staging/src/k8s.io/client-go/listers/extensions/v1beta1/BUILD +++ b/staging/src/k8s.io/client-go/listers/extensions/v1beta1/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["daemonset_expansion_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/listers/extensions/v1beta1", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/api/extensions/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD index 768919b5a2..682776db5f 100644 --- a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD +++ b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["azure_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/plugin/pkg/client/auth/azure", deps = ["//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/BUILD b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/BUILD index 30c710fc1a..e57e896ae9 100644 --- a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/BUILD +++ b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["gcp_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/plugin/pkg/client/auth/gcp", deps = ["//vendor/golang.org/x/oauth2:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/BUILD b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/BUILD index d2ac146643..ee76fac0d7 100644 --- a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/BUILD +++ b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["oidc_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/plugin/pkg/client/auth/oidc", ) go_library( diff --git a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack/BUILD b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack/BUILD index 1ee50f38ae..750ffd6f53 100644 --- a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack/BUILD +++ b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["openstack_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/plugin/pkg/client/auth/openstack", ) go_library( diff --git a/staging/src/k8s.io/client-go/rest/BUILD b/staging/src/k8s.io/client-go/rest/BUILD index 3d0972dd57..511329b5d9 100644 --- a/staging/src/k8s.io/client-go/rest/BUILD +++ b/staging/src/k8s.io/client-go/rest/BUILD @@ -17,7 +17,6 @@ go_test( "urlbackoff_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/rest", deps = [ "//vendor/github.com/golang/glog:go_default_library", "//vendor/github.com/google/gofuzz:go_default_library", diff --git a/staging/src/k8s.io/client-go/rest/watch/BUILD b/staging/src/k8s.io/client-go/rest/watch/BUILD index 2718328638..30dfadd1fa 100644 --- a/staging/src/k8s.io/client-go/rest/watch/BUILD +++ b/staging/src/k8s.io/client-go/rest/watch/BUILD @@ -27,7 +27,6 @@ go_test( "decoder_test.go", "encoder_test.go", ], - importpath = "k8s.io/client-go/rest/watch_test", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/staging/src/k8s.io/client-go/scale/BUILD b/staging/src/k8s.io/client-go/scale/BUILD index 1f1e0b2a44..b82984243a 100644 --- a/staging/src/k8s.io/client-go/scale/BUILD +++ b/staging/src/k8s.io/client-go/scale/BUILD @@ -36,7 +36,6 @@ go_test( "roundtrip_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/scale", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/api/apps/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/client-go/testing/BUILD b/staging/src/k8s.io/client-go/testing/BUILD index 666a449bd4..dd8d133971 100644 --- a/staging/src/k8s.io/client-go/testing/BUILD +++ b/staging/src/k8s.io/client-go/testing/BUILD @@ -35,7 +35,6 @@ go_test( "fixture_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/testing", deps = [ "//vendor/github.com/stretchr/testify/assert:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/auth/BUILD b/staging/src/k8s.io/client-go/tools/auth/BUILD index b418469efa..5c7718a778 100644 --- a/staging/src/k8s.io/client-go/tools/auth/BUILD +++ b/staging/src/k8s.io/client-go/tools/auth/BUILD @@ -16,7 +16,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["clientauth_test.go"], - importpath = "k8s.io/client-go/tools/auth_test", deps = ["//vendor/k8s.io/client-go/tools/auth:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/tools/bootstrap/token/util/BUILD b/staging/src/k8s.io/client-go/tools/bootstrap/token/util/BUILD index 9c015fb5d1..1d4d10e996 100644 --- a/staging/src/k8s.io/client-go/tools/bootstrap/token/util/BUILD +++ b/staging/src/k8s.io/client-go/tools/bootstrap/token/util/BUILD @@ -15,7 +15,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/bootstrap/token/util", ) filegroup( diff --git a/staging/src/k8s.io/client-go/tools/cache/BUILD b/staging/src/k8s.io/client-go/tools/cache/BUILD index c0af11c51c..524354e87c 100644 --- a/staging/src/k8s.io/client-go/tools/cache/BUILD +++ b/staging/src/k8s.io/client-go/tools/cache/BUILD @@ -23,7 +23,6 @@ go_test( "undelta_store_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/cache", race = "off", deps = [ "//vendor/github.com/google/gofuzz:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/cache/testing/BUILD b/staging/src/k8s.io/client-go/tools/cache/testing/BUILD index b4816f9ed4..d1658af4d0 100644 --- a/staging/src/k8s.io/client-go/tools/cache/testing/BUILD +++ b/staging/src/k8s.io/client-go/tools/cache/testing/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["fake_controller_source_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/cache/testing", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/clientcmd/BUILD b/staging/src/k8s.io/client-go/tools/clientcmd/BUILD index 4e3ad95b15..c46c76d5d6 100644 --- a/staging/src/k8s.io/client-go/tools/clientcmd/BUILD +++ b/staging/src/k8s.io/client-go/tools/clientcmd/BUILD @@ -16,7 +16,6 @@ go_test( "validation_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/clientcmd", deps = [ "//vendor/github.com/ghodss/yaml:go_default_library", "//vendor/github.com/imdario/mergo:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/clientcmd/api/BUILD b/staging/src/k8s.io/client-go/tools/clientcmd/api/BUILD index ecb65fa30e..b2fd138241 100644 --- a/staging/src/k8s.io/client-go/tools/clientcmd/api/BUILD +++ b/staging/src/k8s.io/client-go/tools/clientcmd/api/BUILD @@ -13,7 +13,6 @@ go_test( "types_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/clientcmd/api", deps = ["//vendor/github.com/ghodss/yaml:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/tools/leaderelection/BUILD b/staging/src/k8s.io/client-go/tools/leaderelection/BUILD index d48e68690d..22e020d8c7 100644 --- a/staging/src/k8s.io/client-go/tools/leaderelection/BUILD +++ b/staging/src/k8s.io/client-go/tools/leaderelection/BUILD @@ -24,7 +24,6 @@ go_test( name = "go_default_test", srcs = ["leaderelection_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/leaderelection", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/pager/BUILD b/staging/src/k8s.io/client-go/tools/pager/BUILD index d30a10cd6e..4d07429af8 100644 --- a/staging/src/k8s.io/client-go/tools/pager/BUILD +++ b/staging/src/k8s.io/client-go/tools/pager/BUILD @@ -38,7 +38,6 @@ go_test( name = "go_default_test", srcs = ["pager_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/pager", deps = [ "//vendor/golang.org/x/net/context:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/portforward/BUILD b/staging/src/k8s.io/client-go/tools/portforward/BUILD index c923911672..e2fb01e737 100644 --- a/staging/src/k8s.io/client-go/tools/portforward/BUILD +++ b/staging/src/k8s.io/client-go/tools/portforward/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["portforward_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/portforward", deps = ["//vendor/k8s.io/apimachinery/pkg/util/httpstream:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/tools/record/BUILD b/staging/src/k8s.io/client-go/tools/record/BUILD index 5fbd06bbf1..0799afe7ea 100644 --- a/staging/src/k8s.io/client-go/tools/record/BUILD +++ b/staging/src/k8s.io/client-go/tools/record/BUILD @@ -13,7 +13,6 @@ go_test( "events_cache_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/record", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", diff --git a/staging/src/k8s.io/client-go/tools/remotecommand/BUILD b/staging/src/k8s.io/client-go/tools/remotecommand/BUILD index 8d856e93e6..b30c122c34 100644 --- a/staging/src/k8s.io/client-go/tools/remotecommand/BUILD +++ b/staging/src/k8s.io/client-go/tools/remotecommand/BUILD @@ -13,7 +13,6 @@ go_test( "v4_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/tools/remotecommand", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/httpstream:go_default_library", diff --git a/staging/src/k8s.io/client-go/transport/BUILD b/staging/src/k8s.io/client-go/transport/BUILD index d9c8502faf..71494544a6 100644 --- a/staging/src/k8s.io/client-go/transport/BUILD +++ b/staging/src/k8s.io/client-go/transport/BUILD @@ -14,7 +14,6 @@ go_test( "transport_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/transport", ) go_library( diff --git a/staging/src/k8s.io/client-go/util/buffer/BUILD b/staging/src/k8s.io/client-go/util/buffer/BUILD index da23420e93..d3b2652cee 100644 --- a/staging/src/k8s.io/client-go/util/buffer/BUILD +++ b/staging/src/k8s.io/client-go/util/buffer/BUILD @@ -11,7 +11,6 @@ go_test( name = "go_default_test", srcs = ["ring_growing_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/buffer", deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/util/cert/BUILD b/staging/src/k8s.io/client-go/util/cert/BUILD index 121de49fb9..799979d46b 100644 --- a/staging/src/k8s.io/client-go/util/cert/BUILD +++ b/staging/src/k8s.io/client-go/util/cert/BUILD @@ -14,7 +14,6 @@ go_test( ], data = glob(["testdata/**"]), embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/cert", ) go_library( diff --git a/staging/src/k8s.io/client-go/util/certificate/BUILD b/staging/src/k8s.io/client-go/util/certificate/BUILD index 7f54ae3df0..dfc5c39335 100644 --- a/staging/src/k8s.io/client-go/util/certificate/BUILD +++ b/staging/src/k8s.io/client-go/util/certificate/BUILD @@ -15,7 +15,6 @@ go_test( "certificate_store_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/certificate", tags = ["automanaged"], deps = [ "//vendor/k8s.io/api/certificates/v1beta1:go_default_library", diff --git a/staging/src/k8s.io/client-go/util/certificate/csr/BUILD b/staging/src/k8s.io/client-go/util/certificate/csr/BUILD index b45251b98f..c1bcd9578e 100644 --- a/staging/src/k8s.io/client-go/util/certificate/csr/BUILD +++ b/staging/src/k8s.io/client-go/util/certificate/csr/BUILD @@ -43,7 +43,6 @@ go_test( name = "go_default_test", srcs = ["csr_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/certificate/csr", deps = [ "//vendor/k8s.io/api/certificates/v1beta1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/client-go/util/flowcontrol/BUILD b/staging/src/k8s.io/client-go/util/flowcontrol/BUILD index 6590d5cb4c..819bb7ef36 100644 --- a/staging/src/k8s.io/client-go/util/flowcontrol/BUILD +++ b/staging/src/k8s.io/client-go/util/flowcontrol/BUILD @@ -13,7 +13,6 @@ go_test( "throttle_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/flowcontrol", deps = ["//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library"], ) diff --git a/staging/src/k8s.io/client-go/util/integer/BUILD b/staging/src/k8s.io/client-go/util/integer/BUILD index 6de17569a9..8a2105e468 100644 --- a/staging/src/k8s.io/client-go/util/integer/BUILD +++ b/staging/src/k8s.io/client-go/util/integer/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["integer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/integer", ) go_library( diff --git a/staging/src/k8s.io/client-go/util/jsonpath/BUILD b/staging/src/k8s.io/client-go/util/jsonpath/BUILD index 2686d5ee86..ab43accd60 100644 --- a/staging/src/k8s.io/client-go/util/jsonpath/BUILD +++ b/staging/src/k8s.io/client-go/util/jsonpath/BUILD @@ -13,7 +13,6 @@ go_test( "parser_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/jsonpath", ) go_library( diff --git a/staging/src/k8s.io/client-go/util/retry/BUILD b/staging/src/k8s.io/client-go/util/retry/BUILD index bf008c9162..d745813103 100644 --- a/staging/src/k8s.io/client-go/util/retry/BUILD +++ b/staging/src/k8s.io/client-go/util/retry/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/retry", deps = [ "//vendor/k8s.io/apimachinery/pkg/api/errors:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", diff --git a/staging/src/k8s.io/client-go/util/testing/BUILD b/staging/src/k8s.io/client-go/util/testing/BUILD index 956b9d1ae8..726a30f926 100644 --- a/staging/src/k8s.io/client-go/util/testing/BUILD +++ b/staging/src/k8s.io/client-go/util/testing/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["fake_handler_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/testing", ) go_library( diff --git a/staging/src/k8s.io/client-go/util/workqueue/BUILD b/staging/src/k8s.io/client-go/util/workqueue/BUILD index 54a299eb61..7fb9fba481 100644 --- a/staging/src/k8s.io/client-go/util/workqueue/BUILD +++ b/staging/src/k8s.io/client-go/util/workqueue/BUILD @@ -14,7 +14,6 @@ go_test( "rate_limitting_queue_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/client-go/util/workqueue", deps = [ "//vendor/k8s.io/apimachinery/pkg/util/clock:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/wait:go_default_library", @@ -43,7 +42,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["queue_test.go"], - importpath = "k8s.io/client-go/util/workqueue_test", deps = ["//vendor/k8s.io/client-go/util/workqueue:go_default_library"], ) diff --git a/staging/src/k8s.io/code-generator/cmd/client-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/client-gen/BUILD index ce49c939ef..a164fdfb54 100644 --- a/staging/src/k8s.io/code-generator/cmd/client-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/client-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "client-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/client-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/client-gen/args/BUILD b/staging/src/k8s.io/code-generator/cmd/client-gen/args/BUILD index d9068b6677..30c6bbd1bf 100644 --- a/staging/src/k8s.io/code-generator/cmd/client-gen/args/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/client-gen/args/BUILD @@ -39,7 +39,6 @@ go_test( name = "go_default_test", srcs = ["gvpackages_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/client-gen/args", deps = [ "//vendor/github.com/spf13/pflag:go_default_library", "//vendor/k8s.io/code-generator/cmd/client-gen/types:go_default_library", diff --git a/staging/src/k8s.io/code-generator/cmd/client-gen/generators/util/BUILD b/staging/src/k8s.io/code-generator/cmd/client-gen/generators/util/BUILD index e355fb513e..4c6767bf9e 100644 --- a/staging/src/k8s.io/code-generator/cmd/client-gen/generators/util/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/client-gen/generators/util/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["tags_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/client-gen/generators/util", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/client-gen/types/BUILD b/staging/src/k8s.io/code-generator/cmd/client-gen/types/BUILD index d5d6e8607e..8ed06ceefa 100644 --- a/staging/src/k8s.io/code-generator/cmd/client-gen/types/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/client-gen/types/BUILD @@ -20,7 +20,6 @@ go_test( name = "go_default_test", srcs = ["helpers_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/client-gen/types", ) filegroup( diff --git a/staging/src/k8s.io/code-generator/cmd/conversion-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/conversion-gen/BUILD index c0fd6862bc..361d8fbe6c 100644 --- a/staging/src/k8s.io/code-generator/cmd/conversion-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/conversion-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "conversion-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/conversion-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/BUILD index ea92990c77..2ddfd82ef7 100644 --- a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "deepcopy-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/deepcopy-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/BUILD index d1d29fe43c..f362fe3144 100644 --- a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "defaulter-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/defaulter-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/BUILD b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/BUILD index 8c334b0144..fcd3cfaa26 100644 --- a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "go-to-protobuf", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/go-to-protobuf", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/BUILD b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/BUILD index be8608c8b5..127a791db8 100644 --- a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/BUILD @@ -35,7 +35,6 @@ go_test( name = "go_default_test", srcs = ["namer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/go-to-protobuf/protobuf", ) filegroup( diff --git a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo/BUILD b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo/BUILD index af0299b4a9..8f00cafb84 100644 --- a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "protoc-gen-gogo", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/import-boss/BUILD b/staging/src/k8s.io/code-generator/cmd/import-boss/BUILD index ea42fe21a3..17ab02ffbe 100644 --- a/staging/src/k8s.io/code-generator/cmd/import-boss/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/import-boss/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "import-boss", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/import-boss", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/informer-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/informer-gen/BUILD index 2211cdfda7..f6a5eec321 100644 --- a/staging/src/k8s.io/code-generator/cmd/informer-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/informer-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "informer-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/informer-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/lister-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/lister-gen/BUILD index c39a4ef614..1e4b2ca3fe 100644 --- a/staging/src/k8s.io/code-generator/cmd/lister-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/lister-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "lister-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/lister-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/openapi-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/openapi-gen/BUILD index 339a2cab96..041d710018 100644 --- a/staging/src/k8s.io/code-generator/cmd/openapi-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/openapi-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "openapi-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/openapi-gen", ) go_library( diff --git a/staging/src/k8s.io/code-generator/cmd/set-gen/BUILD b/staging/src/k8s.io/code-generator/cmd/set-gen/BUILD index b7eb083523..ed8c348096 100644 --- a/staging/src/k8s.io/code-generator/cmd/set-gen/BUILD +++ b/staging/src/k8s.io/code-generator/cmd/set-gen/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "set-gen", embed = [":go_default_library"], - importpath = "k8s.io/code-generator/cmd/set-gen", ) exports_files([ diff --git a/staging/src/k8s.io/kube-aggregator/BUILD b/staging/src/k8s.io/kube-aggregator/BUILD index 269b0df689..eda1d261f2 100644 --- a/staging/src/k8s.io/kube-aggregator/BUILD +++ b/staging/src/k8s.io/kube-aggregator/BUILD @@ -10,7 +10,6 @@ load("//vendor/k8s.io/client-go/pkg/version:def.bzl", "version_x_defs") go_binary( name = "kube-aggregator", embed = [":go_default_library"], - importpath = "k8s.io/kube-aggregator", pure = "on", x_defs = version_x_defs(), ) diff --git a/staging/src/k8s.io/kube-aggregator/pkg/apiserver/BUILD b/staging/src/k8s.io/kube-aggregator/pkg/apiserver/BUILD index 4ddb06b98c..fb99dbbedc 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/apiserver/BUILD +++ b/staging/src/k8s.io/kube-aggregator/pkg/apiserver/BUILD @@ -13,7 +13,6 @@ go_test( "handler_proxy_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kube-aggregator/pkg/apiserver", deps = [ "//vendor/golang.org/x/net/websocket:go_default_library", "//vendor/k8s.io/apimachinery/pkg/api/equality:go_default_library", diff --git a/staging/src/k8s.io/kube-aggregator/pkg/controllers/autoregister/BUILD b/staging/src/k8s.io/kube-aggregator/pkg/controllers/autoregister/BUILD index 4d8f673cf1..0ebe44a369 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/controllers/autoregister/BUILD +++ b/staging/src/k8s.io/kube-aggregator/pkg/controllers/autoregister/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["autoregister_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kube-aggregator/pkg/controllers/autoregister", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/client-go/testing:go_default_library", diff --git a/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/BUILD b/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/BUILD index a85d6224f9..e075551b93 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/BUILD +++ b/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/BUILD @@ -31,7 +31,6 @@ go_test( name = "go_default_test", srcs = ["aggregator_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kube-aggregator/pkg/controllers/openapi", deps = [ "//vendor/github.com/go-openapi/spec:go_default_library", "//vendor/github.com/stretchr/testify/assert:go_default_library", diff --git a/staging/src/k8s.io/kube-aggregator/pkg/controllers/status/BUILD b/staging/src/k8s.io/kube-aggregator/pkg/controllers/status/BUILD index dcd7cf8fa6..fd023c3e90 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/controllers/status/BUILD +++ b/staging/src/k8s.io/kube-aggregator/pkg/controllers/status/BUILD @@ -36,7 +36,6 @@ go_test( name = "go_default_test", srcs = ["available_controller_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kube-aggregator/pkg/controllers/status", deps = [ "//vendor/k8s.io/api/core/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", diff --git a/staging/src/k8s.io/sample-apiserver/BUILD b/staging/src/k8s.io/sample-apiserver/BUILD index 12c7076a7c..d246614552 100644 --- a/staging/src/k8s.io/sample-apiserver/BUILD +++ b/staging/src/k8s.io/sample-apiserver/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "sample-apiserver", embed = [":go_default_library"], - importpath = "k8s.io/sample-apiserver", ) go_library( diff --git a/staging/src/k8s.io/sample-apiserver/pkg/admission/plugin/banflunder/BUILD b/staging/src/k8s.io/sample-apiserver/pkg/admission/plugin/banflunder/BUILD index 18abb9f688..ee9b34d07c 100644 --- a/staging/src/k8s.io/sample-apiserver/pkg/admission/plugin/banflunder/BUILD +++ b/staging/src/k8s.io/sample-apiserver/pkg/admission/plugin/banflunder/BUILD @@ -25,7 +25,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["admission_test.go"], - importpath = "k8s.io/sample-apiserver/pkg/admission/plugin/banflunder_test", deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", diff --git a/staging/src/k8s.io/sample-apiserver/pkg/admission/wardleinitializer/BUILD b/staging/src/k8s.io/sample-apiserver/pkg/admission/wardleinitializer/BUILD index e73d2c387a..8f59fa0f89 100644 --- a/staging/src/k8s.io/sample-apiserver/pkg/admission/wardleinitializer/BUILD +++ b/staging/src/k8s.io/sample-apiserver/pkg/admission/wardleinitializer/BUILD @@ -22,7 +22,6 @@ go_library( go_test( name = "go_default_xtest", srcs = ["wardleinitializer_test.go"], - importpath = "k8s.io/sample-apiserver/pkg/admission/wardleinitializer_test", deps = [ "//vendor/k8s.io/apiserver/pkg/admission:go_default_library", "//vendor/k8s.io/sample-apiserver/pkg/admission/wardleinitializer:go_default_library", diff --git a/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/install/BUILD b/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/install/BUILD index 88655f3441..6db0a64d5f 100644 --- a/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/install/BUILD +++ b/staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/install/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["roundtrip_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/sample-apiserver/pkg/apis/wardle/install", deps = ["//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library"], ) diff --git a/staging/src/k8s.io/sample-apiserver/pkg/apiserver/BUILD b/staging/src/k8s.io/sample-apiserver/pkg/apiserver/BUILD index 603c014fa5..91a0f6d1db 100644 --- a/staging/src/k8s.io/sample-apiserver/pkg/apiserver/BUILD +++ b/staging/src/k8s.io/sample-apiserver/pkg/apiserver/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["scheme_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/sample-apiserver/pkg/apiserver", deps = ["//vendor/k8s.io/apimachinery/pkg/api/testing/roundtrip:go_default_library"], ) diff --git a/staging/src/k8s.io/sample-controller/BUILD b/staging/src/k8s.io/sample-controller/BUILD index 7ae4b97b45..22f5196260 100644 --- a/staging/src/k8s.io/sample-controller/BUILD +++ b/staging/src/k8s.io/sample-controller/BUILD @@ -38,7 +38,6 @@ go_library( go_binary( name = "sample-controller", embed = [":go_default_library"], - importpath = "k8s.io/sample-controller", visibility = ["//visibility:public"], ) diff --git a/test/conformance/BUILD b/test/conformance/BUILD index a91182f13e..95b1042685 100644 --- a/test/conformance/BUILD +++ b/test/conformance/BUILD @@ -10,7 +10,6 @@ go_library( go_binary( name = "conformance", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/conformance", visibility = ["//visibility:public"], ) @@ -54,5 +53,4 @@ go_test( srcs = ["walk_test.go"], data = glob(["testdata/**"]), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/conformance", ) diff --git a/test/e2e/BUILD b/test/e2e/BUILD index d85fe496a6..fef30f75df 100644 --- a/test/e2e/BUILD +++ b/test/e2e/BUILD @@ -10,7 +10,6 @@ go_test( name = "go_default_test", srcs = ["e2e_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e", tags = ["e2e"], deps = [ "//test/e2e/apimachinery:go_default_library", diff --git a/test/e2e/chaosmonkey/BUILD b/test/e2e/chaosmonkey/BUILD index f7b42fc966..90a159dda3 100644 --- a/test/e2e/chaosmonkey/BUILD +++ b/test/e2e/chaosmonkey/BUILD @@ -17,7 +17,6 @@ go_test( name = "go_default_test", srcs = ["chaosmonkey_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/chaosmonkey", tags = ["e2e"], ) diff --git a/test/e2e/framework/BUILD b/test/e2e/framework/BUILD index 9a88fe9a52..ab34585e34 100644 --- a/test/e2e/framework/BUILD +++ b/test/e2e/framework/BUILD @@ -179,5 +179,4 @@ go_test( name = "go_default_test", srcs = ["firewall_util_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/framework", ) diff --git a/test/e2e/framework/timer/BUILD b/test/e2e/framework/timer/BUILD index 27517f4d20..64d0b7160e 100644 --- a/test/e2e/framework/timer/BUILD +++ b/test/e2e/framework/timer/BUILD @@ -15,7 +15,6 @@ go_test( name = "go_default_test", srcs = ["timer_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/framework/timer", deps = ["//vendor/github.com/onsi/gomega:go_default_library"], ) diff --git a/test/e2e/manifest/BUILD b/test/e2e/manifest/BUILD index fe0a963edd..28b290fe79 100644 --- a/test/e2e/manifest/BUILD +++ b/test/e2e/manifest/BUILD @@ -40,6 +40,5 @@ go_test( name = "go_default_test", srcs = ["manifest_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/manifest", deps = ["//vendor/k8s.io/api/extensions/v1beta1:go_default_library"], ) diff --git a/test/e2e/network/scale/localrun/BUILD b/test/e2e/network/scale/localrun/BUILD index 8969ca3f20..7e4f90b136 100644 --- a/test/e2e/network/scale/localrun/BUILD +++ b/test/e2e/network/scale/localrun/BUILD @@ -20,7 +20,6 @@ go_library( go_binary( name = "localrun", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/network/scale/localrun", visibility = ["//visibility:public"], ) diff --git a/test/e2e/scheduling/BUILD b/test/e2e/scheduling/BUILD index ba9a6dfbbc..a759625136 100644 --- a/test/e2e/scheduling/BUILD +++ b/test/e2e/scheduling/BUILD @@ -54,7 +54,6 @@ go_test( name = "go_default_test", srcs = ["taints_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e/scheduling", deps = [ "//test/e2e/framework:go_default_library", "//test/utils:go_default_library", diff --git a/test/e2e_node/BUILD b/test/e2e_node/BUILD index 2d5af832b5..f40e4a8c4b 100644 --- a/test/e2e_node/BUILD +++ b/test/e2e_node/BUILD @@ -115,7 +115,6 @@ go_test( "//conditions:default": [], }), embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e_node", tags = ["e2e"], deps = [ "//pkg/api/v1/node:go_default_library", diff --git a/test/e2e_node/environment/BUILD b/test/e2e_node/environment/BUILD index a1aea56fab..55987878c5 100644 --- a/test/e2e_node/environment/BUILD +++ b/test/e2e_node/environment/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "environment", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e_node/environment", ) go_library( diff --git a/test/e2e_node/runner/local/BUILD b/test/e2e_node/runner/local/BUILD index 2293886aad..98b22515ca 100644 --- a/test/e2e_node/runner/local/BUILD +++ b/test/e2e_node/runner/local/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "local", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e_node/runner/local", ) go_library( diff --git a/test/e2e_node/runner/remote/BUILD b/test/e2e_node/runner/remote/BUILD index 79d4dfb0c2..36ed1b8815 100644 --- a/test/e2e_node/runner/remote/BUILD +++ b/test/e2e_node/runner/remote/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "remote", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e_node/runner/remote", ) go_library( diff --git a/test/e2e_node/system/BUILD b/test/e2e_node/system/BUILD index b99caf0698..0481c4dc1e 100644 --- a/test/e2e_node/system/BUILD +++ b/test/e2e_node/system/BUILD @@ -75,7 +75,6 @@ go_test( "package_validator_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/e2e_node/system", tags = ["e2e"], deps = [ "//vendor/github.com/docker/docker/api/types:go_default_library", diff --git a/test/images/clusterapi-tester/BUILD b/test/images/clusterapi-tester/BUILD index c99cb3fc95..3498f01bdf 100644 --- a/test/images/clusterapi-tester/BUILD +++ b/test/images/clusterapi-tester/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "clusterapi-tester", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/clusterapi-tester", ) go_library( diff --git a/test/images/entrypoint-tester/BUILD b/test/images/entrypoint-tester/BUILD index 4616e5952d..070c76d400 100644 --- a/test/images/entrypoint-tester/BUILD +++ b/test/images/entrypoint-tester/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "entrypoint-tester", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/entrypoint-tester", ) go_library( diff --git a/test/images/fakegitserver/BUILD b/test/images/fakegitserver/BUILD index bd35428c49..17d78b163e 100644 --- a/test/images/fakegitserver/BUILD +++ b/test/images/fakegitserver/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "fakegitserver", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/fakegitserver", ) go_library( diff --git a/test/images/goproxy/BUILD b/test/images/goproxy/BUILD index f4497a2922..0376d68b61 100644 --- a/test/images/goproxy/BUILD +++ b/test/images/goproxy/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "goproxy", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/goproxy", ) go_library( diff --git a/test/images/liveness/BUILD b/test/images/liveness/BUILD index 9bdc8d873a..47e6dd7d98 100644 --- a/test/images/liveness/BUILD +++ b/test/images/liveness/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "liveness", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/liveness", ) go_library( diff --git a/test/images/logs-generator/BUILD b/test/images/logs-generator/BUILD index 74441a3220..75d4196419 100644 --- a/test/images/logs-generator/BUILD +++ b/test/images/logs-generator/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "logs-generator", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/logs-generator", ) go_library( diff --git a/test/images/mounttest/BUILD b/test/images/mounttest/BUILD index 5b6c0ce023..27dceeba20 100644 --- a/test/images/mounttest/BUILD +++ b/test/images/mounttest/BUILD @@ -28,5 +28,4 @@ filegroup( go_binary( name = "mounttest", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/mounttest", ) diff --git a/test/images/n-way-http/BUILD b/test/images/n-way-http/BUILD index 5567ca5358..bcfa957368 100644 --- a/test/images/n-way-http/BUILD +++ b/test/images/n-way-http/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "n-way-http", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/n-way-http", ) go_library( diff --git a/test/images/net/BUILD b/test/images/net/BUILD index e1fd501e19..2d112693d3 100644 --- a/test/images/net/BUILD +++ b/test/images/net/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "net", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/net", ) go_library( diff --git a/test/images/netexec/BUILD b/test/images/netexec/BUILD index 6de769ecfb..825c6e1ca9 100644 --- a/test/images/netexec/BUILD +++ b/test/images/netexec/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "netexec", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/netexec", ) go_library( diff --git a/test/images/nettest/BUILD b/test/images/nettest/BUILD index e439da6437..e5be11ddc4 100644 --- a/test/images/nettest/BUILD +++ b/test/images/nettest/BUILD @@ -34,5 +34,4 @@ filegroup( go_binary( name = "nettest", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/nettest", ) diff --git a/test/images/no-snat-test-proxy/BUILD b/test/images/no-snat-test-proxy/BUILD index 3aa65fce09..bb602dfdb1 100644 --- a/test/images/no-snat-test-proxy/BUILD +++ b/test/images/no-snat-test-proxy/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "no-snat-test-proxy", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/no-snat-test-proxy", ) go_library( diff --git a/test/images/no-snat-test/BUILD b/test/images/no-snat-test/BUILD index 9c8e29cc6d..dceb1b1948 100644 --- a/test/images/no-snat-test/BUILD +++ b/test/images/no-snat-test/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "no-snat-test", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/no-snat-test", ) go_library( diff --git a/test/images/nonewprivs/BUILD b/test/images/nonewprivs/BUILD index fb1d2a20af..7437847d50 100644 --- a/test/images/nonewprivs/BUILD +++ b/test/images/nonewprivs/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "nonewprivs", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/nonewprivs", ) go_library( diff --git a/test/images/pets/peer-finder/BUILD b/test/images/pets/peer-finder/BUILD index cd468b0872..c6a331324a 100644 --- a/test/images/pets/peer-finder/BUILD +++ b/test/images/pets/peer-finder/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "peer-finder", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/pets/peer-finder", ) go_library( diff --git a/test/images/port-forward-tester/BUILD b/test/images/port-forward-tester/BUILD index 1f589d7f98..d983375131 100644 --- a/test/images/port-forward-tester/BUILD +++ b/test/images/port-forward-tester/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "port-forward-tester", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/port-forward-tester", ) go_library( diff --git a/test/images/porter/BUILD b/test/images/porter/BUILD index 290b0749ba..421f4d387e 100644 --- a/test/images/porter/BUILD +++ b/test/images/porter/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "porter", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/porter", ) go_library( diff --git a/test/images/resource-consumer/BUILD b/test/images/resource-consumer/BUILD index 59ebefec27..6de3a17aa7 100644 --- a/test/images/resource-consumer/BUILD +++ b/test/images/resource-consumer/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "resource-consumer", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/resource-consumer", ) go_library( diff --git a/test/images/resource-consumer/consume-cpu/BUILD b/test/images/resource-consumer/consume-cpu/BUILD index fbb2b23c38..f6671b52c5 100644 --- a/test/images/resource-consumer/consume-cpu/BUILD +++ b/test/images/resource-consumer/consume-cpu/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "consume-cpu", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/resource-consumer/consume-cpu", ) go_library( diff --git a/test/images/resource-consumer/controller/BUILD b/test/images/resource-consumer/controller/BUILD index 5c74e58b1c..4b817bbc6a 100644 --- a/test/images/resource-consumer/controller/BUILD +++ b/test/images/resource-consumer/controller/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "controller", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/resource-consumer/controller", ) go_library( diff --git a/test/images/serve-hostname/BUILD b/test/images/serve-hostname/BUILD index f97f427bc4..72f7322d27 100644 --- a/test/images/serve-hostname/BUILD +++ b/test/images/serve-hostname/BUILD @@ -28,5 +28,4 @@ filegroup( go_binary( name = "serve-hostname", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/serve-hostname", ) diff --git a/test/images/test-webserver/BUILD b/test/images/test-webserver/BUILD index 19f660268f..f8234f74e6 100644 --- a/test/images/test-webserver/BUILD +++ b/test/images/test-webserver/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "test-webserver", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/test-webserver", ) go_library( diff --git a/test/images/webhook/BUILD b/test/images/webhook/BUILD index 384cce5f42..09c436d67d 100644 --- a/test/images/webhook/BUILD +++ b/test/images/webhook/BUILD @@ -25,7 +25,6 @@ go_library( go_binary( name = "webhook", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/webhook", visibility = ["//visibility:public"], ) @@ -47,7 +46,6 @@ go_test( name = "go_default_test", srcs = ["patch_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/images/webhook", deps = [ "//vendor/github.com/evanphx/json-patch:go_default_library", "//vendor/k8s.io/api/core/v1:go_default_library", diff --git a/test/integration/apiserver/BUILD b/test/integration/apiserver/BUILD index 4d333d80e9..a8a48ed4cf 100644 --- a/test/integration/apiserver/BUILD +++ b/test/integration/apiserver/BUILD @@ -13,7 +13,6 @@ go_test( "main_test.go", "patch_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/apiserver", tags = [ "etcd", "integration", diff --git a/test/integration/auth/BUILD b/test/integration/auth/BUILD index 09fc4a6d63..6da566db65 100644 --- a/test/integration/auth/BUILD +++ b/test/integration/auth/BUILD @@ -16,7 +16,6 @@ go_test( "node_test.go", "rbac_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/auth", tags = ["integration"], deps = [ "//pkg/api/legacyscheme:go_default_library", diff --git a/test/integration/benchmark/jsonify/BUILD b/test/integration/benchmark/jsonify/BUILD index 2aa4c6f0f6..4fe25d5fd1 100644 --- a/test/integration/benchmark/jsonify/BUILD +++ b/test/integration/benchmark/jsonify/BUILD @@ -14,7 +14,6 @@ go_library( go_binary( name = "jsonify", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/integration/benchmark/jsonify", visibility = ["//visibility:public"], ) diff --git a/test/integration/client/BUILD b/test/integration/client/BUILD index a4c38fa478..11c1ee967a 100644 --- a/test/integration/client/BUILD +++ b/test/integration/client/BUILD @@ -13,7 +13,6 @@ go_test( "dynamic_client_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/client", tags = ["integration"], deps = [ "//pkg/api/legacyscheme:go_default_library", diff --git a/test/integration/configmap/BUILD b/test/integration/configmap/BUILD index 043a8513c9..de491d588c 100644 --- a/test/integration/configmap/BUILD +++ b/test/integration/configmap/BUILD @@ -12,7 +12,6 @@ go_test( "configmap_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/configmap", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/daemonset/BUILD b/test/integration/daemonset/BUILD index b87f23f2f8..93baa1467d 100644 --- a/test/integration/daemonset/BUILD +++ b/test/integration/daemonset/BUILD @@ -12,7 +12,6 @@ go_test( "daemonset_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/daemonset", tags = ["integration"], deps = [ "//pkg/api/v1/pod:go_default_library", diff --git a/test/integration/defaulttolerationseconds/BUILD b/test/integration/defaulttolerationseconds/BUILD index 85781840c3..550e4b9476 100644 --- a/test/integration/defaulttolerationseconds/BUILD +++ b/test/integration/defaulttolerationseconds/BUILD @@ -12,7 +12,6 @@ go_test( "defaulttolerationseconds_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/defaulttolerationseconds", tags = [ "etcd", "integration", diff --git a/test/integration/deployment/BUILD b/test/integration/deployment/BUILD index a1cf9d87a9..fee88d6533 100644 --- a/test/integration/deployment/BUILD +++ b/test/integration/deployment/BUILD @@ -14,7 +14,6 @@ go_test( "main_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/integration/deployment", tags = ["integration"], deps = [ "//pkg/controller/deployment/util:go_default_library", diff --git a/test/integration/etcd/BUILD b/test/integration/etcd/BUILD index 28c8b9c174..bb8b85daf0 100644 --- a/test/integration/etcd/BUILD +++ b/test/integration/etcd/BUILD @@ -12,7 +12,6 @@ go_test( "etcd_storage_path_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/etcd", tags = [ "etcd", "integration", diff --git a/test/integration/evictions/BUILD b/test/integration/evictions/BUILD index 5d04cf6601..404d8ae9ba 100644 --- a/test/integration/evictions/BUILD +++ b/test/integration/evictions/BUILD @@ -12,7 +12,6 @@ go_test( "evictions_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/evictions", tags = ["integration"], deps = [ "//pkg/controller/disruption:go_default_library", diff --git a/test/integration/examples/BUILD b/test/integration/examples/BUILD index 595750032c..2724bbfdeb 100644 --- a/test/integration/examples/BUILD +++ b/test/integration/examples/BUILD @@ -12,7 +12,6 @@ go_test( "apiserver_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/examples", tags = ["integration"], deps = [ "//cmd/kube-apiserver/app:go_default_library", diff --git a/test/integration/garbagecollector/BUILD b/test/integration/garbagecollector/BUILD index d6a537df07..23a4c27adf 100644 --- a/test/integration/garbagecollector/BUILD +++ b/test/integration/garbagecollector/BUILD @@ -8,7 +8,6 @@ go_test( "garbage_collector_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/garbagecollector", tags = ["integration"], deps = [ "//cmd/kube-apiserver/app/testing:go_default_library", diff --git a/test/integration/master/BUILD b/test/integration/master/BUILD index 77f5120372..084812e662 100644 --- a/test/integration/master/BUILD +++ b/test/integration/master/BUILD @@ -15,7 +15,6 @@ go_test( "secrets_enveloping_test.go", "synthetic_master_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/master", tags = ["integration"], deps = [ "//cmd/kube-apiserver/app/testing:go_default_library", diff --git a/test/integration/metrics/BUILD b/test/integration/metrics/BUILD index c51ec2246b..3ec1cf5d1c 100644 --- a/test/integration/metrics/BUILD +++ b/test/integration/metrics/BUILD @@ -33,7 +33,6 @@ go_test( "metrics_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/integration/metrics", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/objectmeta/BUILD b/test/integration/objectmeta/BUILD index f5686dd943..c55e74cbd8 100644 --- a/test/integration/objectmeta/BUILD +++ b/test/integration/objectmeta/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "objectmeta_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/objectmeta", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/openshift/BUILD b/test/integration/openshift/BUILD index 21387e8a26..5883c5f1ff 100644 --- a/test/integration/openshift/BUILD +++ b/test/integration/openshift/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "openshift_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/openshift", tags = ["integration"], deps = [ "//pkg/master:go_default_library", diff --git a/test/integration/pods/BUILD b/test/integration/pods/BUILD index 5e53dacd4b..76f4dfd4c3 100644 --- a/test/integration/pods/BUILD +++ b/test/integration/pods/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "pods_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/pods", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/quota/BUILD b/test/integration/quota/BUILD index ec304e7510..70ee6bc4ef 100644 --- a/test/integration/quota/BUILD +++ b/test/integration/quota/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "quota_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/quota", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/replicaset/BUILD b/test/integration/replicaset/BUILD index 3f8e98bce9..c8f90765db 100644 --- a/test/integration/replicaset/BUILD +++ b/test/integration/replicaset/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "replicaset_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/replicaset", tags = ["integration"], deps = [ "//pkg/api/v1/pod:go_default_library", diff --git a/test/integration/replicationcontroller/BUILD b/test/integration/replicationcontroller/BUILD index a240fd57e9..e2fef2f803 100644 --- a/test/integration/replicationcontroller/BUILD +++ b/test/integration/replicationcontroller/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "replicationcontroller_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/replicationcontroller", tags = ["integration"], deps = [ "//pkg/api/v1/pod:go_default_library", diff --git a/test/integration/scale/BUILD b/test/integration/scale/BUILD index 5fd7eb7c09..df20017e7a 100644 --- a/test/integration/scale/BUILD +++ b/test/integration/scale/BUILD @@ -9,7 +9,6 @@ go_test( name = "go_default_test", size = "large", srcs = ["scale_test.go"], - importpath = "k8s.io/kubernetes/test/integration/scale", tags = ["integration"], deps = [ "//cmd/kube-apiserver/app/testing:go_default_library", diff --git a/test/integration/scheduler/BUILD b/test/integration/scheduler/BUILD index 377a66d33f..74217ae038 100644 --- a/test/integration/scheduler/BUILD +++ b/test/integration/scheduler/BUILD @@ -21,7 +21,6 @@ go_test( "volume_binding_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/integration/scheduler", tags = ["integration"], deps = [ "//cmd/kube-scheduler/app:go_default_library", diff --git a/test/integration/scheduler_perf/BUILD b/test/integration/scheduler_perf/BUILD index 1feb38464b..4d83dc0cc4 100644 --- a/test/integration/scheduler_perf/BUILD +++ b/test/integration/scheduler_perf/BUILD @@ -39,7 +39,6 @@ go_test( "scheduler_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/integration/scheduler_perf", tags = ["integration"], deps = [ "//pkg/kubelet/apis:go_default_library", diff --git a/test/integration/secrets/BUILD b/test/integration/secrets/BUILD index 9b65a23728..09c06c3371 100644 --- a/test/integration/secrets/BUILD +++ b/test/integration/secrets/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "secrets_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/secrets", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/serviceaccount/BUILD b/test/integration/serviceaccount/BUILD index 7ab77b249c..b18a3a6f5c 100644 --- a/test/integration/serviceaccount/BUILD +++ b/test/integration/serviceaccount/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "service_account_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/serviceaccount", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/storageclasses/BUILD b/test/integration/storageclasses/BUILD index c381f3b732..b0126f6c6f 100644 --- a/test/integration/storageclasses/BUILD +++ b/test/integration/storageclasses/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "storage_classes_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/storageclasses", tags = ["integration"], deps = [ "//pkg/api/testapi:go_default_library", diff --git a/test/integration/tls/BUILD b/test/integration/tls/BUILD index db8c1108a6..a74e3b48be 100644 --- a/test/integration/tls/BUILD +++ b/test/integration/tls/BUILD @@ -7,7 +7,6 @@ go_test( "ciphers_test.go", "main_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/tls", tags = ["integration"], deps = [ "//cmd/kube-apiserver/app:go_default_library", diff --git a/test/integration/ttlcontroller/BUILD b/test/integration/ttlcontroller/BUILD index 921455233d..14b0dac3eb 100644 --- a/test/integration/ttlcontroller/BUILD +++ b/test/integration/ttlcontroller/BUILD @@ -12,7 +12,6 @@ go_test( "main_test.go", "ttlcontroller_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/ttlcontroller", tags = [ "etcd", "integration", diff --git a/test/integration/volume/BUILD b/test/integration/volume/BUILD index 46924643ed..2b40a455cd 100644 --- a/test/integration/volume/BUILD +++ b/test/integration/volume/BUILD @@ -13,7 +13,6 @@ go_test( "main_test.go", "persistent_volumes_test.go", ], - importpath = "k8s.io/kubernetes/test/integration/volume", tags = ["integration"], deps = [ "//pkg/api/legacyscheme:go_default_library", diff --git a/test/list/BUILD b/test/list/BUILD index 92227d64ba..9f4c5b5741 100644 --- a/test/list/BUILD +++ b/test/list/BUILD @@ -10,14 +10,12 @@ load( go_binary( name = "list", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/list", ) go_test( name = "go_default_test", srcs = ["main_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/list", ) go_library( diff --git a/test/soak/cauldron/BUILD b/test/soak/cauldron/BUILD index 777e64a730..b751ccdb58 100644 --- a/test/soak/cauldron/BUILD +++ b/test/soak/cauldron/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "cauldron", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/soak/cauldron", ) go_library( diff --git a/test/soak/serve_hostnames/BUILD b/test/soak/serve_hostnames/BUILD index b51cd019fd..c2509851aa 100644 --- a/test/soak/serve_hostnames/BUILD +++ b/test/soak/serve_hostnames/BUILD @@ -9,7 +9,6 @@ load( go_binary( name = "serve_hostnames", embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/test/soak/serve_hostnames", ) go_library( diff --git a/third_party/forked/etcd221/pkg/fileutil/BUILD b/third_party/forked/etcd221/pkg/fileutil/BUILD index dfeb309341..1804163dbe 100644 --- a/third_party/forked/etcd221/pkg/fileutil/BUILD +++ b/third_party/forked/etcd221/pkg/fileutil/BUILD @@ -17,7 +17,6 @@ go_test( "purge_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/third_party/forked/etcd221/pkg/fileutil", ) go_library( diff --git a/third_party/forked/etcd237/pkg/fileutil/BUILD b/third_party/forked/etcd237/pkg/fileutil/BUILD index 721b960b12..e0ad62772d 100644 --- a/third_party/forked/etcd237/pkg/fileutil/BUILD +++ b/third_party/forked/etcd237/pkg/fileutil/BUILD @@ -17,7 +17,6 @@ go_test( "purge_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/third_party/forked/etcd237/pkg/fileutil", ) go_library( diff --git a/third_party/forked/golang/expansion/BUILD b/third_party/forked/golang/expansion/BUILD index f660ebfaad..f1a85c7a4e 100644 --- a/third_party/forked/golang/expansion/BUILD +++ b/third_party/forked/golang/expansion/BUILD @@ -18,7 +18,6 @@ go_test( name = "go_default_test", srcs = ["expand_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/third_party/forked/golang/expansion", deps = ["//pkg/apis/core:go_default_library"], ) diff --git a/third_party/forked/golang/reflect/BUILD b/third_party/forked/golang/reflect/BUILD index 26ff8e4bff..e7c5271fd2 100644 --- a/third_party/forked/golang/reflect/BUILD +++ b/third_party/forked/golang/reflect/BUILD @@ -21,7 +21,6 @@ go_test( name = "go_default_test", srcs = ["deep_equal_test.go"], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/third_party/forked/golang/reflect", ) filegroup( diff --git a/third_party/forked/gonum/graph/simple/BUILD b/third_party/forked/gonum/graph/simple/BUILD index fb17c40870..f4dc20f13c 100644 --- a/third_party/forked/gonum/graph/simple/BUILD +++ b/third_party/forked/gonum/graph/simple/BUILD @@ -16,7 +16,6 @@ go_test( "undirected_test.go", ], embed = [":go_default_library"], - importpath = "k8s.io/kubernetes/third_party/forked/gonum/graph/simple", deps = ["//third_party/forked/gonum/graph:go_default_library"], ) diff --git a/vendor/github.com/jteeuwen/go-bindata/go-bindata/BUILD b/vendor/github.com/jteeuwen/go-bindata/go-bindata/BUILD index 494eb6a414..1e6a00c952 100644 --- a/vendor/github.com/jteeuwen/go-bindata/go-bindata/BUILD +++ b/vendor/github.com/jteeuwen/go-bindata/go-bindata/BUILD @@ -15,7 +15,6 @@ go_library( go_binary( name = "go-bindata", embed = [":go_default_library"], - importpath = "github.com/jteeuwen/go-bindata/go-bindata", visibility = ["//visibility:public"], ) diff --git a/vendor/github.com/onsi/ginkgo/ginkgo/BUILD b/vendor/github.com/onsi/ginkgo/ginkgo/BUILD index 9f90145eb0..71576b36dc 100644 --- a/vendor/github.com/onsi/ginkgo/ginkgo/BUILD +++ b/vendor/github.com/onsi/ginkgo/ginkgo/BUILD @@ -36,7 +36,6 @@ go_library( go_binary( name = "ginkgo", embed = [":go_default_library"], - importpath = "github.com/onsi/ginkgo/ginkgo", visibility = ["//visibility:public"], ) diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/BUILD b/vendor/github.com/opencontainers/runc/libcontainer/system/BUILD index 0e7fc01da9..0085b3330f 100644 --- a/vendor/github.com/opencontainers/runc/libcontainer/system/BUILD +++ b/vendor/github.com/opencontainers/runc/libcontainer/system/BUILD @@ -92,7 +92,37 @@ go_library( importpath = "github.com/opencontainers/runc/libcontainer/system", visibility = ["//visibility:public"], deps = select({ - "@io_bazel_rules_go//go/platform:linux": [ + "@io_bazel_rules_go//go/platform:linux_386": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_amd64": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_arm": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_arm64": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_mips": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_mips64": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_mips64le": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_mipsle": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_ppc64": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_ppc64le": [ + "//vendor/golang.org/x/sys/unix:go_default_library", + ], + "@io_bazel_rules_go//go/platform:linux_s390x": [ "//vendor/golang.org/x/sys/unix:go_default_library", ], "//conditions:default": [], diff --git a/vendor/github.com/tools/godep/BUILD b/vendor/github.com/tools/godep/BUILD index 5c75f8aae6..81e06b90ea 100644 --- a/vendor/github.com/tools/godep/BUILD +++ b/vendor/github.com/tools/godep/BUILD @@ -37,7 +37,6 @@ go_library( go_binary( name = "godep", embed = [":go_default_library"], - importpath = "github.com/tools/godep", visibility = ["//visibility:public"], )