From 837eee43ac317a17aa7368d00681ac4926e5880e Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 7 Dec 2016 11:04:48 -0800 Subject: [PATCH 1/4] pin gazel to v3 --- hack/update-bazel.sh | 2 +- hack/verify-bazel.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/update-bazel.sh b/hack/update-bazel.sh index 90d3e9632a8..7ac11a2447d 100755 --- a/hack/update-bazel.sh +++ b/hack/update-bazel.sh @@ -20,5 +20,5 @@ set -o pipefail export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" -go get -u github.com/mikedanese/gazel +go get -u gopkg.in/mikedanese/gazel.v4/gazel "${GOPATH}/bin/gazel" -root="$(kube::realpath ${KUBE_ROOT})" diff --git a/hack/verify-bazel.sh b/hack/verify-bazel.sh index 7edececa042..18518685d41 100755 --- a/hack/verify-bazel.sh +++ b/hack/verify-bazel.sh @@ -20,8 +20,8 @@ set -o pipefail export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" -go get -u github.com/mikedanese/gazel -if [[ $("${GOPATH}/bin/gazel" -dry-run -root="$(kube::realpath ${KUBE_ROOT})" 2>&1 | tee /dev/stderr | wc -l | tr -d '[:space:]') != 0 ]]; then +go get -u gopkg.in/mikedanese/gazel.v4/gazel +if [[ $("${GOPATH}/bin/gazel" -dry-run -print-diff -root="$(kube::realpath ${KUBE_ROOT})" 2>&1 | tee /dev/stderr | wc -l | tr -d '[:space:]') != 0 ]]; then echo echo "BUILD files are not up to date" echo "Run ./hack/update-bazel.sh" From 33b2767a26461449855441774c88113222217b16 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 7 Dec 2016 11:10:15 -0800 Subject: [PATCH 2/4] bump go rules --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 56de2e7e277..feda40df54a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,6 +1,6 @@ git_repository( name = "io_bazel_rules_go", - commit = "e0b19317b39357823b26c7e266596c8066e8f8e6", + commit = "c7e02c851a8faf803f260800e7387248ccd47683", remote = "https://github.com/bazelbuild/rules_go.git", ) From c87de85347ccd7f39ede84a626d824e5bb355c9f Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 7 Dec 2016 11:18:08 -0800 Subject: [PATCH 3/4] autoupdate BUILD files --- cmd/clicheck/BUILD | 3 - cmd/gendocs/BUILD | 3 - cmd/genkubedocs/BUILD | 3 - cmd/genman/BUILD | 3 - cmd/genslateyaml/BUILD | 3 - cmd/genswaggertypedocs/BUILD | 3 - cmd/genutils/BUILD | 2 - cmd/genyaml/BUILD | 3 - cmd/hyperkube/BUILD | 3 - cmd/kube-apiserver/BUILD | 3 - cmd/kube-apiserver/app/BUILD | 3 - cmd/kube-apiserver/app/options/BUILD | 2 - cmd/kube-controller-manager/BUILD | 3 - cmd/kube-controller-manager/app/BUILD | 3 - cmd/kube-controller-manager/app/options/BUILD | 3 - cmd/kube-discovery/BUILD | 3 - cmd/kube-discovery/app/BUILD | 2 - cmd/kube-dns/BUILD | 3 - cmd/kube-dns/app/BUILD | 3 - cmd/kube-dns/app/options/BUILD | 3 - cmd/kube-proxy/BUILD | 3 - cmd/kube-proxy/app/BUILD | 2 - cmd/kube-proxy/app/options/BUILD | 3 - cmd/kubeadm/BUILD | 3 - cmd/kubeadm/app/BUILD | 3 - cmd/kubeadm/app/apis/kubeadm/BUILD | 3 - cmd/kubeadm/app/apis/kubeadm/install/BUILD | 3 - cmd/kubeadm/app/apis/kubeadm/v1alpha1/BUILD | 3 - cmd/kubeadm/app/cmd/BUILD | 2 - cmd/kubeadm/app/cmd/flags/BUILD | 3 - cmd/kubeadm/app/images/BUILD | 2 - cmd/kubeadm/app/master/BUILD | 2 - cmd/kubeadm/app/node/BUILD | 2 - cmd/kubeadm/app/preflight/BUILD | 2 - cmd/kubeadm/app/util/BUILD | 2 - cmd/kubeadm/test/BUILD | 2 - cmd/kubectl/BUILD | 3 - cmd/kubectl/app/BUILD | 3 - cmd/kubelet/BUILD | 3 - cmd/kubelet/app/BUILD | 2 - cmd/kubelet/app/options/BUILD | 3 - cmd/kubemark/BUILD | 3 - cmd/kubernetes-discovery/BUILD | 3 - .../pkg/apis/apiregistration/BUILD | 3 - .../pkg/apis/apiregistration/install/BUILD | 3 - .../pkg/apis/apiregistration/v1alpha1/BUILD | 3 - .../pkg/apis/apiregistration/validation/BUILD | 3 - cmd/kubernetes-discovery/pkg/apiserver/BUILD | 2 - .../internalclientset/BUILD | 3 - .../internalclientset/fake/BUILD | 3 - .../apiregistration/internalversion/BUILD | 3 - .../internalversion/fake/BUILD | 3 - .../clientset_generated/release_1_5/BUILD | 3 - .../release_1_5/fake/BUILD | 3 - .../typed/apiregistration/v1alpha1/BUILD | 3 - .../typed/apiregistration/v1alpha1/fake/BUILD | 3 - .../pkg/client/informers/BUILD | 3 - .../client/informers/apiregistration/BUILD | 3 - .../apiregistration/internalversion/BUILD | 3 - .../informers/apiregistration/v1alpha1/BUILD | 3 - .../client/informers/internalinterfaces/BUILD | 3 - .../apiregistration/internalversion/BUILD | 3 - .../listers/apiregistration/v1alpha1/BUILD | 3 - cmd/kubernetes-discovery/pkg/cmd/server/BUILD | 3 - cmd/kubernetes-discovery/pkg/legacy/BUILD | 3 - .../pkg/legacy/apis/config/v1alpha1/BUILD | 3 - .../pkg/registry/apiservice/BUILD | 3 - .../pkg/registry/apiservice/etcd/BUILD | 3 - cmd/libs/go2idl/client-gen/BUILD | 3 - cmd/libs/go2idl/client-gen/args/BUILD | 3 - cmd/libs/go2idl/client-gen/generators/BUILD | 3 - .../go2idl/client-gen/generators/fake/BUILD | 3 - .../client-gen/test_apis/testgroup/BUILD | 3 - .../test_apis/testgroup/install/BUILD | 3 - .../client-gen/test_apis/testgroup/v1/BUILD | 3 - .../test_internalclientset/BUILD | 2 - .../test_internalclientset/fake/BUILD | 3 - .../typed/testgroup/internalversion/BUILD | 3 - .../testgroup/internalversion/fake/BUILD | 3 - cmd/libs/go2idl/client-gen/types/BUILD | 2 - cmd/libs/go2idl/conversion-gen/BUILD | 3 - .../go2idl/conversion-gen/generators/BUILD | 3 - cmd/libs/go2idl/deepcopy-gen/BUILD | 3 - cmd/libs/go2idl/defaulter-gen/BUILD | 3 - cmd/libs/go2idl/go-to-protobuf/BUILD | 3 - cmd/libs/go2idl/go-to-protobuf/protobuf/BUILD | 2 - .../go-to-protobuf/protoc-gen-gogo/BUILD | 3 - cmd/libs/go2idl/import-boss/BUILD | 3 - cmd/libs/go2idl/informer-gen/BUILD | 3 - cmd/libs/go2idl/informer-gen/generators/BUILD | 3 - cmd/libs/go2idl/lister-gen/BUILD | 3 - cmd/libs/go2idl/lister-gen/generators/BUILD | 3 - cmd/libs/go2idl/openapi-gen/BUILD | 3 - cmd/libs/go2idl/openapi-gen/generators/BUILD | 2 - cmd/libs/go2idl/set-gen/BUILD | 3 - cmd/linkcheck/BUILD | 3 - cmd/mungedocs/BUILD | 3 - federation/apis/core/BUILD | 3 - federation/apis/core/install/BUILD | 3 - federation/apis/core/v1/BUILD | 3 - federation/apis/federation/BUILD | 3 - federation/apis/federation/install/BUILD | 2 - federation/apis/federation/v1beta1/BUILD | 3 - federation/apis/federation/validation/BUILD | 2 - federation/client/cache/BUILD | 3 - .../federation_internalclientset/BUILD | 3 - .../federation_internalclientset/fake/BUILD | 3 - .../typed/core/internalversion/BUILD | 3 - .../typed/core/internalversion/fake/BUILD | 3 - .../typed/extensions/internalversion/BUILD | 3 - .../extensions/internalversion/fake/BUILD | 3 - .../typed/federation/internalversion/BUILD | 3 - .../federation/internalversion/fake/BUILD | 3 - .../federation_release_1_5/BUILD | 3 - .../federation_release_1_5/fake/BUILD | 3 - .../typed/core/v1/BUILD | 3 - .../typed/core/v1/fake/BUILD | 3 - .../typed/extensions/v1beta1/BUILD | 3 - .../typed/extensions/v1beta1/fake/BUILD | 3 - .../typed/federation/v1beta1/BUILD | 3 - .../typed/federation/v1beta1/fake/BUILD | 3 - federation/cluster/BUILD | 3 - federation/cmd/federation-apiserver/BUILD | 3 - federation/cmd/federation-apiserver/app/BUILD | 3 - .../federation-apiserver/app/options/BUILD | 3 - .../cmd/federation-controller-manager/BUILD | 3 - .../federation-controller-manager/app/BUILD | 2 - .../app/options/BUILD | 3 - federation/cmd/genfeddocs/BUILD | 3 - federation/cmd/kubefed/BUILD | 3 - federation/cmd/kubefed/app/BUILD | 3 - federation/pkg/dnsprovider/BUILD | 2 - .../dnsprovider/providers/aws/route53/BUILD | 2 - .../providers/aws/route53/stubs/BUILD | 3 - .../pkg/dnsprovider/providers/coredns/BUILD | 2 - .../dnsprovider/providers/coredns/stubs/BUILD | 3 - .../providers/google/clouddns/BUILD | 2 - .../providers/google/clouddns/internal/BUILD | 3 - .../google/clouddns/internal/interfaces/BUILD | 3 - .../google/clouddns/internal/stubs/BUILD | 3 - federation/pkg/dnsprovider/rrstype/BUILD | 3 - federation/pkg/dnsprovider/tests/BUILD | 3 - federation/pkg/federation-controller/BUILD | 3 - .../pkg/federation-controller/cluster/BUILD | 2 - .../pkg/federation-controller/configmap/BUILD | 2 - .../pkg/federation-controller/daemonset/BUILD | 2 - .../federation-controller/deployment/BUILD | 2 - .../pkg/federation-controller/ingress/BUILD | 2 - .../pkg/federation-controller/namespace/BUILD | 2 - .../federation-controller/replicaset/BUILD | 2 - .../pkg/federation-controller/secret/BUILD | 2 - .../pkg/federation-controller/service/BUILD | 2 - .../pkg/federation-controller/util/BUILD | 2 - .../util/deletionhelper/BUILD | 3 - .../util/eventsink/BUILD | 2 - .../federation-controller/util/planner/BUILD | 2 - .../util/podanalyzer/BUILD | 2 - .../pkg/federation-controller/util/test/BUILD | 3 - federation/pkg/kubefed/BUILD | 2 - federation/pkg/kubefed/init/BUILD | 2 - federation/pkg/kubefed/testing/BUILD | 3 - federation/pkg/kubefed/util/BUILD | 3 - federation/registry/cluster/BUILD | 2 - federation/registry/cluster/etcd/BUILD | 2 - pkg/admission/BUILD | 2 - pkg/api/BUILD | 2 - pkg/api/annotations/BUILD | 3 - pkg/api/endpoints/BUILD | 2 - pkg/api/errors/BUILD | 2 - pkg/api/errors/storage/BUILD | 3 - pkg/api/events/BUILD | 2 - pkg/api/install/BUILD | 2 - pkg/api/meta/BUILD | 2 - pkg/api/meta/metatypes/BUILD | 3 - pkg/api/pod/BUILD | 3 - pkg/api/resource/BUILD | 2 - pkg/api/rest/BUILD | 3 - pkg/api/rest/resttest/BUILD | 3 - pkg/api/service/BUILD | 2 - pkg/api/testapi/BUILD | 2 - pkg/api/testing/BUILD | 3 - pkg/api/testing/compat/BUILD | 3 - pkg/api/unversioned/BUILD | 3 - pkg/api/util/BUILD | 2 - pkg/api/v1/BUILD | 2 - pkg/api/v1/endpoints/BUILD | 2 - pkg/api/v1/pod/BUILD | 2 - pkg/api/v1/service/BUILD | 2 - pkg/api/v1/validation/BUILD | 3 - pkg/api/validation/BUILD | 2 - pkg/api/validation/path/BUILD | 2 - pkg/apimachinery/BUILD | 2 - pkg/apimachinery/announced/BUILD | 2 - pkg/apimachinery/registered/BUILD | 2 - pkg/apis/abac/BUILD | 3 - pkg/apis/abac/latest/BUILD | 3 - pkg/apis/abac/v0/BUILD | 2 - pkg/apis/abac/v1beta1/BUILD | 3 - pkg/apis/apps/BUILD | 3 - pkg/apis/apps/install/BUILD | 3 - pkg/apis/apps/v1beta1/BUILD | 3 - pkg/apis/apps/validation/BUILD | 2 - pkg/apis/authentication/BUILD | 3 - pkg/apis/authentication/install/BUILD | 3 - pkg/apis/authentication/v1beta1/BUILD | 3 - pkg/apis/authorization/BUILD | 3 - pkg/apis/authorization/install/BUILD | 3 - pkg/apis/authorization/v1beta1/BUILD | 3 - pkg/apis/authorization/validation/BUILD | 2 - pkg/apis/autoscaling/BUILD | 3 - pkg/apis/autoscaling/install/BUILD | 3 - pkg/apis/autoscaling/v1/BUILD | 2 - pkg/apis/autoscaling/validation/BUILD | 2 - pkg/apis/batch/BUILD | 3 - pkg/apis/batch/install/BUILD | 3 - pkg/apis/batch/v1/BUILD | 2 - pkg/apis/batch/v2alpha1/BUILD | 2 - pkg/apis/batch/validation/BUILD | 2 - pkg/apis/certificates/BUILD | 3 - pkg/apis/certificates/install/BUILD | 3 - pkg/apis/certificates/v1alpha1/BUILD | 3 - pkg/apis/certificates/validation/BUILD | 3 - pkg/apis/componentconfig/BUILD | 2 - pkg/apis/componentconfig/install/BUILD | 3 - pkg/apis/componentconfig/v1alpha1/BUILD | 3 - pkg/apis/extensions/BUILD | 2 - pkg/apis/extensions/install/BUILD | 3 - pkg/apis/extensions/v1beta1/BUILD | 2 - pkg/apis/extensions/validation/BUILD | 2 - pkg/apis/imagepolicy/BUILD | 3 - pkg/apis/imagepolicy/install/BUILD | 3 - pkg/apis/imagepolicy/v1alpha1/BUILD | 3 - pkg/apis/meta/v1/BUILD | 2 - pkg/apis/meta/v1/unstructured/BUILD | 2 - pkg/apis/meta/v1/validation/BUILD | 2 - pkg/apis/policy/BUILD | 3 - pkg/apis/policy/install/BUILD | 3 - pkg/apis/policy/v1alpha1/BUILD | 3 - pkg/apis/policy/v1beta1/BUILD | 3 - pkg/apis/policy/validation/BUILD | 2 - pkg/apis/rbac/BUILD | 3 - pkg/apis/rbac/install/BUILD | 3 - pkg/apis/rbac/v1alpha1/BUILD | 3 - pkg/apis/rbac/validation/BUILD | 2 - pkg/apis/storage/BUILD | 3 - pkg/apis/storage/install/BUILD | 3 - pkg/apis/storage/util/BUILD | 3 - pkg/apis/storage/v1beta1/BUILD | 3 - pkg/apis/storage/v1beta1/util/BUILD | 3 - pkg/apis/storage/validation/BUILD | 2 - pkg/apiserver/BUILD | 2 - pkg/apiserver/authenticator/BUILD | 3 - pkg/apiserver/filters/BUILD | 2 - pkg/apiserver/metrics/BUILD | 3 - pkg/apiserver/openapi/BUILD | 3 - pkg/apiserver/request/BUILD | 2 - pkg/apiserver/testing/BUILD | 3 - pkg/auth/authenticator/BUILD | 3 - pkg/auth/authenticator/bearertoken/BUILD | 2 - pkg/auth/authorizer/BUILD | 3 - pkg/auth/authorizer/abac/BUILD | 2 - pkg/auth/authorizer/union/BUILD | 2 - pkg/auth/group/BUILD | 2 - pkg/auth/handlers/BUILD | 2 - pkg/auth/user/BUILD | 3 - pkg/capabilities/BUILD | 3 - pkg/client/cache/BUILD | 2 - pkg/client/chaosclient/BUILD | 2 - .../internalclientset/BUILD | 3 - .../internalclientset/fake/BUILD | 3 - .../typed/apps/internalversion/BUILD | 3 - .../typed/apps/internalversion/fake/BUILD | 3 - .../authentication/internalversion/BUILD | 3 - .../authentication/internalversion/fake/BUILD | 3 - .../typed/authorization/internalversion/BUILD | 3 - .../authorization/internalversion/fake/BUILD | 3 - .../typed/autoscaling/internalversion/BUILD | 3 - .../autoscaling/internalversion/fake/BUILD | 3 - .../typed/batch/internalversion/BUILD | 3 - .../typed/batch/internalversion/fake/BUILD | 3 - .../typed/certificates/internalversion/BUILD | 3 - .../certificates/internalversion/fake/BUILD | 3 - .../typed/core/internalversion/BUILD | 3 - .../typed/core/internalversion/fake/BUILD | 3 - .../typed/extensions/internalversion/BUILD | 3 - .../extensions/internalversion/fake/BUILD | 3 - .../typed/policy/internalversion/BUILD | 3 - .../typed/policy/internalversion/fake/BUILD | 3 - .../typed/rbac/internalversion/BUILD | 3 - .../typed/rbac/internalversion/fake/BUILD | 3 - .../typed/storage/internalversion/BUILD | 3 - .../typed/storage/internalversion/fake/BUILD | 3 - .../clientset_generated/release_1_5/BUILD | 3 - .../release_1_5/fake/BUILD | 3 - .../release_1_5/typed/apps/v1beta1/BUILD | 3 - .../release_1_5/typed/apps/v1beta1/fake/BUILD | 3 - .../typed/authentication/v1beta1/BUILD | 3 - .../typed/authentication/v1beta1/fake/BUILD | 3 - .../typed/authorization/v1beta1/BUILD | 3 - .../typed/authorization/v1beta1/fake/BUILD | 3 - .../release_1_5/typed/autoscaling/v1/BUILD | 3 - .../typed/autoscaling/v1/fake/BUILD | 3 - .../release_1_5/typed/batch/v1/BUILD | 3 - .../release_1_5/typed/batch/v1/fake/BUILD | 3 - .../release_1_5/typed/batch/v2alpha1/BUILD | 3 - .../typed/batch/v2alpha1/fake/BUILD | 3 - .../typed/certificates/v1alpha1/BUILD | 3 - .../typed/certificates/v1alpha1/fake/BUILD | 3 - .../release_1_5/typed/core/v1/BUILD | 3 - .../release_1_5/typed/core/v1/fake/BUILD | 3 - .../typed/extensions/v1beta1/BUILD | 3 - .../typed/extensions/v1beta1/fake/BUILD | 3 - .../release_1_5/typed/policy/v1alpha1/BUILD | 3 - .../typed/policy/v1alpha1/fake/BUILD | 3 - .../release_1_5/typed/policy/v1beta1/BUILD | 3 - .../typed/policy/v1beta1/fake/BUILD | 3 - .../release_1_5/typed/rbac/v1alpha1/BUILD | 3 - .../typed/rbac/v1alpha1/fake/BUILD | 3 - .../release_1_5/typed/storage/v1beta1/BUILD | 3 - .../typed/storage/v1beta1/fake/BUILD | 3 - pkg/client/conditions/BUILD | 3 - .../informers/informers_generated/BUILD | 3 - .../informers/informers_generated/apps/BUILD | 3 - .../apps/internalversion/BUILD | 3 - .../informers_generated/apps/v1beta1/BUILD | 3 - .../informers_generated/autoscaling/BUILD | 3 - .../autoscaling/internalversion/BUILD | 3 - .../informers_generated/autoscaling/v1/BUILD | 3 - .../informers/informers_generated/batch/BUILD | 3 - .../batch/internalversion/BUILD | 3 - .../informers_generated/batch/v1/BUILD | 3 - .../informers_generated/batch/v2alpha1/BUILD | 3 - .../informers_generated/certificates/BUILD | 3 - .../certificates/internalversion/BUILD | 3 - .../certificates/v1alpha1/BUILD | 3 - .../informers/informers_generated/core/BUILD | 3 - .../core/internalversion/BUILD | 3 - .../informers_generated/core/v1/BUILD | 3 - .../informers_generated/extensions/BUILD | 3 - .../extensions/internalversion/BUILD | 3 - .../extensions/v1beta1/BUILD | 3 - .../internalinterfaces/BUILD | 3 - .../informers_generated/policy/BUILD | 3 - .../policy/internalversion/BUILD | 3 - .../informers_generated/policy/v1beta1/BUILD | 3 - .../informers/informers_generated/rbac/BUILD | 3 - .../rbac/internalversion/BUILD | 3 - .../informers_generated/rbac/v1alpha1/BUILD | 3 - .../informers_generated/storage/BUILD | 3 - .../storage/internalversion/BUILD | 3 - .../informers_generated/storage/v1beta1/BUILD | 3 - pkg/client/leaderelection/BUILD | 2 - pkg/client/leaderelection/resourcelock/BUILD | 3 - pkg/client/listers/apps/internalversion/BUILD | 3 - pkg/client/listers/apps/v1beta1/BUILD | 3 - .../authentication/internalversion/BUILD | 3 - .../listers/authentication/v1beta1/BUILD | 3 - .../authorization/internalversion/BUILD | 3 - .../listers/authorization/v1beta1/BUILD | 3 - .../listers/autoscaling/internalversion/BUILD | 3 - pkg/client/listers/autoscaling/v1/BUILD | 3 - .../listers/batch/internalversion/BUILD | 2 - pkg/client/listers/batch/v1/BUILD | 3 - pkg/client/listers/batch/v2alpha1/BUILD | 3 - .../certificates/internalversion/BUILD | 3 - .../listers/certificates/v1alpha1/BUILD | 3 - pkg/client/listers/core/internalversion/BUILD | 3 - pkg/client/listers/core/v1/BUILD | 3 - .../listers/extensions/internalversion/BUILD | 3 - pkg/client/listers/extensions/v1beta1/BUILD | 3 - .../listers/imagepolicy/internalversion/BUILD | 3 - pkg/client/listers/imagepolicy/v1alpha1/BUILD | 3 - .../listers/policy/internalversion/BUILD | 3 - pkg/client/listers/policy/v1alpha1/BUILD | 3 - pkg/client/listers/policy/v1beta1/BUILD | 3 - pkg/client/listers/rbac/internalversion/BUILD | 3 - pkg/client/listers/rbac/v1alpha1/BUILD | 3 - .../listers/storage/internalversion/BUILD | 3 - pkg/client/listers/storage/v1beta1/BUILD | 3 - pkg/client/metrics/BUILD | 3 - pkg/client/metrics/prometheus/BUILD | 3 - pkg/client/record/BUILD | 2 - pkg/client/restclient/BUILD | 2 - pkg/client/restclient/fake/BUILD | 3 - pkg/client/retry/BUILD | 2 - pkg/client/testing/cache/BUILD | 2 - pkg/client/testing/core/BUILD | 2 - pkg/client/transport/BUILD | 2 - pkg/client/typed/discovery/BUILD | 2 - pkg/client/typed/discovery/fake/BUILD | 3 - pkg/client/typed/dynamic/BUILD | 2 - pkg/client/unversioned/BUILD | 2 - pkg/client/unversioned/auth/BUILD | 2 - pkg/client/unversioned/clientcmd/BUILD | 2 - pkg/client/unversioned/clientcmd/api/BUILD | 2 - .../unversioned/clientcmd/api/latest/BUILD | 3 - pkg/client/unversioned/clientcmd/api/v1/BUILD | 3 - pkg/client/unversioned/portforward/BUILD | 2 - pkg/client/unversioned/remotecommand/BUILD | 2 - .../unversioned/testclient/simple/BUILD | 3 - pkg/cloudprovider/BUILD | 3 - pkg/cloudprovider/providers/BUILD | 3 - pkg/cloudprovider/providers/aws/BUILD | 2 - pkg/cloudprovider/providers/azure/BUILD | 2 - pkg/cloudprovider/providers/cloudstack/BUILD | 2 - pkg/cloudprovider/providers/fake/BUILD | 3 - pkg/cloudprovider/providers/gce/BUILD | 2 - pkg/cloudprovider/providers/mesos/BUILD | 2 - pkg/cloudprovider/providers/openstack/BUILD | 2 - pkg/cloudprovider/providers/ovirt/BUILD | 2 - pkg/cloudprovider/providers/photon/BUILD | 2 - pkg/cloudprovider/providers/rackspace/BUILD | 2 - pkg/cloudprovider/providers/vsphere/BUILD | 2 - pkg/controller/BUILD | 2 - pkg/controller/certificates/BUILD | 3 - pkg/controller/cronjob/BUILD | 2 - pkg/controller/daemon/BUILD | 2 - pkg/controller/deployment/BUILD | 2 - pkg/controller/deployment/util/BUILD | 2 - pkg/controller/disruption/BUILD | 2 - pkg/controller/endpoint/BUILD | 2 - pkg/controller/garbagecollector/BUILD | 2 - .../garbagecollector/metaonly/BUILD | 2 - pkg/controller/informers/BUILD | 3 - pkg/controller/job/BUILD | 2 - pkg/controller/namespace/BUILD | 2 - pkg/controller/node/BUILD | 2 - pkg/controller/node/testutil/BUILD | 3 - pkg/controller/petset/BUILD | 2 - pkg/controller/podautoscaler/BUILD | 2 - pkg/controller/podautoscaler/metrics/BUILD | 2 - pkg/controller/podgc/BUILD | 2 - pkg/controller/replicaset/BUILD | 2 - pkg/controller/replicaset/options/BUILD | 3 - pkg/controller/replication/BUILD | 2 - pkg/controller/resourcequota/BUILD | 2 - pkg/controller/route/BUILD | 2 - pkg/controller/service/BUILD | 2 - pkg/controller/serviceaccount/BUILD | 2 - pkg/controller/volume/attachdetach/BUILD | 2 - .../volume/attachdetach/cache/BUILD | 2 - .../volume/attachdetach/populator/BUILD | 3 - .../volume/attachdetach/reconciler/BUILD | 2 - .../volume/attachdetach/statusupdater/BUILD | 3 - .../volume/attachdetach/testing/BUILD | 3 - pkg/controller/volume/persistentvolume/BUILD | 2 - .../volume/persistentvolume/options/BUILD | 3 - pkg/conversion/BUILD | 2 - pkg/conversion/queryparams/BUILD | 2 - pkg/credentialprovider/BUILD | 2 - pkg/credentialprovider/aws/BUILD | 2 - pkg/credentialprovider/azure/BUILD | 2 - pkg/credentialprovider/gcp/BUILD | 2 - pkg/dns/BUILD | 2 - pkg/dns/config/BUILD | 2 - pkg/dns/federation/BUILD | 2 - pkg/dns/treecache/BUILD | 2 - pkg/dns/util/BUILD | 3 - pkg/fieldpath/BUILD | 2 - pkg/fields/BUILD | 2 - pkg/generated/BUILD | 3 - pkg/generated/openapi/BUILD | 3 - pkg/genericapiserver/BUILD | 2 - pkg/genericapiserver/authorizer/BUILD | 2 - pkg/genericapiserver/filters/BUILD | 2 - pkg/genericapiserver/mux/BUILD | 2 - pkg/genericapiserver/openapi/BUILD | 2 - pkg/genericapiserver/openapi/common/BUILD | 3 - pkg/genericapiserver/options/BUILD | 3 - pkg/genericapiserver/routes/BUILD | 2 - .../routes/data/swagger/BUILD | 3 - pkg/genericapiserver/validation/BUILD | 3 - pkg/healthz/BUILD | 2 - pkg/httplog/BUILD | 2 - pkg/hyperkube/BUILD | 3 - pkg/kubectl/BUILD | 2 - pkg/kubectl/cmd/BUILD | 2 - pkg/kubectl/cmd/config/BUILD | 2 - pkg/kubectl/cmd/rollout/BUILD | 3 - pkg/kubectl/cmd/set/BUILD | 2 - pkg/kubectl/cmd/templates/BUILD | 3 - pkg/kubectl/cmd/testing/BUILD | 3 - pkg/kubectl/cmd/util/BUILD | 2 - pkg/kubectl/cmd/util/editor/BUILD | 2 - pkg/kubectl/cmd/util/jsonmerge/BUILD | 3 - pkg/kubectl/cmd/util/sanity/BUILD | 3 - pkg/kubectl/metricsutil/BUILD | 3 - pkg/kubectl/resource/BUILD | 2 - pkg/kubectl/testing/BUILD | 3 - pkg/kubelet/BUILD | 2 - pkg/kubelet/api/BUILD | 3 - pkg/kubelet/api/testing/BUILD | 3 - pkg/kubelet/api/v1alpha1/runtime/BUILD | 3 - pkg/kubelet/api/v1alpha1/stats/BUILD | 3 - pkg/kubelet/cadvisor/BUILD | 2 - pkg/kubelet/cadvisor/testing/BUILD | 3 - pkg/kubelet/client/BUILD | 2 - pkg/kubelet/cm/BUILD | 2 - pkg/kubelet/cm/util/BUILD | 3 - pkg/kubelet/config/BUILD | 2 - pkg/kubelet/container/BUILD | 2 - pkg/kubelet/container/testing/BUILD | 3 - pkg/kubelet/custommetrics/BUILD | 2 - pkg/kubelet/dockershim/BUILD | 2 - pkg/kubelet/dockershim/cm/BUILD | 3 - pkg/kubelet/dockershim/remote/BUILD | 3 - pkg/kubelet/dockertools/BUILD | 2 - pkg/kubelet/envvars/BUILD | 2 - pkg/kubelet/events/BUILD | 3 - pkg/kubelet/eviction/BUILD | 16 +- pkg/kubelet/images/BUILD | 2 - pkg/kubelet/kuberuntime/BUILD | 2 - pkg/kubelet/leaky/BUILD | 3 - pkg/kubelet/lifecycle/BUILD | 2 - pkg/kubelet/metrics/BUILD | 3 - pkg/kubelet/network/BUILD | 2 - pkg/kubelet/network/cni/BUILD | 2 - pkg/kubelet/network/cni/testing/BUILD | 3 - pkg/kubelet/network/exec/BUILD | 2 - pkg/kubelet/network/hairpin/BUILD | 2 - pkg/kubelet/network/hostport/BUILD | 2 - pkg/kubelet/network/hostport/testing/BUILD | 3 - pkg/kubelet/network/kubenet/BUILD | 2 - pkg/kubelet/network/mock_network/BUILD | 3 - pkg/kubelet/network/testing/BUILD | 3 - pkg/kubelet/pleg/BUILD | 2 - pkg/kubelet/pod/BUILD | 2 - pkg/kubelet/pod/testing/BUILD | 3 - pkg/kubelet/prober/BUILD | 2 - pkg/kubelet/prober/results/BUILD | 2 - pkg/kubelet/prober/testing/BUILD | 3 - pkg/kubelet/qos/BUILD | 2 - pkg/kubelet/remote/BUILD | 3 - pkg/kubelet/rkt/BUILD | 2 - pkg/kubelet/rktshim/BUILD | 2 - pkg/kubelet/server/BUILD | 2 - pkg/kubelet/server/portforward/BUILD | 2 - pkg/kubelet/server/remotecommand/BUILD | 3 - pkg/kubelet/server/stats/BUILD | 2 - pkg/kubelet/server/streaming/BUILD | 2 - pkg/kubelet/status/BUILD | 2 - pkg/kubelet/sysctl/BUILD | 2 - pkg/kubelet/types/BUILD | 2 - pkg/kubelet/util/BUILD | 3 - pkg/kubelet/util/cache/BUILD | 2 - pkg/kubelet/util/csr/BUILD | 3 - pkg/kubelet/util/format/BUILD | 2 - pkg/kubelet/util/ioutils/BUILD | 3 - pkg/kubelet/util/queue/BUILD | 2 - pkg/kubelet/util/sliceutils/BUILD | 3 - pkg/kubelet/volumemanager/BUILD | 2 - pkg/kubelet/volumemanager/cache/BUILD | 2 - pkg/kubelet/volumemanager/populator/BUILD | 3 - pkg/kubelet/volumemanager/reconciler/BUILD | 2 - pkg/kubemark/BUILD | 3 - pkg/labels/BUILD | 2 - pkg/master/BUILD | 2 - pkg/master/ports/BUILD | 3 - pkg/master/thirdparty/BUILD | 3 - pkg/metrics/BUILD | 3 - pkg/probe/BUILD | 3 - pkg/probe/exec/BUILD | 2 - pkg/probe/http/BUILD | 2 - pkg/probe/tcp/BUILD | 2 - pkg/proxy/BUILD | 3 - pkg/proxy/config/BUILD | 2 - pkg/proxy/healthcheck/BUILD | 2 - pkg/proxy/iptables/BUILD | 2 - pkg/proxy/userspace/BUILD | 2 - pkg/proxy/winuserspace/BUILD | 2 - pkg/quota/BUILD | 2 - pkg/quota/evaluator/core/BUILD | 2 - pkg/quota/generic/BUILD | 3 - pkg/quota/install/BUILD | 3 - pkg/registry/BUILD | 3 - pkg/registry/apps/petset/BUILD | 2 - pkg/registry/apps/petset/etcd/BUILD | 2 - pkg/registry/apps/rest/BUILD | 3 - pkg/registry/authentication/rest/BUILD | 3 - pkg/registry/authentication/tokenreview/BUILD | 3 - .../localsubjectaccessreview/BUILD | 3 - pkg/registry/authorization/rest/BUILD | 3 - .../selfsubjectaccessreview/BUILD | 3 - .../authorization/subjectaccessreview/BUILD | 3 - pkg/registry/authorization/util/BUILD | 3 - .../autoscaling/horizontalpodautoscaler/BUILD | 2 - .../horizontalpodautoscaler/etcd/BUILD | 2 - pkg/registry/autoscaling/rest/BUILD | 3 - pkg/registry/batch/cronjob/BUILD | 2 - pkg/registry/batch/cronjob/etcd/BUILD | 2 - pkg/registry/batch/job/BUILD | 2 - pkg/registry/batch/job/etcd/BUILD | 2 - pkg/registry/batch/rest/BUILD | 3 - pkg/registry/cachesize/BUILD | 3 - pkg/registry/certificates/certificates/BUILD | 2 - .../certificates/certificates/etcd/BUILD | 3 - pkg/registry/certificates/rest/BUILD | 3 - pkg/registry/core/componentstatus/BUILD | 2 - pkg/registry/core/configmap/BUILD | 2 - pkg/registry/core/configmap/etcd/BUILD | 2 - pkg/registry/core/controller/BUILD | 2 - pkg/registry/core/controller/etcd/BUILD | 2 - pkg/registry/core/endpoint/BUILD | 2 - pkg/registry/core/endpoint/etcd/BUILD | 2 - pkg/registry/core/event/BUILD | 2 - pkg/registry/core/event/etcd/BUILD | 2 - pkg/registry/core/limitrange/BUILD | 2 - pkg/registry/core/limitrange/etcd/BUILD | 2 - pkg/registry/core/namespace/BUILD | 2 - pkg/registry/core/namespace/etcd/BUILD | 2 - pkg/registry/core/node/BUILD | 2 - pkg/registry/core/node/etcd/BUILD | 2 - pkg/registry/core/node/rest/BUILD | 3 - pkg/registry/core/persistentvolume/BUILD | 2 - pkg/registry/core/persistentvolume/etcd/BUILD | 2 - pkg/registry/core/persistentvolumeclaim/BUILD | 2 - .../core/persistentvolumeclaim/etcd/BUILD | 2 - pkg/registry/core/pod/BUILD | 2 - pkg/registry/core/pod/etcd/BUILD | 2 - pkg/registry/core/pod/rest/BUILD | 2 - pkg/registry/core/podtemplate/BUILD | 2 - pkg/registry/core/podtemplate/etcd/BUILD | 2 - pkg/registry/core/rangeallocation/BUILD | 3 - pkg/registry/core/resourcequota/BUILD | 2 - pkg/registry/core/resourcequota/etcd/BUILD | 2 - pkg/registry/core/rest/BUILD | 2 - pkg/registry/core/secret/BUILD | 2 - pkg/registry/core/secret/etcd/BUILD | 2 - pkg/registry/core/service/BUILD | 2 - pkg/registry/core/service/allocator/BUILD | 2 - .../core/service/allocator/etcd/BUILD | 2 - pkg/registry/core/service/etcd/BUILD | 2 - pkg/registry/core/service/ipallocator/BUILD | 2 - .../core/service/ipallocator/controller/BUILD | 2 - .../core/service/ipallocator/etcd/BUILD | 2 - pkg/registry/core/service/portallocator/BUILD | 2 - .../service/portallocator/controller/BUILD | 3 - pkg/registry/core/serviceaccount/BUILD | 2 - pkg/registry/core/serviceaccount/etcd/BUILD | 2 - pkg/registry/extensions/controller/etcd/BUILD | 2 - pkg/registry/extensions/daemonset/BUILD | 2 - pkg/registry/extensions/daemonset/etcd/BUILD | 2 - pkg/registry/extensions/deployment/BUILD | 2 - pkg/registry/extensions/deployment/etcd/BUILD | 2 - pkg/registry/extensions/ingress/BUILD | 2 - pkg/registry/extensions/ingress/etcd/BUILD | 2 - pkg/registry/extensions/networkpolicy/BUILD | 2 - .../extensions/networkpolicy/etcd/BUILD | 2 - .../extensions/podsecuritypolicy/BUILD | 3 - .../extensions/podsecuritypolicy/etcd/BUILD | 2 - pkg/registry/extensions/replicaset/BUILD | 2 - pkg/registry/extensions/replicaset/etcd/BUILD | 2 - pkg/registry/extensions/rest/BUILD | 2 - .../extensions/thirdpartyresource/BUILD | 2 - .../extensions/thirdpartyresource/etcd/BUILD | 2 - .../extensions/thirdpartyresourcedata/BUILD | 2 - .../thirdpartyresourcedata/etcd/BUILD | 2 - pkg/registry/generic/BUILD | 3 - pkg/registry/generic/registry/BUILD | 2 - pkg/registry/generic/rest/BUILD | 2 - pkg/registry/policy/poddisruptionbudget/BUILD | 2 - .../policy/poddisruptionbudget/etcd/BUILD | 2 - pkg/registry/policy/rest/BUILD | 3 - pkg/registry/rbac/BUILD | 3 - pkg/registry/rbac/clusterrole/BUILD | 3 - pkg/registry/rbac/clusterrole/etcd/BUILD | 3 - .../rbac/clusterrole/policybased/BUILD | 3 - pkg/registry/rbac/clusterrolebinding/BUILD | 3 - .../rbac/clusterrolebinding/etcd/BUILD | 3 - .../rbac/clusterrolebinding/policybased/BUILD | 3 - pkg/registry/rbac/rest/BUILD | 3 - pkg/registry/rbac/role/BUILD | 3 - pkg/registry/rbac/role/etcd/BUILD | 3 - pkg/registry/rbac/role/policybased/BUILD | 3 - pkg/registry/rbac/rolebinding/BUILD | 3 - pkg/registry/rbac/rolebinding/etcd/BUILD | 3 - .../rbac/rolebinding/policybased/BUILD | 3 - pkg/registry/registrytest/BUILD | 3 - pkg/registry/storage/rest/BUILD | 3 - pkg/registry/storage/storageclass/BUILD | 2 - pkg/registry/storage/storageclass/etcd/BUILD | 2 - pkg/routes/BUILD | 3 - pkg/runtime/BUILD | 2 - pkg/runtime/schema/BUILD | 2 - pkg/runtime/serializer/BUILD | 2 - pkg/runtime/serializer/json/BUILD | 2 - pkg/runtime/serializer/protobuf/BUILD | 2 - pkg/runtime/serializer/recognizer/BUILD | 3 - .../serializer/recognizer/testing/BUILD | 20 ++ pkg/runtime/serializer/streaming/BUILD | 2 - pkg/runtime/serializer/versioning/BUILD | 2 - pkg/runtime/serializer/yaml/BUILD | 3 - pkg/security/BUILD | 3 - pkg/security/apparmor/BUILD | 2 - pkg/security/podsecuritypolicy/BUILD | 2 - pkg/security/podsecuritypolicy/apparmor/BUILD | 2 - .../podsecuritypolicy/capabilities/BUILD | 2 - pkg/security/podsecuritypolicy/group/BUILD | 2 - pkg/security/podsecuritypolicy/seccomp/BUILD | 2 - pkg/security/podsecuritypolicy/selinux/BUILD | 2 - pkg/security/podsecuritypolicy/sysctl/BUILD | 2 - pkg/security/podsecuritypolicy/user/BUILD | 2 - pkg/security/podsecuritypolicy/util/BUILD | 2 - pkg/securitycontext/BUILD | 2 - pkg/selection/BUILD | 3 - pkg/serviceaccount/BUILD | 2 - pkg/ssh/BUILD | 2 - pkg/storage/BUILD | 2 - pkg/storage/etcd/BUILD | 2 - pkg/storage/etcd/etcdtest/BUILD | 3 - pkg/storage/etcd/metrics/BUILD | 3 - pkg/storage/etcd/testing/BUILD | 3 - pkg/storage/etcd/testing/testingcert/BUILD | 3 - pkg/storage/etcd/util/BUILD | 2 - pkg/storage/etcd3/BUILD | 2 - pkg/storage/storagebackend/BUILD | 3 - pkg/storage/storagebackend/factory/BUILD | 2 - pkg/storage/testing/BUILD | 3 - pkg/types/BUILD | 3 - pkg/util/BUILD | 2 - pkg/util/async/BUILD | 2 - pkg/util/bandwidth/BUILD | 2 - pkg/util/cache/BUILD | 2 - pkg/util/cert/BUILD | 2 - pkg/util/cert/triple/BUILD | 3 - pkg/util/chmod/BUILD | 3 - pkg/util/chown/BUILD | 3 - pkg/util/clock/BUILD | 2 - pkg/util/codeinspector/BUILD | 3 - pkg/util/config/BUILD | 2 - pkg/util/configz/BUILD | 2 - pkg/util/crlf/BUILD | 3 - pkg/util/dbus/BUILD | 2 - pkg/util/diff/BUILD | 2 - pkg/util/ebtables/BUILD | 2 - pkg/util/env/BUILD | 2 - pkg/util/errors/BUILD | 2 - pkg/util/exec/BUILD | 2 - pkg/util/flag/BUILD | 3 - pkg/util/flock/BUILD | 3 - pkg/util/flowcontrol/BUILD | 2 - pkg/util/flushwriter/BUILD | 2 - pkg/util/framer/BUILD | 2 - pkg/util/goroutinemap/BUILD | 2 - .../goroutinemap/exponentialbackoff/BUILD | 3 - pkg/util/hash/BUILD | 2 - pkg/util/homedir/BUILD | 3 - pkg/util/httpstream/BUILD | 2 - pkg/util/httpstream/spdy/BUILD | 2 - pkg/util/initsystem/BUILD | 3 - pkg/util/integer/BUILD | 2 - pkg/util/interrupt/BUILD | 3 - pkg/util/intstr/BUILD | 2 - pkg/util/io/BUILD | 2 - pkg/util/iptables/BUILD | 2 - pkg/util/iptables/testing/BUILD | 3 - pkg/util/json/BUILD | 2 - pkg/util/jsonpath/BUILD | 2 - pkg/util/keymutex/BUILD | 2 - pkg/util/labels/BUILD | 2 - pkg/util/limitwriter/BUILD | 2 - pkg/util/logs/BUILD | 3 - pkg/util/maps/BUILD | 3 - pkg/util/metrics/BUILD | 3 - pkg/util/mount/BUILD | 2 - pkg/util/net/BUILD | 2 - pkg/util/net/sets/BUILD | 2 - pkg/util/netsh/BUILD | 3 - pkg/util/netsh/testing/BUILD | 3 - pkg/util/node/BUILD | 2 - pkg/util/oom/BUILD | 2 - pkg/util/parsers/BUILD | 2 - pkg/util/procfs/BUILD | 2 - pkg/util/proxy/BUILD | 2 - pkg/util/rand/BUILD | 2 - pkg/util/resourcecontainer/BUILD | 3 - pkg/util/rlimit/BUILD | 3 - pkg/util/runtime/BUILD | 2 - pkg/util/selinux/BUILD | 3 - pkg/util/sets/BUILD | 2 - pkg/util/sets/types/BUILD | 3 - pkg/util/slice/BUILD | 2 - pkg/util/strategicpatch/BUILD | 2 - pkg/util/strings/BUILD | 2 - pkg/util/sysctl/BUILD | 3 - pkg/util/sysctl/testing/BUILD | 3 - pkg/util/system/BUILD | 2 - pkg/util/taints/BUILD | 2 - pkg/util/term/BUILD | 2 - pkg/util/testing/BUILD | 2 - pkg/util/threading/BUILD | 2 - pkg/util/uuid/BUILD | 3 - pkg/util/validation/BUILD | 2 - pkg/util/validation/field/BUILD | 2 - pkg/util/wait/BUILD | 2 - pkg/util/workqueue/BUILD | 2 - pkg/util/workqueue/prometheus/BUILD | 3 - pkg/util/wsstream/BUILD | 2 - pkg/util/yaml/BUILD | 2 - pkg/version/BUILD | 2 - pkg/version/prometheus/BUILD | 3 - pkg/version/verflag/BUILD | 3 - pkg/volume/BUILD | 2 - pkg/volume/aws_ebs/BUILD | 2 - pkg/volume/azure_dd/BUILD | 2 - pkg/volume/azure_file/BUILD | 2 - pkg/volume/cephfs/BUILD | 2 - pkg/volume/cinder/BUILD | 2 - pkg/volume/configmap/BUILD | 2 - pkg/volume/downwardapi/BUILD | 2 - pkg/volume/empty_dir/BUILD | 2 - pkg/volume/fc/BUILD | 2 - pkg/volume/flexvolume/BUILD | 2 - pkg/volume/flocker/BUILD | 2 - pkg/volume/gce_pd/BUILD | 2 - pkg/volume/git_repo/BUILD | 2 - pkg/volume/glusterfs/BUILD | 2 - pkg/volume/host_path/BUILD | 2 - pkg/volume/iscsi/BUILD | 2 - pkg/volume/nfs/BUILD | 2 - pkg/volume/photon_pd/BUILD | 2 - pkg/volume/quobyte/BUILD | 2 - pkg/volume/rbd/BUILD | 2 - pkg/volume/secret/BUILD | 2 - pkg/volume/testing/BUILD | 3 - pkg/volume/util/BUILD | 2 - pkg/volume/util/nestedpendingoperations/BUILD | 2 - pkg/volume/util/operationexecutor/BUILD | 3 - pkg/volume/util/types/BUILD | 3 - pkg/volume/util/volumehelper/BUILD | 3 - pkg/volume/vsphere_volume/BUILD | 2 - pkg/watch/BUILD | 2 - pkg/watch/json/BUILD | 3 - pkg/watch/versioned/BUILD | 2 - plugin/cmd/kube-scheduler/BUILD | 3 - plugin/cmd/kube-scheduler/app/BUILD | 3 - plugin/cmd/kube-scheduler/app/options/BUILD | 3 - plugin/pkg/admission/admit/BUILD | 2 - plugin/pkg/admission/alwayspullimages/BUILD | 2 - plugin/pkg/admission/antiaffinity/BUILD | 2 - plugin/pkg/admission/deny/BUILD | 2 - plugin/pkg/admission/exec/BUILD | 2 - plugin/pkg/admission/gc/BUILD | 2 - plugin/pkg/admission/imagepolicy/BUILD | 2 - plugin/pkg/admission/initialresources/BUILD | 2 - plugin/pkg/admission/limitranger/BUILD | 2 - .../admission/namespace/autoprovision/BUILD | 2 - plugin/pkg/admission/namespace/exists/BUILD | 2 - .../pkg/admission/namespace/lifecycle/BUILD | 2 - .../admission/persistentvolume/label/BUILD | 2 - plugin/pkg/admission/podnodeselector/BUILD | 2 - plugin/pkg/admission/resourcequota/BUILD | 2 - plugin/pkg/admission/security/BUILD | 3 - .../security/podsecuritypolicy/BUILD | 2 - .../admission/securitycontext/scdeny/BUILD | 2 - plugin/pkg/admission/serviceaccount/BUILD | 2 - .../pkg/admission/storageclass/default/BUILD | 2 - plugin/pkg/auth/BUILD | 3 - plugin/pkg/auth/authenticator/BUILD | 3 - plugin/pkg/auth/authenticator/password/BUILD | 3 - .../auth/authenticator/password/allow/BUILD | 2 - .../authenticator/password/keystone/BUILD | 3 - .../authenticator/password/passwordfile/BUILD | 2 - .../authenticator/request/anonymous/BUILD | 2 - .../authenticator/request/basicauth/BUILD | 2 - .../authenticator/request/headerrequest/BUILD | 2 - .../auth/authenticator/request/union/BUILD | 2 - .../pkg/auth/authenticator/request/x509/BUILD | 2 - .../auth/authenticator/token/anytoken/BUILD | 2 - .../pkg/auth/authenticator/token/oidc/BUILD | 2 - .../authenticator/token/oidc/testing/BUILD | 3 - .../auth/authenticator/token/tokenfile/BUILD | 2 - .../auth/authenticator/token/tokentest/BUILD | 3 - .../auth/authenticator/token/webhook/BUILD | 2 - plugin/pkg/auth/authorizer/BUILD | 3 - plugin/pkg/auth/authorizer/rbac/BUILD | 2 - .../authorizer/rbac/bootstrappolicy/BUILD | 2 - plugin/pkg/auth/authorizer/webhook/BUILD | 2 - plugin/pkg/client/auth/BUILD | 3 - plugin/pkg/client/auth/gcp/BUILD | 2 - plugin/pkg/client/auth/oidc/BUILD | 2 - plugin/pkg/scheduler/BUILD | 2 - plugin/pkg/scheduler/algorithm/BUILD | 2 - .../pkg/scheduler/algorithm/predicates/BUILD | 2 - .../pkg/scheduler/algorithm/priorities/BUILD | 2 - .../scheduler/algorithm/priorities/util/BUILD | 3 - plugin/pkg/scheduler/algorithmprovider/BUILD | 2 - .../algorithmprovider/defaults/BUILD | 2 - plugin/pkg/scheduler/api/BUILD | 3 - plugin/pkg/scheduler/api/latest/BUILD | 3 - plugin/pkg/scheduler/api/v1/BUILD | 3 - plugin/pkg/scheduler/api/validation/BUILD | 2 - plugin/pkg/scheduler/factory/BUILD | 2 - plugin/pkg/scheduler/metrics/BUILD | 3 - plugin/pkg/scheduler/schedulercache/BUILD | 2 - plugin/pkg/scheduler/testing/BUILD | 3 - plugin/pkg/webhook/BUILD | 3 - test/e2e/BUILD | 2 - test/e2e/chaosmonkey/BUILD | 2 - test/e2e/common/BUILD | 3 - test/e2e/framework/BUILD | 3 - test/e2e/generated/BUILD | 3 - test/e2e/perftype/BUILD | 3 - test/e2e_node/BUILD | 2 - test/e2e_node/builder/BUILD | 3 - test/e2e_node/environment/BUILD | 3 - test/e2e_node/remote/BUILD | 3 - test/e2e_node/runner/local/BUILD | 3 - test/e2e_node/runner/remote/BUILD | 3 - test/e2e_node/services/BUILD | 3 - test/e2e_node/system/BUILD | 2 - test/images/clusterapi-tester/BUILD | 3 - test/images/entrypoint-tester/BUILD | 3 - test/images/fakegitserver/BUILD | 3 - test/images/goproxy/BUILD | 3 - test/images/logs-generator/BUILD | 3 - test/images/mount-tester/BUILD | 3 - test/images/n-way-http/BUILD | 3 - test/images/net/BUILD | 3 - test/images/net/common/BUILD | 3 - test/images/net/nat/BUILD | 3 - test/images/netexec/BUILD | 3 - test/images/network-tester/BUILD | 3 - test/images/port-forward-tester/BUILD | 3 - test/images/porter/BUILD | 3 - test/images/resource-consumer/BUILD | 3 - test/images/resource-consumer/common/BUILD | 3 - .../resource-consumer/consume-cpu/BUILD | 3 - .../images/resource-consumer/controller/BUILD | 3 - test/images/serve_hostname/BUILD | 3 - test/integration/BUILD | 3 - test/integration/discoverysummarizer/BUILD | 18 ++ test/integration/examples/BUILD | 21 ++ test/integration/federation/BUILD | 24 ++ test/integration/framework/BUILD | 3 - test/integration/metrics/BUILD | 3 - test/integration/objectmeta/BUILD | 22 ++ test/integration/openshift/BUILD | 18 ++ test/integration/scheduler_perf/BUILD | 2 - test/list/BUILD | 3 - test/soak/cauldron/BUILD | 3 - test/soak/serve_hostnames/BUILD | 3 - test/utils/BUILD | 3 - third_party/forked/golang/expansion/BUILD | 2 - third_party/forked/golang/json/BUILD | 3 - third_party/forked/golang/netutil/BUILD | 3 - third_party/forked/golang/reflect/BUILD | 2 - third_party/forked/golang/template/BUILD | 3 - vendor/BUILD | 266 ++++++++++++++++-- 949 files changed, 387 insertions(+), 2392 deletions(-) create mode 100644 pkg/runtime/serializer/recognizer/testing/BUILD create mode 100644 test/integration/discoverysummarizer/BUILD create mode 100644 test/integration/examples/BUILD create mode 100644 test/integration/federation/BUILD create mode 100644 test/integration/objectmeta/BUILD create mode 100644 test/integration/openshift/BUILD diff --git a/cmd/clicheck/BUILD b/cmd/clicheck/BUILD index ef7b0308a28..4fce66c3522 100644 --- a/cmd/clicheck/BUILD +++ b/cmd/clicheck/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/gendocs/BUILD b/cmd/gendocs/BUILD index 7cb6e3a1148..e85294f1e9f 100644 --- a/cmd/gendocs/BUILD +++ b/cmd/gendocs/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/genkubedocs/BUILD b/cmd/genkubedocs/BUILD index 16c6367ecd8..f5ffe97de15 100644 --- a/cmd/genkubedocs/BUILD +++ b/cmd/genkubedocs/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/genman/BUILD b/cmd/genman/BUILD index 0ff8bde1f3b..d54326b7f66 100644 --- a/cmd/genman/BUILD +++ b/cmd/genman/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/genslateyaml/BUILD b/cmd/genslateyaml/BUILD index 7a84f5bc049..ff4f5ce85cc 100644 --- a/cmd/genslateyaml/BUILD +++ b/cmd/genslateyaml/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/genswaggertypedocs/BUILD b/cmd/genswaggertypedocs/BUILD index 21347dbb0a4..1ca61dbc5a5 100644 --- a/cmd/genswaggertypedocs/BUILD +++ b/cmd/genswaggertypedocs/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/genutils/BUILD b/cmd/genutils/BUILD index 9fb17a2e5cc..25b98a7c548 100644 --- a/cmd/genutils/BUILD +++ b/cmd/genutils/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/genyaml/BUILD b/cmd/genyaml/BUILD index 37afe09a4a7..42515d6aa5d 100644 --- a/cmd/genyaml/BUILD +++ b/cmd/genyaml/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/hyperkube/BUILD b/cmd/hyperkube/BUILD index 7ece1d194b1..0b7b5a97f68 100644 --- a/cmd/hyperkube/BUILD +++ b/cmd/hyperkube/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-apiserver/BUILD b/cmd/kube-apiserver/BUILD index 014733d3f37..797993b0f38 100644 --- a/cmd/kube-apiserver/BUILD +++ b/cmd/kube-apiserver/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-apiserver/app/BUILD b/cmd/kube-apiserver/app/BUILD index 5d547f4d802..902c8045b48 100644 --- a/cmd/kube-apiserver/app/BUILD +++ b/cmd/kube-apiserver/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-apiserver/app/options/BUILD b/cmd/kube-apiserver/app/options/BUILD index 547889f4946..7bbcd99449d 100644 --- a/cmd/kube-apiserver/app/options/BUILD +++ b/cmd/kube-apiserver/app/options/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-controller-manager/BUILD b/cmd/kube-controller-manager/BUILD index cdd49cd7980..9bb5a1290da 100644 --- a/cmd/kube-controller-manager/BUILD +++ b/cmd/kube-controller-manager/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-controller-manager/app/BUILD b/cmd/kube-controller-manager/app/BUILD index 2d37111c402..0e16deb9f1c 100644 --- a/cmd/kube-controller-manager/app/BUILD +++ b/cmd/kube-controller-manager/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-controller-manager/app/options/BUILD b/cmd/kube-controller-manager/app/options/BUILD index 769db121132..cc1f41a8605 100644 --- a/cmd/kube-controller-manager/app/options/BUILD +++ b/cmd/kube-controller-manager/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-discovery/BUILD b/cmd/kube-discovery/BUILD index 05abe2f4bcb..cf04f237f8c 100644 --- a/cmd/kube-discovery/BUILD +++ b/cmd/kube-discovery/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-discovery/app/BUILD b/cmd/kube-discovery/app/BUILD index a7f29b86700..1e78be9513d 100644 --- a/cmd/kube-discovery/app/BUILD +++ b/cmd/kube-discovery/app/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-dns/BUILD b/cmd/kube-dns/BUILD index 37255f1703c..5209cc86bf6 100644 --- a/cmd/kube-dns/BUILD +++ b/cmd/kube-dns/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-dns/app/BUILD b/cmd/kube-dns/app/BUILD index cec7e67d5f6..3f882b23890 100644 --- a/cmd/kube-dns/app/BUILD +++ b/cmd/kube-dns/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-dns/app/options/BUILD b/cmd/kube-dns/app/options/BUILD index 10b714d1072..2519e744659 100644 --- a/cmd/kube-dns/app/options/BUILD +++ b/cmd/kube-dns/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-proxy/BUILD b/cmd/kube-proxy/BUILD index af23dddafd1..98af2c96ed9 100644 --- a/cmd/kube-proxy/BUILD +++ b/cmd/kube-proxy/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kube-proxy/app/BUILD b/cmd/kube-proxy/app/BUILD index cd593645328..d909ca75469 100644 --- a/cmd/kube-proxy/app/BUILD +++ b/cmd/kube-proxy/app/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kube-proxy/app/options/BUILD b/cmd/kube-proxy/app/options/BUILD index 8d2f453462b..fae8a944b6c 100644 --- a/cmd/kube-proxy/app/options/BUILD +++ b/cmd/kube-proxy/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/BUILD b/cmd/kubeadm/BUILD index 5f3817ad633..f4eedef29dd 100644 --- a/cmd/kubeadm/BUILD +++ b/cmd/kubeadm/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kubeadm/app/BUILD b/cmd/kubeadm/app/BUILD index 2574325efba..cbafed2759b 100644 --- a/cmd/kubeadm/app/BUILD +++ b/cmd/kubeadm/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/apis/kubeadm/BUILD b/cmd/kubeadm/app/apis/kubeadm/BUILD index bc0621efccb..e73848c04bb 100644 --- a/cmd/kubeadm/app/apis/kubeadm/BUILD +++ b/cmd/kubeadm/app/apis/kubeadm/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/apis/kubeadm/install/BUILD b/cmd/kubeadm/app/apis/kubeadm/install/BUILD index 256c30e79c0..9e7608b3c80 100644 --- a/cmd/kubeadm/app/apis/kubeadm/install/BUILD +++ b/cmd/kubeadm/app/apis/kubeadm/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/apis/kubeadm/v1alpha1/BUILD b/cmd/kubeadm/app/apis/kubeadm/v1alpha1/BUILD index dcd828f053d..5c1d99012b1 100644 --- a/cmd/kubeadm/app/apis/kubeadm/v1alpha1/BUILD +++ b/cmd/kubeadm/app/apis/kubeadm/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/cmd/BUILD b/cmd/kubeadm/app/cmd/BUILD index 884451e5d8b..87e6b604c7a 100644 --- a/cmd/kubeadm/app/cmd/BUILD +++ b/cmd/kubeadm/app/cmd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/cmd/flags/BUILD b/cmd/kubeadm/app/cmd/flags/BUILD index 2f28f57efca..bbfce4febd8 100644 --- a/cmd/kubeadm/app/cmd/flags/BUILD +++ b/cmd/kubeadm/app/cmd/flags/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/images/BUILD b/cmd/kubeadm/app/images/BUILD index 95cdd424bb6..56eecc9f1fb 100644 --- a/cmd/kubeadm/app/images/BUILD +++ b/cmd/kubeadm/app/images/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/master/BUILD b/cmd/kubeadm/app/master/BUILD index 3d96afd07de..7a90714bbda 100644 --- a/cmd/kubeadm/app/master/BUILD +++ b/cmd/kubeadm/app/master/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/node/BUILD b/cmd/kubeadm/app/node/BUILD index d11e982f881..7a351ece76e 100644 --- a/cmd/kubeadm/app/node/BUILD +++ b/cmd/kubeadm/app/node/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/preflight/BUILD b/cmd/kubeadm/app/preflight/BUILD index c6841df834c..0ad6bb24683 100644 --- a/cmd/kubeadm/app/preflight/BUILD +++ b/cmd/kubeadm/app/preflight/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/app/util/BUILD b/cmd/kubeadm/app/util/BUILD index c5318925b37..2f90923a664 100644 --- a/cmd/kubeadm/app/util/BUILD +++ b/cmd/kubeadm/app/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubeadm/test/BUILD b/cmd/kubeadm/test/BUILD index f6609ba4222..181381e2423 100644 --- a/cmd/kubeadm/test/BUILD +++ b/cmd/kubeadm/test/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubectl/BUILD b/cmd/kubectl/BUILD index f1378265c8a..6ae716f2d41 100644 --- a/cmd/kubectl/BUILD +++ b/cmd/kubectl/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kubectl/app/BUILD b/cmd/kubectl/app/BUILD index 5bef311c9c5..51a23fc11d1 100644 --- a/cmd/kubectl/app/BUILD +++ b/cmd/kubectl/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubelet/BUILD b/cmd/kubelet/BUILD index 20d3017a5ec..63dd6027372 100644 --- a/cmd/kubelet/BUILD +++ b/cmd/kubelet/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kubelet/app/BUILD b/cmd/kubelet/app/BUILD index f40b4b6417f..df840644e0e 100644 --- a/cmd/kubelet/app/BUILD +++ b/cmd/kubelet/app/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubelet/app/options/BUILD b/cmd/kubelet/app/options/BUILD index c684a9b8c8c..477b92ecf41 100644 --- a/cmd/kubelet/app/options/BUILD +++ b/cmd/kubelet/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubemark/BUILD b/cmd/kubemark/BUILD index 35b39b97ed0..0b678ca4340 100644 --- a/cmd/kubemark/BUILD +++ b/cmd/kubemark/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kubernetes-discovery/BUILD b/cmd/kubernetes-discovery/BUILD index 10578a886b3..dd84ecb8567 100644 --- a/cmd/kubernetes-discovery/BUILD +++ b/cmd/kubernetes-discovery/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/kubernetes-discovery/pkg/apis/apiregistration/BUILD b/cmd/kubernetes-discovery/pkg/apis/apiregistration/BUILD index f0ceda59a22..a905d82ce6c 100644 --- a/cmd/kubernetes-discovery/pkg/apis/apiregistration/BUILD +++ b/cmd/kubernetes-discovery/pkg/apis/apiregistration/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/apis/apiregistration/install/BUILD b/cmd/kubernetes-discovery/pkg/apis/apiregistration/install/BUILD index 6d97a9f730b..34c3a924317 100644 --- a/cmd/kubernetes-discovery/pkg/apis/apiregistration/install/BUILD +++ b/cmd/kubernetes-discovery/pkg/apis/apiregistration/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/apis/apiregistration/v1alpha1/BUILD b/cmd/kubernetes-discovery/pkg/apis/apiregistration/v1alpha1/BUILD index d7902edacf1..04f625bd505 100644 --- a/cmd/kubernetes-discovery/pkg/apis/apiregistration/v1alpha1/BUILD +++ b/cmd/kubernetes-discovery/pkg/apis/apiregistration/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/apis/apiregistration/validation/BUILD b/cmd/kubernetes-discovery/pkg/apis/apiregistration/validation/BUILD index 0aaaeaa5bf5..8b5268dbda8 100644 --- a/cmd/kubernetes-discovery/pkg/apis/apiregistration/validation/BUILD +++ b/cmd/kubernetes-discovery/pkg/apis/apiregistration/validation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/apiserver/BUILD b/cmd/kubernetes-discovery/pkg/apiserver/BUILD index 3465ab3d073..4ef15d5df5e 100644 --- a/cmd/kubernetes-discovery/pkg/apiserver/BUILD +++ b/cmd/kubernetes-discovery/pkg/apiserver/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/BUILD index d987b5e2719..608968d9343 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/fake/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/fake/BUILD index c0dd4a16ac5..fed23a4a423 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/fake/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/BUILD index 891db846da5..d94ea4ed7b9 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake/BUILD index 005b6475f87..de18529d8b4 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/BUILD index afd7f4c7741..5790c6b7200 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/fake/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/fake/BUILD index 35484117e95..37e763568ce 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/fake/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/BUILD index 7060534bb7e..ae7a0915691 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/fake/BUILD b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/fake/BUILD index 311c3477311..fdcfd09fc55 100644 --- a/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/fake/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/clientset_generated/release_1_5/typed/apiregistration/v1alpha1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/informers/BUILD b/cmd/kubernetes-discovery/pkg/client/informers/BUILD index 626c4ff1923..0cbfbbb8008 100644 --- a/cmd/kubernetes-discovery/pkg/client/informers/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/informers/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/BUILD b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/BUILD index eee2a5db6f3..b046f217fd0 100644 --- a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/internalversion/BUILD b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/internalversion/BUILD index d1807718ad0..1fda9c4465a 100644 --- a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/internalversion/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/v1alpha1/BUILD b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/v1alpha1/BUILD index 5501f016531..58ed1d580f5 100644 --- a/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/v1alpha1/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/informers/apiregistration/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/informers/internalinterfaces/BUILD b/cmd/kubernetes-discovery/pkg/client/informers/internalinterfaces/BUILD index ce024870ce9..8752731f686 100644 --- a/cmd/kubernetes-discovery/pkg/client/informers/internalinterfaces/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/informers/internalinterfaces/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/internalversion/BUILD b/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/internalversion/BUILD index 6ded7e008fb..bd86ad68cd5 100644 --- a/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/internalversion/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/v1alpha1/BUILD b/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/v1alpha1/BUILD index be6ba9be15c..87b0d48a94e 100644 --- a/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/v1alpha1/BUILD +++ b/cmd/kubernetes-discovery/pkg/client/listers/apiregistration/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/cmd/server/BUILD b/cmd/kubernetes-discovery/pkg/cmd/server/BUILD index 49d4dbd49b7..79f56481181 100644 --- a/cmd/kubernetes-discovery/pkg/cmd/server/BUILD +++ b/cmd/kubernetes-discovery/pkg/cmd/server/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/legacy/BUILD b/cmd/kubernetes-discovery/pkg/legacy/BUILD index 14e43b92b70..a91f8bdbaf2 100644 --- a/cmd/kubernetes-discovery/pkg/legacy/BUILD +++ b/cmd/kubernetes-discovery/pkg/legacy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/legacy/apis/config/v1alpha1/BUILD b/cmd/kubernetes-discovery/pkg/legacy/apis/config/v1alpha1/BUILD index f35b0ee0a80..7afc7f5cc12 100644 --- a/cmd/kubernetes-discovery/pkg/legacy/apis/config/v1alpha1/BUILD +++ b/cmd/kubernetes-discovery/pkg/legacy/apis/config/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/registry/apiservice/BUILD b/cmd/kubernetes-discovery/pkg/registry/apiservice/BUILD index 77ebf867df5..1566c22825f 100644 --- a/cmd/kubernetes-discovery/pkg/registry/apiservice/BUILD +++ b/cmd/kubernetes-discovery/pkg/registry/apiservice/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/kubernetes-discovery/pkg/registry/apiservice/etcd/BUILD b/cmd/kubernetes-discovery/pkg/registry/apiservice/etcd/BUILD index 225ce1f8ad0..dfd71d40c5c 100644 --- a/cmd/kubernetes-discovery/pkg/registry/apiservice/etcd/BUILD +++ b/cmd/kubernetes-discovery/pkg/registry/apiservice/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/BUILD b/cmd/libs/go2idl/client-gen/BUILD index d6e7dcd4f60..8262c5d9854 100644 --- a/cmd/libs/go2idl/client-gen/BUILD +++ b/cmd/libs/go2idl/client-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/client-gen/args/BUILD b/cmd/libs/go2idl/client-gen/args/BUILD index 5fc2bab1657..75a2d1de512 100644 --- a/cmd/libs/go2idl/client-gen/args/BUILD +++ b/cmd/libs/go2idl/client-gen/args/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/generators/BUILD b/cmd/libs/go2idl/client-gen/generators/BUILD index c59f0ceb611..482f2894590 100644 --- a/cmd/libs/go2idl/client-gen/generators/BUILD +++ b/cmd/libs/go2idl/client-gen/generators/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/generators/fake/BUILD b/cmd/libs/go2idl/client-gen/generators/fake/BUILD index 744361a41df..f8af59f8aee 100644 --- a/cmd/libs/go2idl/client-gen/generators/fake/BUILD +++ b/cmd/libs/go2idl/client-gen/generators/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/test_apis/testgroup/BUILD b/cmd/libs/go2idl/client-gen/test_apis/testgroup/BUILD index b352222ece8..a77103988e8 100644 --- a/cmd/libs/go2idl/client-gen/test_apis/testgroup/BUILD +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/test_apis/testgroup/install/BUILD b/cmd/libs/go2idl/client-gen/test_apis/testgroup/install/BUILD index 01fe5c3e495..d288c8935f4 100644 --- a/cmd/libs/go2idl/client-gen/test_apis/testgroup/install/BUILD +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/test_apis/testgroup/v1/BUILD b/cmd/libs/go2idl/client-gen/test_apis/testgroup/v1/BUILD index e6225d9d156..ad703e76342 100644 --- a/cmd/libs/go2idl/client-gen/test_apis/testgroup/v1/BUILD +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/BUILD b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/BUILD index 9b7384a2ef0..5319fca2fca 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/BUILD +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/fake/BUILD b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/fake/BUILD index a9c1c527279..cc2aeae07b8 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/fake/BUILD +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/BUILD b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/BUILD index bcf67e7c713..9eb0e746e55 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/BUILD +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/fake/BUILD b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/fake/BUILD index 1b4fa393189..cbe33c26c82 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/fake/BUILD +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/client-gen/types/BUILD b/cmd/libs/go2idl/client-gen/types/BUILD index c9fba4492e9..d463507f884 100644 --- a/cmd/libs/go2idl/client-gen/types/BUILD +++ b/cmd/libs/go2idl/client-gen/types/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/conversion-gen/BUILD b/cmd/libs/go2idl/conversion-gen/BUILD index 7bac31ca6fe..06e38ec493c 100644 --- a/cmd/libs/go2idl/conversion-gen/BUILD +++ b/cmd/libs/go2idl/conversion-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/conversion-gen/generators/BUILD b/cmd/libs/go2idl/conversion-gen/generators/BUILD index 97907cea0e5..21c5babf694 100644 --- a/cmd/libs/go2idl/conversion-gen/generators/BUILD +++ b/cmd/libs/go2idl/conversion-gen/generators/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/deepcopy-gen/BUILD b/cmd/libs/go2idl/deepcopy-gen/BUILD index 2652e03816c..f5e93fc0e58 100644 --- a/cmd/libs/go2idl/deepcopy-gen/BUILD +++ b/cmd/libs/go2idl/deepcopy-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/defaulter-gen/BUILD b/cmd/libs/go2idl/defaulter-gen/BUILD index 653df089cf6..c912f76f0e1 100644 --- a/cmd/libs/go2idl/defaulter-gen/BUILD +++ b/cmd/libs/go2idl/defaulter-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/go-to-protobuf/BUILD b/cmd/libs/go2idl/go-to-protobuf/BUILD index e7d4fe01aa2..5a13fc88c84 100644 --- a/cmd/libs/go2idl/go-to-protobuf/BUILD +++ b/cmd/libs/go2idl/go-to-protobuf/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/go-to-protobuf/protobuf/BUILD b/cmd/libs/go2idl/go-to-protobuf/protobuf/BUILD index 02348af9050..52173fd8741 100644 --- a/cmd/libs/go2idl/go-to-protobuf/protobuf/BUILD +++ b/cmd/libs/go2idl/go-to-protobuf/protobuf/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/go-to-protobuf/protoc-gen-gogo/BUILD b/cmd/libs/go2idl/go-to-protobuf/protoc-gen-gogo/BUILD index 71b1230e2ce..c81425104d0 100644 --- a/cmd/libs/go2idl/go-to-protobuf/protoc-gen-gogo/BUILD +++ b/cmd/libs/go2idl/go-to-protobuf/protoc-gen-gogo/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/import-boss/BUILD b/cmd/libs/go2idl/import-boss/BUILD index 4a770988936..fb6accc1817 100644 --- a/cmd/libs/go2idl/import-boss/BUILD +++ b/cmd/libs/go2idl/import-boss/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/informer-gen/BUILD b/cmd/libs/go2idl/informer-gen/BUILD index c4a7c5acd6d..24ef3343d76 100644 --- a/cmd/libs/go2idl/informer-gen/BUILD +++ b/cmd/libs/go2idl/informer-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/informer-gen/generators/BUILD b/cmd/libs/go2idl/informer-gen/generators/BUILD index ad539d64399..57c8eac8acd 100644 --- a/cmd/libs/go2idl/informer-gen/generators/BUILD +++ b/cmd/libs/go2idl/informer-gen/generators/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/lister-gen/BUILD b/cmd/libs/go2idl/lister-gen/BUILD index 84be2944da5..fc4033e31d7 100644 --- a/cmd/libs/go2idl/lister-gen/BUILD +++ b/cmd/libs/go2idl/lister-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/lister-gen/generators/BUILD b/cmd/libs/go2idl/lister-gen/generators/BUILD index 560651bdedd..90d7a7f3b5c 100644 --- a/cmd/libs/go2idl/lister-gen/generators/BUILD +++ b/cmd/libs/go2idl/lister-gen/generators/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/openapi-gen/BUILD b/cmd/libs/go2idl/openapi-gen/BUILD index 659374cad50..b1d4e468365 100644 --- a/cmd/libs/go2idl/openapi-gen/BUILD +++ b/cmd/libs/go2idl/openapi-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/libs/go2idl/openapi-gen/generators/BUILD b/cmd/libs/go2idl/openapi-gen/generators/BUILD index 5ad39bbfdbb..bcb45b2d96b 100644 --- a/cmd/libs/go2idl/openapi-gen/generators/BUILD +++ b/cmd/libs/go2idl/openapi-gen/generators/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/cmd/libs/go2idl/set-gen/BUILD b/cmd/libs/go2idl/set-gen/BUILD index 8f9e3feaa57..4083d07df89 100644 --- a/cmd/libs/go2idl/set-gen/BUILD +++ b/cmd/libs/go2idl/set-gen/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/linkcheck/BUILD b/cmd/linkcheck/BUILD index 94956ddf9a4..02cd09710bb 100644 --- a/cmd/linkcheck/BUILD +++ b/cmd/linkcheck/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/cmd/mungedocs/BUILD b/cmd/mungedocs/BUILD index bc898cb0524..f9e23ad9292 100644 --- a/cmd/mungedocs/BUILD +++ b/cmd/mungedocs/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/apis/core/BUILD b/federation/apis/core/BUILD index 25627832898..7d8c48b8c49 100644 --- a/federation/apis/core/BUILD +++ b/federation/apis/core/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/core/install/BUILD b/federation/apis/core/install/BUILD index 87df3d49c97..e65d9a38f76 100644 --- a/federation/apis/core/install/BUILD +++ b/federation/apis/core/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/core/v1/BUILD b/federation/apis/core/v1/BUILD index ddde51718bc..4a92b3faeb0 100644 --- a/federation/apis/core/v1/BUILD +++ b/federation/apis/core/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/federation/BUILD b/federation/apis/federation/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/federation/apis/federation/BUILD +++ b/federation/apis/federation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/federation/install/BUILD b/federation/apis/federation/install/BUILD index 00749f8072b..17b69a852ac 100644 --- a/federation/apis/federation/install/BUILD +++ b/federation/apis/federation/install/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/federation/v1beta1/BUILD b/federation/apis/federation/v1beta1/BUILD index 8780532e860..b6811578a9c 100644 --- a/federation/apis/federation/v1beta1/BUILD +++ b/federation/apis/federation/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/apis/federation/validation/BUILD b/federation/apis/federation/validation/BUILD index e98905e4d09..ac97e3587ab 100644 --- a/federation/apis/federation/validation/BUILD +++ b/federation/apis/federation/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/cache/BUILD b/federation/client/cache/BUILD index 77746032915..d20f5fa899a 100644 --- a/federation/client/cache/BUILD +++ b/federation/client/cache/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/BUILD b/federation/client/clientset_generated/federation_internalclientset/BUILD index 8134f2827e4..ab5817f258f 100644 --- a/federation/client/clientset_generated/federation_internalclientset/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/fake/BUILD b/federation/client/clientset_generated/federation_internalclientset/fake/BUILD index 38291541cdf..e92c7aa94ab 100644 --- a/federation/client/clientset_generated/federation_internalclientset/fake/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/BUILD index a77d6c33735..bcd9a13ed50 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/fake/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/fake/BUILD index 2c4972eb66c..417630eef1e 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/fake/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/BUILD index 83e8985464b..7cd993a1e2c 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/fake/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/fake/BUILD index af537006c71..468596fd836 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/fake/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/BUILD index 41aea4c0854..32f041d223d 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/fake/BUILD b/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/fake/BUILD index a9aded6fc8f..f0a052f72dc 100644 --- a/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/fake/BUILD +++ b/federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/BUILD b/federation/client/clientset_generated/federation_release_1_5/BUILD index dcec27285f1..58efa2c28f0 100644 --- a/federation/client/clientset_generated/federation_release_1_5/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/fake/BUILD b/federation/client/clientset_generated/federation_release_1_5/fake/BUILD index 83a725f4fd0..7e7263f82c1 100644 --- a/federation/client/clientset_generated/federation_release_1_5/fake/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/BUILD index 543482e0ee3..60f10bd68bb 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/fake/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/fake/BUILD index c35a77b0851..70e4391b6af 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/fake/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/core/v1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/BUILD index 791fb3d9e83..d909ae729a6 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/fake/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/fake/BUILD index c7206bd677f..c95d91b40bf 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/fake/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/extensions/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/BUILD index 973ddeaf38a..fd4098a19ff 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/fake/BUILD b/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/fake/BUILD index 1cf35773727..23b653beb46 100644 --- a/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/fake/BUILD +++ b/federation/client/clientset_generated/federation_release_1_5/typed/federation/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/cluster/BUILD b/federation/cluster/BUILD index f481737bfb0..ce5e6f65f3e 100644 --- a/federation/cluster/BUILD +++ b/federation/cluster/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/cmd/federation-apiserver/BUILD b/federation/cmd/federation-apiserver/BUILD index 829ba3c2533..27634e8c8b6 100644 --- a/federation/cmd/federation-apiserver/BUILD +++ b/federation/cmd/federation-apiserver/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/cmd/federation-apiserver/app/BUILD b/federation/cmd/federation-apiserver/app/BUILD index dca52aae0ed..c1273b8689b 100644 --- a/federation/cmd/federation-apiserver/app/BUILD +++ b/federation/cmd/federation-apiserver/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/cmd/federation-apiserver/app/options/BUILD b/federation/cmd/federation-apiserver/app/options/BUILD index bc42fb3dde4..12688e222ce 100644 --- a/federation/cmd/federation-apiserver/app/options/BUILD +++ b/federation/cmd/federation-apiserver/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/cmd/federation-controller-manager/BUILD b/federation/cmd/federation-controller-manager/BUILD index 7d269737e1f..677f0cf002c 100644 --- a/federation/cmd/federation-controller-manager/BUILD +++ b/federation/cmd/federation-controller-manager/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/cmd/federation-controller-manager/app/BUILD b/federation/cmd/federation-controller-manager/app/BUILD index 60c435cb23a..fab4a89af49 100644 --- a/federation/cmd/federation-controller-manager/app/BUILD +++ b/federation/cmd/federation-controller-manager/app/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/cmd/federation-controller-manager/app/options/BUILD b/federation/cmd/federation-controller-manager/app/options/BUILD index 9470a81e036..ee88eb33963 100644 --- a/federation/cmd/federation-controller-manager/app/options/BUILD +++ b/federation/cmd/federation-controller-manager/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/cmd/genfeddocs/BUILD b/federation/cmd/genfeddocs/BUILD index 715317f6f46..3d911dd5ccc 100644 --- a/federation/cmd/genfeddocs/BUILD +++ b/federation/cmd/genfeddocs/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/cmd/kubefed/BUILD b/federation/cmd/kubefed/BUILD index f973c5723e9..204ed904cfc 100644 --- a/federation/cmd/kubefed/BUILD +++ b/federation/cmd/kubefed/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/federation/cmd/kubefed/app/BUILD b/federation/cmd/kubefed/app/BUILD index 7ba37ca64c0..a2428bb0700 100644 --- a/federation/cmd/kubefed/app/BUILD +++ b/federation/cmd/kubefed/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/BUILD b/federation/pkg/dnsprovider/BUILD index 379d4c8976f..b8e0b876d90 100644 --- a/federation/pkg/dnsprovider/BUILD +++ b/federation/pkg/dnsprovider/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/aws/route53/BUILD b/federation/pkg/dnsprovider/providers/aws/route53/BUILD index ac7f9c84e88..01c22f592ad 100644 --- a/federation/pkg/dnsprovider/providers/aws/route53/BUILD +++ b/federation/pkg/dnsprovider/providers/aws/route53/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/aws/route53/stubs/BUILD b/federation/pkg/dnsprovider/providers/aws/route53/stubs/BUILD index 9db56ede57d..363ee9ee25b 100644 --- a/federation/pkg/dnsprovider/providers/aws/route53/stubs/BUILD +++ b/federation/pkg/dnsprovider/providers/aws/route53/stubs/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/coredns/BUILD b/federation/pkg/dnsprovider/providers/coredns/BUILD index e84f3a1b145..33622fd03d4 100644 --- a/federation/pkg/dnsprovider/providers/coredns/BUILD +++ b/federation/pkg/dnsprovider/providers/coredns/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/coredns/stubs/BUILD b/federation/pkg/dnsprovider/providers/coredns/stubs/BUILD index c513a3840d7..08d425f958a 100644 --- a/federation/pkg/dnsprovider/providers/coredns/stubs/BUILD +++ b/federation/pkg/dnsprovider/providers/coredns/stubs/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/google/clouddns/BUILD b/federation/pkg/dnsprovider/providers/google/clouddns/BUILD index af5e4855d9a..ed8b5295e02 100644 --- a/federation/pkg/dnsprovider/providers/google/clouddns/BUILD +++ b/federation/pkg/dnsprovider/providers/google/clouddns/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/google/clouddns/internal/BUILD b/federation/pkg/dnsprovider/providers/google/clouddns/internal/BUILD index 7e447f30568..3c836d5b82f 100644 --- a/federation/pkg/dnsprovider/providers/google/clouddns/internal/BUILD +++ b/federation/pkg/dnsprovider/providers/google/clouddns/internal/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/google/clouddns/internal/interfaces/BUILD b/federation/pkg/dnsprovider/providers/google/clouddns/internal/interfaces/BUILD index dbd1ed624e6..19c49d9c8bd 100644 --- a/federation/pkg/dnsprovider/providers/google/clouddns/internal/interfaces/BUILD +++ b/federation/pkg/dnsprovider/providers/google/clouddns/internal/interfaces/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/providers/google/clouddns/internal/stubs/BUILD b/federation/pkg/dnsprovider/providers/google/clouddns/internal/stubs/BUILD index 0550f1cc63c..815b8352545 100644 --- a/federation/pkg/dnsprovider/providers/google/clouddns/internal/stubs/BUILD +++ b/federation/pkg/dnsprovider/providers/google/clouddns/internal/stubs/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/rrstype/BUILD b/federation/pkg/dnsprovider/rrstype/BUILD index 805e910747b..578f2af69fc 100644 --- a/federation/pkg/dnsprovider/rrstype/BUILD +++ b/federation/pkg/dnsprovider/rrstype/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/dnsprovider/tests/BUILD b/federation/pkg/dnsprovider/tests/BUILD index 7c3a3d564d7..96dce72a4a6 100644 --- a/federation/pkg/dnsprovider/tests/BUILD +++ b/federation/pkg/dnsprovider/tests/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/BUILD b/federation/pkg/federation-controller/BUILD index b80bb3379f2..72e02123044 100644 --- a/federation/pkg/federation-controller/BUILD +++ b/federation/pkg/federation-controller/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/cluster/BUILD b/federation/pkg/federation-controller/cluster/BUILD index 1c419ff08dc..5d9da31b6b7 100644 --- a/federation/pkg/federation-controller/cluster/BUILD +++ b/federation/pkg/federation-controller/cluster/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/configmap/BUILD b/federation/pkg/federation-controller/configmap/BUILD index b47b27a85ff..b947f1d57fb 100644 --- a/federation/pkg/federation-controller/configmap/BUILD +++ b/federation/pkg/federation-controller/configmap/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/daemonset/BUILD b/federation/pkg/federation-controller/daemonset/BUILD index 36a0f65d243..c9f5e7031c5 100644 --- a/federation/pkg/federation-controller/daemonset/BUILD +++ b/federation/pkg/federation-controller/daemonset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/deployment/BUILD b/federation/pkg/federation-controller/deployment/BUILD index 62fc0e6fe9b..6d0998e37cc 100644 --- a/federation/pkg/federation-controller/deployment/BUILD +++ b/federation/pkg/federation-controller/deployment/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/ingress/BUILD b/federation/pkg/federation-controller/ingress/BUILD index ee4e4f4b0d0..38d3cdb7ac4 100644 --- a/federation/pkg/federation-controller/ingress/BUILD +++ b/federation/pkg/federation-controller/ingress/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/namespace/BUILD b/federation/pkg/federation-controller/namespace/BUILD index d822c3c762e..1901db67dfa 100644 --- a/federation/pkg/federation-controller/namespace/BUILD +++ b/federation/pkg/federation-controller/namespace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/replicaset/BUILD b/federation/pkg/federation-controller/replicaset/BUILD index 98c5ae7a6c4..bdd89eb6f1f 100644 --- a/federation/pkg/federation-controller/replicaset/BUILD +++ b/federation/pkg/federation-controller/replicaset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/secret/BUILD b/federation/pkg/federation-controller/secret/BUILD index 49e2a5f70a6..2ca4b0bf37e 100644 --- a/federation/pkg/federation-controller/secret/BUILD +++ b/federation/pkg/federation-controller/secret/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/service/BUILD b/federation/pkg/federation-controller/service/BUILD index 57332f44cd9..e857d20befa 100644 --- a/federation/pkg/federation-controller/service/BUILD +++ b/federation/pkg/federation-controller/service/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/BUILD b/federation/pkg/federation-controller/util/BUILD index 36e75a88aec..0b7fe19600a 100644 --- a/federation/pkg/federation-controller/util/BUILD +++ b/federation/pkg/federation-controller/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/deletionhelper/BUILD b/federation/pkg/federation-controller/util/deletionhelper/BUILD index ecae25747bb..ba88a4f6a80 100644 --- a/federation/pkg/federation-controller/util/deletionhelper/BUILD +++ b/federation/pkg/federation-controller/util/deletionhelper/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/eventsink/BUILD b/federation/pkg/federation-controller/util/eventsink/BUILD index e27514b5895..499ae848c9a 100644 --- a/federation/pkg/federation-controller/util/eventsink/BUILD +++ b/federation/pkg/federation-controller/util/eventsink/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/planner/BUILD b/federation/pkg/federation-controller/util/planner/BUILD index c800c07bb1a..075a5f6337c 100644 --- a/federation/pkg/federation-controller/util/planner/BUILD +++ b/federation/pkg/federation-controller/util/planner/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/podanalyzer/BUILD b/federation/pkg/federation-controller/util/podanalyzer/BUILD index 311413d9325..00b4ed5ec5f 100644 --- a/federation/pkg/federation-controller/util/podanalyzer/BUILD +++ b/federation/pkg/federation-controller/util/podanalyzer/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/federation-controller/util/test/BUILD b/federation/pkg/federation-controller/util/test/BUILD index 163543a1da7..4a3f6362ddb 100644 --- a/federation/pkg/federation-controller/util/test/BUILD +++ b/federation/pkg/federation-controller/util/test/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/kubefed/BUILD b/federation/pkg/kubefed/BUILD index 503d399837a..20697133fab 100644 --- a/federation/pkg/kubefed/BUILD +++ b/federation/pkg/kubefed/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/kubefed/init/BUILD b/federation/pkg/kubefed/init/BUILD index 133f5a7d680..ab0cbeff33b 100644 --- a/federation/pkg/kubefed/init/BUILD +++ b/federation/pkg/kubefed/init/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/kubefed/testing/BUILD b/federation/pkg/kubefed/testing/BUILD index 1697957c850..f81277b5c71 100644 --- a/federation/pkg/kubefed/testing/BUILD +++ b/federation/pkg/kubefed/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/pkg/kubefed/util/BUILD b/federation/pkg/kubefed/util/BUILD index 29b9ab10022..823cff38bb8 100644 --- a/federation/pkg/kubefed/util/BUILD +++ b/federation/pkg/kubefed/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/federation/registry/cluster/BUILD b/federation/registry/cluster/BUILD index 46866e95246..90adecd2381 100644 --- a/federation/registry/cluster/BUILD +++ b/federation/registry/cluster/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/federation/registry/cluster/etcd/BUILD b/federation/registry/cluster/etcd/BUILD index 25b5f23ae52..3d1f6c18698 100644 --- a/federation/registry/cluster/etcd/BUILD +++ b/federation/registry/cluster/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/admission/BUILD b/pkg/admission/BUILD index 58a3499c451..339a143b1c6 100644 --- a/pkg/admission/BUILD +++ b/pkg/admission/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/BUILD b/pkg/api/BUILD index 4d158f67bbb..b552710e41c 100644 --- a/pkg/api/BUILD +++ b/pkg/api/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/annotations/BUILD b/pkg/api/annotations/BUILD index a26fe73f860..a3572346914 100644 --- a/pkg/api/annotations/BUILD +++ b/pkg/api/annotations/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/endpoints/BUILD b/pkg/api/endpoints/BUILD index f0f5a5c6a46..cec986fe5cc 100644 --- a/pkg/api/endpoints/BUILD +++ b/pkg/api/endpoints/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/errors/BUILD b/pkg/api/errors/BUILD index fe2104d9ed8..7aa472d5483 100644 --- a/pkg/api/errors/BUILD +++ b/pkg/api/errors/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/errors/storage/BUILD b/pkg/api/errors/storage/BUILD index 1fa8dff7fd7..af05528d0d5 100644 --- a/pkg/api/errors/storage/BUILD +++ b/pkg/api/errors/storage/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/events/BUILD b/pkg/api/events/BUILD index a1665c304a2..f1308d51929 100644 --- a/pkg/api/events/BUILD +++ b/pkg/api/events/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/install/BUILD b/pkg/api/install/BUILD index 5f167384c55..c017d009c74 100644 --- a/pkg/api/install/BUILD +++ b/pkg/api/install/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/meta/BUILD b/pkg/api/meta/BUILD index 7e069d0a61a..737299859c0 100644 --- a/pkg/api/meta/BUILD +++ b/pkg/api/meta/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/meta/metatypes/BUILD b/pkg/api/meta/metatypes/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/api/meta/metatypes/BUILD +++ b/pkg/api/meta/metatypes/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/pod/BUILD b/pkg/api/pod/BUILD index 1b9c35f6b39..2cd9aa03d0d 100644 --- a/pkg/api/pod/BUILD +++ b/pkg/api/pod/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/resource/BUILD b/pkg/api/resource/BUILD index 77e315a5366..6de1b66a05c 100644 --- a/pkg/api/resource/BUILD +++ b/pkg/api/resource/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/rest/BUILD b/pkg/api/rest/BUILD index bf4c178c999..6ea4d80a586 100644 --- a/pkg/api/rest/BUILD +++ b/pkg/api/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/rest/resttest/BUILD b/pkg/api/rest/resttest/BUILD index 8e55e8809c7..c0d0adcd2e3 100644 --- a/pkg/api/rest/resttest/BUILD +++ b/pkg/api/rest/resttest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/service/BUILD b/pkg/api/service/BUILD index e97b7e1aaee..15fae67fea3 100644 --- a/pkg/api/service/BUILD +++ b/pkg/api/service/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/testapi/BUILD b/pkg/api/testapi/BUILD index 9064e5325a4..4fc2b911ef6 100644 --- a/pkg/api/testapi/BUILD +++ b/pkg/api/testapi/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/testing/BUILD b/pkg/api/testing/BUILD index a318e6f6d66..7ea6ea14581 100644 --- a/pkg/api/testing/BUILD +++ b/pkg/api/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/testing/compat/BUILD b/pkg/api/testing/compat/BUILD index 57b0001fe47..c0bcc163635 100644 --- a/pkg/api/testing/compat/BUILD +++ b/pkg/api/testing/compat/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/unversioned/BUILD b/pkg/api/unversioned/BUILD index 839ff89b32f..747a0efd5ce 100644 --- a/pkg/api/unversioned/BUILD +++ b/pkg/api/unversioned/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/util/BUILD b/pkg/api/util/BUILD index 4637acb3d6f..62b4d758cd6 100644 --- a/pkg/api/util/BUILD +++ b/pkg/api/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/v1/BUILD b/pkg/api/v1/BUILD index 85dac688289..50624e3e416 100644 --- a/pkg/api/v1/BUILD +++ b/pkg/api/v1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/v1/endpoints/BUILD b/pkg/api/v1/endpoints/BUILD index f7c43219029..98b92b82392 100644 --- a/pkg/api/v1/endpoints/BUILD +++ b/pkg/api/v1/endpoints/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/v1/pod/BUILD b/pkg/api/v1/pod/BUILD index a55580ac5e8..40e1eea4775 100644 --- a/pkg/api/v1/pod/BUILD +++ b/pkg/api/v1/pod/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/v1/service/BUILD b/pkg/api/v1/service/BUILD index 843a8c644b5..37648bb9fe7 100644 --- a/pkg/api/v1/service/BUILD +++ b/pkg/api/v1/service/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/v1/validation/BUILD b/pkg/api/v1/validation/BUILD index d99e0190862..00fa0ecc7b4 100644 --- a/pkg/api/v1/validation/BUILD +++ b/pkg/api/v1/validation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/validation/BUILD b/pkg/api/validation/BUILD index cb0cfd19b20..a78604ece30 100644 --- a/pkg/api/validation/BUILD +++ b/pkg/api/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/api/validation/path/BUILD b/pkg/api/validation/path/BUILD index aa242f22459..468e848bf0e 100644 --- a/pkg/api/validation/path/BUILD +++ b/pkg/api/validation/path/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apimachinery/BUILD b/pkg/apimachinery/BUILD index 3b014d12190..05263b66810 100644 --- a/pkg/apimachinery/BUILD +++ b/pkg/apimachinery/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apimachinery/announced/BUILD b/pkg/apimachinery/announced/BUILD index f17dafbe795..8cc2758a221 100644 --- a/pkg/apimachinery/announced/BUILD +++ b/pkg/apimachinery/announced/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apimachinery/registered/BUILD b/pkg/apimachinery/registered/BUILD index 1e02bfe8715..35c31baf390 100644 --- a/pkg/apimachinery/registered/BUILD +++ b/pkg/apimachinery/registered/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/abac/BUILD b/pkg/apis/abac/BUILD index d1e3e863597..92978b898bf 100644 --- a/pkg/apis/abac/BUILD +++ b/pkg/apis/abac/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/abac/latest/BUILD b/pkg/apis/abac/latest/BUILD index 295a32a57e2..607fae4bd8d 100644 --- a/pkg/apis/abac/latest/BUILD +++ b/pkg/apis/abac/latest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/abac/v0/BUILD b/pkg/apis/abac/v0/BUILD index b659059629f..5c3a5b36d51 100644 --- a/pkg/apis/abac/v0/BUILD +++ b/pkg/apis/abac/v0/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/abac/v1beta1/BUILD b/pkg/apis/abac/v1beta1/BUILD index dbb74cf7232..ba190284f9b 100644 --- a/pkg/apis/abac/v1beta1/BUILD +++ b/pkg/apis/abac/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/apps/BUILD b/pkg/apis/apps/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/apps/BUILD +++ b/pkg/apis/apps/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/apps/install/BUILD b/pkg/apis/apps/install/BUILD index f066040df55..be53c27246d 100644 --- a/pkg/apis/apps/install/BUILD +++ b/pkg/apis/apps/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/apps/v1beta1/BUILD b/pkg/apis/apps/v1beta1/BUILD index 55f27c1731c..8f2b889ffbc 100644 --- a/pkg/apis/apps/v1beta1/BUILD +++ b/pkg/apis/apps/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/apps/validation/BUILD b/pkg/apis/apps/validation/BUILD index 65edc87e323..38be5e7a886 100644 --- a/pkg/apis/apps/validation/BUILD +++ b/pkg/apis/apps/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authentication/BUILD b/pkg/apis/authentication/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/authentication/BUILD +++ b/pkg/apis/authentication/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authentication/install/BUILD b/pkg/apis/authentication/install/BUILD index 0373e0e0363..1cec836a044 100644 --- a/pkg/apis/authentication/install/BUILD +++ b/pkg/apis/authentication/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authentication/v1beta1/BUILD b/pkg/apis/authentication/v1beta1/BUILD index 4ec15f15c10..a4ab1e95a94 100644 --- a/pkg/apis/authentication/v1beta1/BUILD +++ b/pkg/apis/authentication/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authorization/BUILD b/pkg/apis/authorization/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/authorization/BUILD +++ b/pkg/apis/authorization/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authorization/install/BUILD b/pkg/apis/authorization/install/BUILD index d9ca640a426..053fcef032b 100644 --- a/pkg/apis/authorization/install/BUILD +++ b/pkg/apis/authorization/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authorization/v1beta1/BUILD b/pkg/apis/authorization/v1beta1/BUILD index 8c3c7d0cf8a..dad4a9301df 100644 --- a/pkg/apis/authorization/v1beta1/BUILD +++ b/pkg/apis/authorization/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/authorization/validation/BUILD b/pkg/apis/authorization/validation/BUILD index 9d46a5c05e0..904c0e977e9 100644 --- a/pkg/apis/authorization/validation/BUILD +++ b/pkg/apis/authorization/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/autoscaling/BUILD b/pkg/apis/autoscaling/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/autoscaling/BUILD +++ b/pkg/apis/autoscaling/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/autoscaling/install/BUILD b/pkg/apis/autoscaling/install/BUILD index 5bde6801d98..76f9f680896 100644 --- a/pkg/apis/autoscaling/install/BUILD +++ b/pkg/apis/autoscaling/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/autoscaling/v1/BUILD b/pkg/apis/autoscaling/v1/BUILD index 5ed4c68a2c1..0911d018bd6 100644 --- a/pkg/apis/autoscaling/v1/BUILD +++ b/pkg/apis/autoscaling/v1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/autoscaling/validation/BUILD b/pkg/apis/autoscaling/validation/BUILD index b4850424392..dacd00fd170 100644 --- a/pkg/apis/autoscaling/validation/BUILD +++ b/pkg/apis/autoscaling/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/batch/BUILD b/pkg/apis/batch/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/batch/BUILD +++ b/pkg/apis/batch/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/batch/install/BUILD b/pkg/apis/batch/install/BUILD index 4fd4efc7092..ee768f15aa4 100644 --- a/pkg/apis/batch/install/BUILD +++ b/pkg/apis/batch/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/batch/v1/BUILD b/pkg/apis/batch/v1/BUILD index 2203c9265fe..0a231937adf 100644 --- a/pkg/apis/batch/v1/BUILD +++ b/pkg/apis/batch/v1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/batch/v2alpha1/BUILD b/pkg/apis/batch/v2alpha1/BUILD index 94297dc382a..2b39d0edf88 100644 --- a/pkg/apis/batch/v2alpha1/BUILD +++ b/pkg/apis/batch/v2alpha1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/batch/validation/BUILD b/pkg/apis/batch/validation/BUILD index baa1381e60e..091c944fecc 100644 --- a/pkg/apis/batch/validation/BUILD +++ b/pkg/apis/batch/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/certificates/BUILD b/pkg/apis/certificates/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/certificates/BUILD +++ b/pkg/apis/certificates/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/certificates/install/BUILD b/pkg/apis/certificates/install/BUILD index 0c2e83b8f19..4be4681b6f6 100644 --- a/pkg/apis/certificates/install/BUILD +++ b/pkg/apis/certificates/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/certificates/v1alpha1/BUILD b/pkg/apis/certificates/v1alpha1/BUILD index b89be07af45..958ab35f1e6 100644 --- a/pkg/apis/certificates/v1alpha1/BUILD +++ b/pkg/apis/certificates/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/certificates/validation/BUILD b/pkg/apis/certificates/validation/BUILD index ba100463367..e990220e803 100644 --- a/pkg/apis/certificates/validation/BUILD +++ b/pkg/apis/certificates/validation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/componentconfig/BUILD b/pkg/apis/componentconfig/BUILD index 466950a5f96..fab6a01093c 100644 --- a/pkg/apis/componentconfig/BUILD +++ b/pkg/apis/componentconfig/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/componentconfig/install/BUILD b/pkg/apis/componentconfig/install/BUILD index b783e08a180..dea6d594005 100644 --- a/pkg/apis/componentconfig/install/BUILD +++ b/pkg/apis/componentconfig/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/componentconfig/v1alpha1/BUILD b/pkg/apis/componentconfig/v1alpha1/BUILD index 18be14b37d5..88f35ba3c5f 100644 --- a/pkg/apis/componentconfig/v1alpha1/BUILD +++ b/pkg/apis/componentconfig/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/extensions/BUILD b/pkg/apis/extensions/BUILD index 4b3486c0e6a..e90b2cde71b 100644 --- a/pkg/apis/extensions/BUILD +++ b/pkg/apis/extensions/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/extensions/install/BUILD b/pkg/apis/extensions/install/BUILD index fe2428727c1..982f7fbdc2b 100644 --- a/pkg/apis/extensions/install/BUILD +++ b/pkg/apis/extensions/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/extensions/v1beta1/BUILD b/pkg/apis/extensions/v1beta1/BUILD index a2ea885de5e..3af842c283c 100644 --- a/pkg/apis/extensions/v1beta1/BUILD +++ b/pkg/apis/extensions/v1beta1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/extensions/validation/BUILD b/pkg/apis/extensions/validation/BUILD index f7d158d7b48..18a5c7a5f3a 100644 --- a/pkg/apis/extensions/validation/BUILD +++ b/pkg/apis/extensions/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/imagepolicy/BUILD b/pkg/apis/imagepolicy/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/imagepolicy/BUILD +++ b/pkg/apis/imagepolicy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/imagepolicy/install/BUILD b/pkg/apis/imagepolicy/install/BUILD index 5ace8e72350..1947cda3aa1 100644 --- a/pkg/apis/imagepolicy/install/BUILD +++ b/pkg/apis/imagepolicy/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/imagepolicy/v1alpha1/BUILD b/pkg/apis/imagepolicy/v1alpha1/BUILD index 05fcfd3ff51..98b0687703c 100644 --- a/pkg/apis/imagepolicy/v1alpha1/BUILD +++ b/pkg/apis/imagepolicy/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/meta/v1/BUILD b/pkg/apis/meta/v1/BUILD index 5ffbbbfef3b..23a5b4aecc2 100644 --- a/pkg/apis/meta/v1/BUILD +++ b/pkg/apis/meta/v1/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/meta/v1/unstructured/BUILD b/pkg/apis/meta/v1/unstructured/BUILD index 3e68a2e989d..5d60a23d090 100644 --- a/pkg/apis/meta/v1/unstructured/BUILD +++ b/pkg/apis/meta/v1/unstructured/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/meta/v1/validation/BUILD b/pkg/apis/meta/v1/validation/BUILD index 31b74635d27..c97279bf1f4 100644 --- a/pkg/apis/meta/v1/validation/BUILD +++ b/pkg/apis/meta/v1/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/policy/BUILD b/pkg/apis/policy/BUILD index 421920be185..d38b3fd1864 100644 --- a/pkg/apis/policy/BUILD +++ b/pkg/apis/policy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/policy/install/BUILD b/pkg/apis/policy/install/BUILD index 7f62ce06d8d..bd7eeacc3e2 100644 --- a/pkg/apis/policy/install/BUILD +++ b/pkg/apis/policy/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/policy/v1alpha1/BUILD b/pkg/apis/policy/v1alpha1/BUILD index 4f37c2119d9..ceb0db55290 100644 --- a/pkg/apis/policy/v1alpha1/BUILD +++ b/pkg/apis/policy/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/policy/v1beta1/BUILD b/pkg/apis/policy/v1beta1/BUILD index 05b8a9369fe..421ac1e0e13 100644 --- a/pkg/apis/policy/v1beta1/BUILD +++ b/pkg/apis/policy/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/policy/validation/BUILD b/pkg/apis/policy/validation/BUILD index f7073a6c984..e93bf3ebf97 100644 --- a/pkg/apis/policy/validation/BUILD +++ b/pkg/apis/policy/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/rbac/BUILD b/pkg/apis/rbac/BUILD index faf9211be58..03edc3748b4 100644 --- a/pkg/apis/rbac/BUILD +++ b/pkg/apis/rbac/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/rbac/install/BUILD b/pkg/apis/rbac/install/BUILD index e99ae088d1b..1e503ea13db 100644 --- a/pkg/apis/rbac/install/BUILD +++ b/pkg/apis/rbac/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/rbac/v1alpha1/BUILD b/pkg/apis/rbac/v1alpha1/BUILD index fc77d9d7c2d..240726a460a 100644 --- a/pkg/apis/rbac/v1alpha1/BUILD +++ b/pkg/apis/rbac/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/rbac/validation/BUILD b/pkg/apis/rbac/validation/BUILD index bb045624009..af0cfdd6693 100644 --- a/pkg/apis/rbac/validation/BUILD +++ b/pkg/apis/rbac/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/BUILD b/pkg/apis/storage/BUILD index d15fcd647d9..3ee8d2ecbc9 100644 --- a/pkg/apis/storage/BUILD +++ b/pkg/apis/storage/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/install/BUILD b/pkg/apis/storage/install/BUILD index e45749f04d6..9dc5cd55118 100644 --- a/pkg/apis/storage/install/BUILD +++ b/pkg/apis/storage/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/util/BUILD b/pkg/apis/storage/util/BUILD index 56266ade03d..ed6842a7008 100644 --- a/pkg/apis/storage/util/BUILD +++ b/pkg/apis/storage/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/v1beta1/BUILD b/pkg/apis/storage/v1beta1/BUILD index 9bd98a079e9..fb07229ca81 100644 --- a/pkg/apis/storage/v1beta1/BUILD +++ b/pkg/apis/storage/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/v1beta1/util/BUILD b/pkg/apis/storage/v1beta1/util/BUILD index 3d13988c2f9..8ff28a6e6e3 100644 --- a/pkg/apis/storage/v1beta1/util/BUILD +++ b/pkg/apis/storage/v1beta1/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apis/storage/validation/BUILD b/pkg/apis/storage/validation/BUILD index 93e59766bef..59a514de8ce 100644 --- a/pkg/apis/storage/validation/BUILD +++ b/pkg/apis/storage/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/BUILD b/pkg/apiserver/BUILD index 41170e6afad..946e4365ccd 100644 --- a/pkg/apiserver/BUILD +++ b/pkg/apiserver/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/authenticator/BUILD b/pkg/apiserver/authenticator/BUILD index e4a92917b58..1fb399948dc 100644 --- a/pkg/apiserver/authenticator/BUILD +++ b/pkg/apiserver/authenticator/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/filters/BUILD b/pkg/apiserver/filters/BUILD index 20360fce700..7fffb9cc61d 100644 --- a/pkg/apiserver/filters/BUILD +++ b/pkg/apiserver/filters/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/metrics/BUILD b/pkg/apiserver/metrics/BUILD index 65523e1046b..4000385d4cd 100644 --- a/pkg/apiserver/metrics/BUILD +++ b/pkg/apiserver/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/openapi/BUILD b/pkg/apiserver/openapi/BUILD index aad4a7f4cca..16e241c0289 100644 --- a/pkg/apiserver/openapi/BUILD +++ b/pkg/apiserver/openapi/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/request/BUILD b/pkg/apiserver/request/BUILD index 95d5ffee498..22c3ace7d95 100644 --- a/pkg/apiserver/request/BUILD +++ b/pkg/apiserver/request/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/apiserver/testing/BUILD b/pkg/apiserver/testing/BUILD index 6b66244bfb1..9e113630887 100644 --- a/pkg/apiserver/testing/BUILD +++ b/pkg/apiserver/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/authenticator/BUILD b/pkg/auth/authenticator/BUILD index 71636b554b6..df472cc1b50 100644 --- a/pkg/auth/authenticator/BUILD +++ b/pkg/auth/authenticator/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/authenticator/bearertoken/BUILD b/pkg/auth/authenticator/bearertoken/BUILD index ecaff6d48cc..cc5efe22d2f 100644 --- a/pkg/auth/authenticator/bearertoken/BUILD +++ b/pkg/auth/authenticator/bearertoken/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/authorizer/BUILD b/pkg/auth/authorizer/BUILD index 71636b554b6..df472cc1b50 100644 --- a/pkg/auth/authorizer/BUILD +++ b/pkg/auth/authorizer/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/authorizer/abac/BUILD b/pkg/auth/authorizer/abac/BUILD index f8056e043a6..d6771740f2a 100644 --- a/pkg/auth/authorizer/abac/BUILD +++ b/pkg/auth/authorizer/abac/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/authorizer/union/BUILD b/pkg/auth/authorizer/union/BUILD index 1ee4620f43d..10fab367be8 100644 --- a/pkg/auth/authorizer/union/BUILD +++ b/pkg/auth/authorizer/union/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/group/BUILD b/pkg/auth/group/BUILD index ad93f2993fa..4a861c4f6af 100644 --- a/pkg/auth/group/BUILD +++ b/pkg/auth/group/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/handlers/BUILD b/pkg/auth/handlers/BUILD index e52240c4b2c..8a1c5cad6e0 100644 --- a/pkg/auth/handlers/BUILD +++ b/pkg/auth/handlers/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/auth/user/BUILD b/pkg/auth/user/BUILD index 8826e262827..37a3bbe2f8b 100644 --- a/pkg/auth/user/BUILD +++ b/pkg/auth/user/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/capabilities/BUILD b/pkg/capabilities/BUILD index 39a0982bdea..6d400130b0e 100644 --- a/pkg/capabilities/BUILD +++ b/pkg/capabilities/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/cache/BUILD b/pkg/client/cache/BUILD index 89d674b04b9..788f46fa414 100644 --- a/pkg/client/cache/BUILD +++ b/pkg/client/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/chaosclient/BUILD b/pkg/client/chaosclient/BUILD index 33f76dbc948..4e07931585e 100644 --- a/pkg/client/chaosclient/BUILD +++ b/pkg/client/chaosclient/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/BUILD b/pkg/client/clientset_generated/internalclientset/BUILD index 68c324f32bb..2d13d053949 100644 --- a/pkg/client/clientset_generated/internalclientset/BUILD +++ b/pkg/client/clientset_generated/internalclientset/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/fake/BUILD b/pkg/client/clientset_generated/internalclientset/fake/BUILD index 846af8c57d8..0d3dc3e1133 100644 --- a/pkg/client/clientset_generated/internalclientset/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/BUILD index 5187a740fa8..4992c70df3f 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/fake/BUILD index 05a1688097e..0a3073b7aa2 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/BUILD index ee345d25364..aa3fd96666a 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/fake/BUILD index 1d9db2959a8..15de8631b44 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/BUILD index f8d2e8701e9..a38f3f24d96 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/fake/BUILD index 448df0e4e77..653ad698344 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/BUILD index 925cf5e559f..1f4f0855d57 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/fake/BUILD index f4c68518bc1..771e767073c 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/BUILD index 5b10c7f7563..e16b47c42f1 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/fake/BUILD index d7ee4883eac..25cffa48e5f 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/BUILD index 22187bc1ad2..3d09c23ef7c 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/fake/BUILD index 60af33d5948..c0d5e80a33b 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/BUILD index 282e5d52027..0caadeb5ae3 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/fake/BUILD index 64cf40fbbb8..a776faf2c9d 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/core/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/BUILD index 3df500bc432..8dfb0860c5f 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake/BUILD index 8d71ded4403..7a02fe666ae 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/BUILD index 68e841de7cb..4ae47074ba9 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/fake/BUILD index a8345ed5f47..91eadbca593 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/BUILD index 627501447bd..03555b45af4 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/fake/BUILD index e4226d8713e..9373a0a0bb4 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/BUILD b/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/BUILD index bb6abbff61e..8dc23fd12fd 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/fake/BUILD b/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/fake/BUILD index 152251a008c..22ded2475df 100644 --- a/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/fake/BUILD +++ b/pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/BUILD b/pkg/client/clientset_generated/release_1_5/BUILD index cc85121610f..dc1764bc2f2 100644 --- a/pkg/client/clientset_generated/release_1_5/BUILD +++ b/pkg/client/clientset_generated/release_1_5/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/fake/BUILD b/pkg/client/clientset_generated/release_1_5/fake/BUILD index 63317b6a2ef..31672749b53 100644 --- a/pkg/client/clientset_generated/release_1_5/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/BUILD index 076ac8a04ee..f0efdc135e3 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/fake/BUILD index b484f8c4f7a..14a0f6c7c68 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/apps/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/BUILD index 91d5a161bf4..566f5927f0c 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/fake/BUILD index f53a0e81de2..56bb32bd48b 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/authentication/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/BUILD index 6a21b58dbfe..82719db2e1c 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/fake/BUILD index 906b421ea2b..a42bea3e771 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/authorization/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/BUILD index 7847e8c2483..f158139f0aa 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/fake/BUILD index c644d234742..9752174a2f9 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/autoscaling/v1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/batch/v1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/batch/v1/BUILD index ccc1557e225..70af95ef71b 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/batch/v1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/batch/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/batch/v1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/batch/v1/fake/BUILD index c1e10c5c8ce..3845dec09c4 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/batch/v1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/batch/v1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/BUILD index 2d8457295a5..c9efe30ba7c 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/fake/BUILD index 18de22c1f7b..8aa87dcf7cc 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/batch/v2alpha1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/BUILD index 709246c6416..094be5d634f 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/fake/BUILD index e4ff5ed705a..26a840fc55d 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/certificates/v1alpha1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD index a52d918b116..12d528cc781 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD index 30dc1816e40..034d61c846d 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/BUILD index 6e85e39dd37..e8d3528fcd5 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/fake/BUILD index 50cc40cbbcb..c6072e212ab 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/extensions/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/BUILD index e95723d3710..079eed2d5c2 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/fake/BUILD index f13c082c3d2..55b0b150c3e 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/policy/v1alpha1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/BUILD index 780a46658e6..f69ffcd1465 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/fake/BUILD index b8f9f1fd4b3..fb285b8e126 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/policy/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/BUILD index 5703c64b027..9859bf7f29d 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/fake/BUILD index 0a4c9d11f14..9405b2e520b 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/rbac/v1alpha1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/BUILD index 76bec6f416a..56869ccfe8c 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/fake/BUILD index f1a2c5557aa..f5ad672b294 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/storage/v1beta1/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/conditions/BUILD b/pkg/client/conditions/BUILD index 8326792fcd2..2fe3156ec46 100644 --- a/pkg/client/conditions/BUILD +++ b/pkg/client/conditions/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/BUILD b/pkg/client/informers/informers_generated/BUILD index 1a2f7b17971..8e996cf8cac 100644 --- a/pkg/client/informers/informers_generated/BUILD +++ b/pkg/client/informers/informers_generated/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/apps/BUILD b/pkg/client/informers/informers_generated/apps/BUILD index 63dd11b0ee7..81018755a15 100644 --- a/pkg/client/informers/informers_generated/apps/BUILD +++ b/pkg/client/informers/informers_generated/apps/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/apps/internalversion/BUILD b/pkg/client/informers/informers_generated/apps/internalversion/BUILD index 7f0e6b8ecb1..9e6610aa03e 100644 --- a/pkg/client/informers/informers_generated/apps/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/apps/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/apps/v1beta1/BUILD b/pkg/client/informers/informers_generated/apps/v1beta1/BUILD index f0512fac129..e58fc5fc38e 100644 --- a/pkg/client/informers/informers_generated/apps/v1beta1/BUILD +++ b/pkg/client/informers/informers_generated/apps/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/autoscaling/BUILD b/pkg/client/informers/informers_generated/autoscaling/BUILD index 96926203695..862221c2993 100644 --- a/pkg/client/informers/informers_generated/autoscaling/BUILD +++ b/pkg/client/informers/informers_generated/autoscaling/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/autoscaling/internalversion/BUILD b/pkg/client/informers/informers_generated/autoscaling/internalversion/BUILD index 47df7b167e3..97454c8719e 100644 --- a/pkg/client/informers/informers_generated/autoscaling/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/autoscaling/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/autoscaling/v1/BUILD b/pkg/client/informers/informers_generated/autoscaling/v1/BUILD index b81a96a52b9..6e1fe87c0e5 100644 --- a/pkg/client/informers/informers_generated/autoscaling/v1/BUILD +++ b/pkg/client/informers/informers_generated/autoscaling/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/batch/BUILD b/pkg/client/informers/informers_generated/batch/BUILD index 59db51cf89b..e3a267e92ba 100644 --- a/pkg/client/informers/informers_generated/batch/BUILD +++ b/pkg/client/informers/informers_generated/batch/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/batch/internalversion/BUILD b/pkg/client/informers/informers_generated/batch/internalversion/BUILD index 30fc18e589b..8c32522834e 100644 --- a/pkg/client/informers/informers_generated/batch/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/batch/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/batch/v1/BUILD b/pkg/client/informers/informers_generated/batch/v1/BUILD index b5f81bfd009..ea7a9cc087a 100644 --- a/pkg/client/informers/informers_generated/batch/v1/BUILD +++ b/pkg/client/informers/informers_generated/batch/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/batch/v2alpha1/BUILD b/pkg/client/informers/informers_generated/batch/v2alpha1/BUILD index 06080c13971..8716323a00d 100644 --- a/pkg/client/informers/informers_generated/batch/v2alpha1/BUILD +++ b/pkg/client/informers/informers_generated/batch/v2alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/certificates/BUILD b/pkg/client/informers/informers_generated/certificates/BUILD index a00da620e36..1db7536f7e0 100644 --- a/pkg/client/informers/informers_generated/certificates/BUILD +++ b/pkg/client/informers/informers_generated/certificates/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/certificates/internalversion/BUILD b/pkg/client/informers/informers_generated/certificates/internalversion/BUILD index 8500d20b723..b29bb57331d 100644 --- a/pkg/client/informers/informers_generated/certificates/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/certificates/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/certificates/v1alpha1/BUILD b/pkg/client/informers/informers_generated/certificates/v1alpha1/BUILD index 1ad7099fb85..898a7eef2db 100644 --- a/pkg/client/informers/informers_generated/certificates/v1alpha1/BUILD +++ b/pkg/client/informers/informers_generated/certificates/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/core/BUILD b/pkg/client/informers/informers_generated/core/BUILD index d0e065c1215..a3acd1d323e 100644 --- a/pkg/client/informers/informers_generated/core/BUILD +++ b/pkg/client/informers/informers_generated/core/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/core/internalversion/BUILD b/pkg/client/informers/informers_generated/core/internalversion/BUILD index 5921ec33ceb..3cf53fb25c0 100644 --- a/pkg/client/informers/informers_generated/core/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/core/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/core/v1/BUILD b/pkg/client/informers/informers_generated/core/v1/BUILD index d762e954ef5..234ca32e77d 100644 --- a/pkg/client/informers/informers_generated/core/v1/BUILD +++ b/pkg/client/informers/informers_generated/core/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/extensions/BUILD b/pkg/client/informers/informers_generated/extensions/BUILD index bdd3512e60d..a04521a5be5 100644 --- a/pkg/client/informers/informers_generated/extensions/BUILD +++ b/pkg/client/informers/informers_generated/extensions/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/extensions/internalversion/BUILD b/pkg/client/informers/informers_generated/extensions/internalversion/BUILD index 4fca4ad3a53..a0ebebd173d 100644 --- a/pkg/client/informers/informers_generated/extensions/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/extensions/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/extensions/v1beta1/BUILD b/pkg/client/informers/informers_generated/extensions/v1beta1/BUILD index 107f8b46c4a..4f3ed0354a0 100644 --- a/pkg/client/informers/informers_generated/extensions/v1beta1/BUILD +++ b/pkg/client/informers/informers_generated/extensions/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/internalinterfaces/BUILD b/pkg/client/informers/informers_generated/internalinterfaces/BUILD index 4e7dc458bf5..8fbf2438fcf 100644 --- a/pkg/client/informers/informers_generated/internalinterfaces/BUILD +++ b/pkg/client/informers/informers_generated/internalinterfaces/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/policy/BUILD b/pkg/client/informers/informers_generated/policy/BUILD index 0b2ccde9001..1f43f9d6630 100644 --- a/pkg/client/informers/informers_generated/policy/BUILD +++ b/pkg/client/informers/informers_generated/policy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/policy/internalversion/BUILD b/pkg/client/informers/informers_generated/policy/internalversion/BUILD index 55c1432b9db..7b357586a20 100644 --- a/pkg/client/informers/informers_generated/policy/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/policy/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/policy/v1beta1/BUILD b/pkg/client/informers/informers_generated/policy/v1beta1/BUILD index d050343b04a..b533065f79d 100644 --- a/pkg/client/informers/informers_generated/policy/v1beta1/BUILD +++ b/pkg/client/informers/informers_generated/policy/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/rbac/BUILD b/pkg/client/informers/informers_generated/rbac/BUILD index c9472926035..0fdce26385e 100644 --- a/pkg/client/informers/informers_generated/rbac/BUILD +++ b/pkg/client/informers/informers_generated/rbac/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/rbac/internalversion/BUILD b/pkg/client/informers/informers_generated/rbac/internalversion/BUILD index 04588e424b2..f4d0ed4002b 100644 --- a/pkg/client/informers/informers_generated/rbac/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/rbac/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/rbac/v1alpha1/BUILD b/pkg/client/informers/informers_generated/rbac/v1alpha1/BUILD index 0e0daf0f471..dc7955e7923 100644 --- a/pkg/client/informers/informers_generated/rbac/v1alpha1/BUILD +++ b/pkg/client/informers/informers_generated/rbac/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/storage/BUILD b/pkg/client/informers/informers_generated/storage/BUILD index ac4aee4fd1a..1487fed49eb 100644 --- a/pkg/client/informers/informers_generated/storage/BUILD +++ b/pkg/client/informers/informers_generated/storage/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/storage/internalversion/BUILD b/pkg/client/informers/informers_generated/storage/internalversion/BUILD index 6ceaedd8301..b785770106a 100644 --- a/pkg/client/informers/informers_generated/storage/internalversion/BUILD +++ b/pkg/client/informers/informers_generated/storage/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/informers/informers_generated/storage/v1beta1/BUILD b/pkg/client/informers/informers_generated/storage/v1beta1/BUILD index a635833faba..79b037259d6 100644 --- a/pkg/client/informers/informers_generated/storage/v1beta1/BUILD +++ b/pkg/client/informers/informers_generated/storage/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/leaderelection/BUILD b/pkg/client/leaderelection/BUILD index 4cd67507c9d..cc6a688a170 100644 --- a/pkg/client/leaderelection/BUILD +++ b/pkg/client/leaderelection/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/leaderelection/resourcelock/BUILD b/pkg/client/leaderelection/resourcelock/BUILD index 058a2d7c492..90c3139944f 100644 --- a/pkg/client/leaderelection/resourcelock/BUILD +++ b/pkg/client/leaderelection/resourcelock/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/apps/internalversion/BUILD b/pkg/client/listers/apps/internalversion/BUILD index 98d07b56663..9b06e833a33 100644 --- a/pkg/client/listers/apps/internalversion/BUILD +++ b/pkg/client/listers/apps/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/apps/v1beta1/BUILD b/pkg/client/listers/apps/v1beta1/BUILD index 021075b6d17..758903dc5f4 100644 --- a/pkg/client/listers/apps/v1beta1/BUILD +++ b/pkg/client/listers/apps/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/authentication/internalversion/BUILD b/pkg/client/listers/authentication/internalversion/BUILD index 57e796f1eda..84d0875df92 100644 --- a/pkg/client/listers/authentication/internalversion/BUILD +++ b/pkg/client/listers/authentication/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/authentication/v1beta1/BUILD b/pkg/client/listers/authentication/v1beta1/BUILD index ac85690541f..9c29da6be1b 100644 --- a/pkg/client/listers/authentication/v1beta1/BUILD +++ b/pkg/client/listers/authentication/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/authorization/internalversion/BUILD b/pkg/client/listers/authorization/internalversion/BUILD index 50344ebbbc2..dfd98b7187c 100644 --- a/pkg/client/listers/authorization/internalversion/BUILD +++ b/pkg/client/listers/authorization/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/authorization/v1beta1/BUILD b/pkg/client/listers/authorization/v1beta1/BUILD index fa2305a8272..9b38153929e 100644 --- a/pkg/client/listers/authorization/v1beta1/BUILD +++ b/pkg/client/listers/authorization/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/autoscaling/internalversion/BUILD b/pkg/client/listers/autoscaling/internalversion/BUILD index 072fee29c14..a91b804d90e 100644 --- a/pkg/client/listers/autoscaling/internalversion/BUILD +++ b/pkg/client/listers/autoscaling/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/autoscaling/v1/BUILD b/pkg/client/listers/autoscaling/v1/BUILD index db51223d8f9..14ecb3bb9f1 100644 --- a/pkg/client/listers/autoscaling/v1/BUILD +++ b/pkg/client/listers/autoscaling/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/batch/internalversion/BUILD b/pkg/client/listers/batch/internalversion/BUILD index ba1acd18609..5be48cb44a0 100644 --- a/pkg/client/listers/batch/internalversion/BUILD +++ b/pkg/client/listers/batch/internalversion/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/batch/v1/BUILD b/pkg/client/listers/batch/v1/BUILD index 90744510e91..072e08a7286 100644 --- a/pkg/client/listers/batch/v1/BUILD +++ b/pkg/client/listers/batch/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/batch/v2alpha1/BUILD b/pkg/client/listers/batch/v2alpha1/BUILD index 10122b71720..8b0f2b6d037 100644 --- a/pkg/client/listers/batch/v2alpha1/BUILD +++ b/pkg/client/listers/batch/v2alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/certificates/internalversion/BUILD b/pkg/client/listers/certificates/internalversion/BUILD index d92aa928671..e388103c157 100644 --- a/pkg/client/listers/certificates/internalversion/BUILD +++ b/pkg/client/listers/certificates/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/certificates/v1alpha1/BUILD b/pkg/client/listers/certificates/v1alpha1/BUILD index c0a84986360..183f8d2942b 100644 --- a/pkg/client/listers/certificates/v1alpha1/BUILD +++ b/pkg/client/listers/certificates/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/core/internalversion/BUILD b/pkg/client/listers/core/internalversion/BUILD index a592cefd7ea..698e58b1953 100644 --- a/pkg/client/listers/core/internalversion/BUILD +++ b/pkg/client/listers/core/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/core/v1/BUILD b/pkg/client/listers/core/v1/BUILD index 8b1e4ab2b37..eac1651472c 100644 --- a/pkg/client/listers/core/v1/BUILD +++ b/pkg/client/listers/core/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/extensions/internalversion/BUILD b/pkg/client/listers/extensions/internalversion/BUILD index 82106c64ee8..d32acad372a 100644 --- a/pkg/client/listers/extensions/internalversion/BUILD +++ b/pkg/client/listers/extensions/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/extensions/v1beta1/BUILD b/pkg/client/listers/extensions/v1beta1/BUILD index c40dcfdb45e..03349b9dd02 100644 --- a/pkg/client/listers/extensions/v1beta1/BUILD +++ b/pkg/client/listers/extensions/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/imagepolicy/internalversion/BUILD b/pkg/client/listers/imagepolicy/internalversion/BUILD index b2eb79ba429..d9734167bfc 100644 --- a/pkg/client/listers/imagepolicy/internalversion/BUILD +++ b/pkg/client/listers/imagepolicy/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/imagepolicy/v1alpha1/BUILD b/pkg/client/listers/imagepolicy/v1alpha1/BUILD index de3b8bb65ca..8f8f1f601f1 100644 --- a/pkg/client/listers/imagepolicy/v1alpha1/BUILD +++ b/pkg/client/listers/imagepolicy/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/policy/internalversion/BUILD b/pkg/client/listers/policy/internalversion/BUILD index 8d39b8b062f..ca20ec02ab8 100644 --- a/pkg/client/listers/policy/internalversion/BUILD +++ b/pkg/client/listers/policy/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/policy/v1alpha1/BUILD b/pkg/client/listers/policy/v1alpha1/BUILD index 449290d6000..a17d5384f01 100644 --- a/pkg/client/listers/policy/v1alpha1/BUILD +++ b/pkg/client/listers/policy/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/policy/v1beta1/BUILD b/pkg/client/listers/policy/v1beta1/BUILD index 9fa776fc477..58754e21e28 100644 --- a/pkg/client/listers/policy/v1beta1/BUILD +++ b/pkg/client/listers/policy/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/rbac/internalversion/BUILD b/pkg/client/listers/rbac/internalversion/BUILD index 9a0770ec502..b89c4e28ee3 100644 --- a/pkg/client/listers/rbac/internalversion/BUILD +++ b/pkg/client/listers/rbac/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/rbac/v1alpha1/BUILD b/pkg/client/listers/rbac/v1alpha1/BUILD index 383cf83db3f..151fb61a30d 100644 --- a/pkg/client/listers/rbac/v1alpha1/BUILD +++ b/pkg/client/listers/rbac/v1alpha1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/storage/internalversion/BUILD b/pkg/client/listers/storage/internalversion/BUILD index 2df31b068d2..a4de8b87c0c 100644 --- a/pkg/client/listers/storage/internalversion/BUILD +++ b/pkg/client/listers/storage/internalversion/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/listers/storage/v1beta1/BUILD b/pkg/client/listers/storage/v1beta1/BUILD index e9ca2273ca0..9c01ad63880 100644 --- a/pkg/client/listers/storage/v1beta1/BUILD +++ b/pkg/client/listers/storage/v1beta1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/metrics/BUILD b/pkg/client/metrics/BUILD index fc5abd57b15..9ae4546c911 100644 --- a/pkg/client/metrics/BUILD +++ b/pkg/client/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/metrics/prometheus/BUILD b/pkg/client/metrics/prometheus/BUILD index 0d9a468292c..7c28a5e9b02 100644 --- a/pkg/client/metrics/prometheus/BUILD +++ b/pkg/client/metrics/prometheus/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/record/BUILD b/pkg/client/record/BUILD index 96780994b46..a0041ed5c98 100644 --- a/pkg/client/record/BUILD +++ b/pkg/client/record/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/restclient/BUILD b/pkg/client/restclient/BUILD index 3b62bfd7868..3415237b454 100644 --- a/pkg/client/restclient/BUILD +++ b/pkg/client/restclient/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/restclient/fake/BUILD b/pkg/client/restclient/fake/BUILD index b630e004d5d..3f3850373de 100644 --- a/pkg/client/restclient/fake/BUILD +++ b/pkg/client/restclient/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/retry/BUILD b/pkg/client/retry/BUILD index a3097609cf0..1117250dfdf 100644 --- a/pkg/client/retry/BUILD +++ b/pkg/client/retry/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/testing/cache/BUILD b/pkg/client/testing/cache/BUILD index f993d85516b..7fe02f17b2c 100644 --- a/pkg/client/testing/cache/BUILD +++ b/pkg/client/testing/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/testing/core/BUILD b/pkg/client/testing/core/BUILD index be03f4e54c0..92740a89dd0 100644 --- a/pkg/client/testing/core/BUILD +++ b/pkg/client/testing/core/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/transport/BUILD b/pkg/client/transport/BUILD index 6cb2a0bd21e..851a0a14997 100644 --- a/pkg/client/transport/BUILD +++ b/pkg/client/transport/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/typed/discovery/BUILD b/pkg/client/typed/discovery/BUILD index 53705d55e71..81a221be8f9 100644 --- a/pkg/client/typed/discovery/BUILD +++ b/pkg/client/typed/discovery/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/typed/discovery/fake/BUILD b/pkg/client/typed/discovery/fake/BUILD index 9de7ef6821c..55a015c1078 100644 --- a/pkg/client/typed/discovery/fake/BUILD +++ b/pkg/client/typed/discovery/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/typed/dynamic/BUILD b/pkg/client/typed/dynamic/BUILD index 208a7d2f6b5..1813929776e 100644 --- a/pkg/client/typed/dynamic/BUILD +++ b/pkg/client/typed/dynamic/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/BUILD b/pkg/client/unversioned/BUILD index 3aa0c28fe91..c74010ba244 100644 --- a/pkg/client/unversioned/BUILD +++ b/pkg/client/unversioned/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/auth/BUILD b/pkg/client/unversioned/auth/BUILD index a8f4db86f55..d5c40b4dfb0 100644 --- a/pkg/client/unversioned/auth/BUILD +++ b/pkg/client/unversioned/auth/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/clientcmd/BUILD b/pkg/client/unversioned/clientcmd/BUILD index 57fb0f6880e..eb4de738096 100644 --- a/pkg/client/unversioned/clientcmd/BUILD +++ b/pkg/client/unversioned/clientcmd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/clientcmd/api/BUILD b/pkg/client/unversioned/clientcmd/api/BUILD index 11b4bdca031..ee75bddcf96 100644 --- a/pkg/client/unversioned/clientcmd/api/BUILD +++ b/pkg/client/unversioned/clientcmd/api/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/clientcmd/api/latest/BUILD b/pkg/client/unversioned/clientcmd/api/latest/BUILD index 138b90af2c5..4325e464c58 100644 --- a/pkg/client/unversioned/clientcmd/api/latest/BUILD +++ b/pkg/client/unversioned/clientcmd/api/latest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/clientcmd/api/v1/BUILD b/pkg/client/unversioned/clientcmd/api/v1/BUILD index 480eb1f4d95..f07c5faafbe 100644 --- a/pkg/client/unversioned/clientcmd/api/v1/BUILD +++ b/pkg/client/unversioned/clientcmd/api/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/portforward/BUILD b/pkg/client/unversioned/portforward/BUILD index e15084d4ab4..2f6ef45db5e 100644 --- a/pkg/client/unversioned/portforward/BUILD +++ b/pkg/client/unversioned/portforward/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/remotecommand/BUILD b/pkg/client/unversioned/remotecommand/BUILD index bb99348f27a..c9b024ce83b 100644 --- a/pkg/client/unversioned/remotecommand/BUILD +++ b/pkg/client/unversioned/remotecommand/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/client/unversioned/testclient/simple/BUILD b/pkg/client/unversioned/testclient/simple/BUILD index bea283a5a54..f1ebf17da76 100644 --- a/pkg/client/unversioned/testclient/simple/BUILD +++ b/pkg/client/unversioned/testclient/simple/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/BUILD b/pkg/cloudprovider/BUILD index 9a53ca14764..63ea7393dac 100644 --- a/pkg/cloudprovider/BUILD +++ b/pkg/cloudprovider/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/BUILD b/pkg/cloudprovider/providers/BUILD index e49fa11427c..f2f8b3d1f47 100644 --- a/pkg/cloudprovider/providers/BUILD +++ b/pkg/cloudprovider/providers/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/aws/BUILD b/pkg/cloudprovider/providers/aws/BUILD index 48eb1cdcaaa..df3f0f800f6 100644 --- a/pkg/cloudprovider/providers/aws/BUILD +++ b/pkg/cloudprovider/providers/aws/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/azure/BUILD b/pkg/cloudprovider/providers/azure/BUILD index e7f23256b5f..ef6eb8faa23 100644 --- a/pkg/cloudprovider/providers/azure/BUILD +++ b/pkg/cloudprovider/providers/azure/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/cloudstack/BUILD b/pkg/cloudprovider/providers/cloudstack/BUILD index fae8ddf5a4b..7f6d173d2c7 100644 --- a/pkg/cloudprovider/providers/cloudstack/BUILD +++ b/pkg/cloudprovider/providers/cloudstack/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/fake/BUILD b/pkg/cloudprovider/providers/fake/BUILD index e43f91d842b..c1d860fa5d9 100644 --- a/pkg/cloudprovider/providers/fake/BUILD +++ b/pkg/cloudprovider/providers/fake/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/gce/BUILD b/pkg/cloudprovider/providers/gce/BUILD index 324265d0ddc..37bb65fb413 100644 --- a/pkg/cloudprovider/providers/gce/BUILD +++ b/pkg/cloudprovider/providers/gce/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/mesos/BUILD b/pkg/cloudprovider/providers/mesos/BUILD index e012e29ebec..e0553c00ff7 100644 --- a/pkg/cloudprovider/providers/mesos/BUILD +++ b/pkg/cloudprovider/providers/mesos/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/openstack/BUILD b/pkg/cloudprovider/providers/openstack/BUILD index 6d91682bec5..fb9e21ad75f 100644 --- a/pkg/cloudprovider/providers/openstack/BUILD +++ b/pkg/cloudprovider/providers/openstack/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/ovirt/BUILD b/pkg/cloudprovider/providers/ovirt/BUILD index b32fb70889b..d4f4232267a 100644 --- a/pkg/cloudprovider/providers/ovirt/BUILD +++ b/pkg/cloudprovider/providers/ovirt/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/photon/BUILD b/pkg/cloudprovider/providers/photon/BUILD index 9d24f66cf6d..bd1b00b9e7f 100644 --- a/pkg/cloudprovider/providers/photon/BUILD +++ b/pkg/cloudprovider/providers/photon/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/rackspace/BUILD b/pkg/cloudprovider/providers/rackspace/BUILD index 0081dff4d31..109ce0f531f 100644 --- a/pkg/cloudprovider/providers/rackspace/BUILD +++ b/pkg/cloudprovider/providers/rackspace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/cloudprovider/providers/vsphere/BUILD b/pkg/cloudprovider/providers/vsphere/BUILD index 727b6916bb2..33bee07d7f8 100644 --- a/pkg/cloudprovider/providers/vsphere/BUILD +++ b/pkg/cloudprovider/providers/vsphere/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/BUILD b/pkg/controller/BUILD index b259d892091..dd06309b1c2 100644 --- a/pkg/controller/BUILD +++ b/pkg/controller/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/certificates/BUILD b/pkg/controller/certificates/BUILD index eb8fac8ca04..e8800ac8b5f 100644 --- a/pkg/controller/certificates/BUILD +++ b/pkg/controller/certificates/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/cronjob/BUILD b/pkg/controller/cronjob/BUILD index f796d6683cf..86dcafc26ac 100644 --- a/pkg/controller/cronjob/BUILD +++ b/pkg/controller/cronjob/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/daemon/BUILD b/pkg/controller/daemon/BUILD index 67d98e250e1..825b617e2a1 100644 --- a/pkg/controller/daemon/BUILD +++ b/pkg/controller/daemon/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/deployment/BUILD b/pkg/controller/deployment/BUILD index 9975b7a5c8f..5f0534f427e 100644 --- a/pkg/controller/deployment/BUILD +++ b/pkg/controller/deployment/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/deployment/util/BUILD b/pkg/controller/deployment/util/BUILD index d05915776b4..26c70615ad2 100644 --- a/pkg/controller/deployment/util/BUILD +++ b/pkg/controller/deployment/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/disruption/BUILD b/pkg/controller/disruption/BUILD index 9ed01817b8a..49fb8418c2a 100644 --- a/pkg/controller/disruption/BUILD +++ b/pkg/controller/disruption/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/endpoint/BUILD b/pkg/controller/endpoint/BUILD index 24cd09f215d..8b21c13c355 100644 --- a/pkg/controller/endpoint/BUILD +++ b/pkg/controller/endpoint/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/garbagecollector/BUILD b/pkg/controller/garbagecollector/BUILD index 6cd650b589f..17d2fc8c6aa 100644 --- a/pkg/controller/garbagecollector/BUILD +++ b/pkg/controller/garbagecollector/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/garbagecollector/metaonly/BUILD b/pkg/controller/garbagecollector/metaonly/BUILD index 22d550766d5..efe6badde1f 100644 --- a/pkg/controller/garbagecollector/metaonly/BUILD +++ b/pkg/controller/garbagecollector/metaonly/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/informers/BUILD b/pkg/controller/informers/BUILD index 1a5eb62dd25..ca62a9b9f60 100644 --- a/pkg/controller/informers/BUILD +++ b/pkg/controller/informers/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/job/BUILD b/pkg/controller/job/BUILD index 6540abbd912..c7865e61cc2 100644 --- a/pkg/controller/job/BUILD +++ b/pkg/controller/job/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/namespace/BUILD b/pkg/controller/namespace/BUILD index 8d53a147104..641b9a0cbaa 100644 --- a/pkg/controller/namespace/BUILD +++ b/pkg/controller/namespace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/node/BUILD b/pkg/controller/node/BUILD index 9bea11ea569..923ce9877df 100644 --- a/pkg/controller/node/BUILD +++ b/pkg/controller/node/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/node/testutil/BUILD b/pkg/controller/node/testutil/BUILD index 510ed026b3a..22bbdc97623 100644 --- a/pkg/controller/node/testutil/BUILD +++ b/pkg/controller/node/testutil/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/petset/BUILD b/pkg/controller/petset/BUILD index de8f5e56c34..56c10a20a53 100644 --- a/pkg/controller/petset/BUILD +++ b/pkg/controller/petset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/podautoscaler/BUILD b/pkg/controller/podautoscaler/BUILD index 692056d285c..61e588b7ee3 100644 --- a/pkg/controller/podautoscaler/BUILD +++ b/pkg/controller/podautoscaler/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/podautoscaler/metrics/BUILD b/pkg/controller/podautoscaler/metrics/BUILD index 6d663f224ed..9746d5840f7 100644 --- a/pkg/controller/podautoscaler/metrics/BUILD +++ b/pkg/controller/podautoscaler/metrics/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/podgc/BUILD b/pkg/controller/podgc/BUILD index 35d29198cfa..d93c9ed7fe3 100644 --- a/pkg/controller/podgc/BUILD +++ b/pkg/controller/podgc/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/replicaset/BUILD b/pkg/controller/replicaset/BUILD index 36479794b2f..41f5629bcdc 100644 --- a/pkg/controller/replicaset/BUILD +++ b/pkg/controller/replicaset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/replicaset/options/BUILD b/pkg/controller/replicaset/options/BUILD index c47cffcec18..79439779fea 100644 --- a/pkg/controller/replicaset/options/BUILD +++ b/pkg/controller/replicaset/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/replication/BUILD b/pkg/controller/replication/BUILD index 1bd18930a68..543d421695d 100644 --- a/pkg/controller/replication/BUILD +++ b/pkg/controller/replication/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/resourcequota/BUILD b/pkg/controller/resourcequota/BUILD index a6f84f69591..1a80ccb4068 100644 --- a/pkg/controller/resourcequota/BUILD +++ b/pkg/controller/resourcequota/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/route/BUILD b/pkg/controller/route/BUILD index edd52c2ad85..1e2b4084f49 100644 --- a/pkg/controller/route/BUILD +++ b/pkg/controller/route/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/service/BUILD b/pkg/controller/service/BUILD index 3b185972d0c..5d66c99b8df 100644 --- a/pkg/controller/service/BUILD +++ b/pkg/controller/service/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/serviceaccount/BUILD b/pkg/controller/serviceaccount/BUILD index 4c53c407491..69ea5909c22 100644 --- a/pkg/controller/serviceaccount/BUILD +++ b/pkg/controller/serviceaccount/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/BUILD b/pkg/controller/volume/attachdetach/BUILD index 0cfcfef9f38..cd8c7406938 100644 --- a/pkg/controller/volume/attachdetach/BUILD +++ b/pkg/controller/volume/attachdetach/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/cache/BUILD b/pkg/controller/volume/attachdetach/cache/BUILD index 1a052afecb3..75c1931a5ca 100644 --- a/pkg/controller/volume/attachdetach/cache/BUILD +++ b/pkg/controller/volume/attachdetach/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/populator/BUILD b/pkg/controller/volume/attachdetach/populator/BUILD index bc77b8f774e..a1ca4758e74 100644 --- a/pkg/controller/volume/attachdetach/populator/BUILD +++ b/pkg/controller/volume/attachdetach/populator/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/reconciler/BUILD b/pkg/controller/volume/attachdetach/reconciler/BUILD index a377d7b5e4e..85adef83097 100644 --- a/pkg/controller/volume/attachdetach/reconciler/BUILD +++ b/pkg/controller/volume/attachdetach/reconciler/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/statusupdater/BUILD b/pkg/controller/volume/attachdetach/statusupdater/BUILD index 2698dcc66d0..9edd76bab88 100644 --- a/pkg/controller/volume/attachdetach/statusupdater/BUILD +++ b/pkg/controller/volume/attachdetach/statusupdater/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/attachdetach/testing/BUILD b/pkg/controller/volume/attachdetach/testing/BUILD index 77afd152f94..536375f55d3 100644 --- a/pkg/controller/volume/attachdetach/testing/BUILD +++ b/pkg/controller/volume/attachdetach/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/persistentvolume/BUILD b/pkg/controller/volume/persistentvolume/BUILD index f1d52f020a2..e5dae14d6c0 100644 --- a/pkg/controller/volume/persistentvolume/BUILD +++ b/pkg/controller/volume/persistentvolume/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/controller/volume/persistentvolume/options/BUILD b/pkg/controller/volume/persistentvolume/options/BUILD index c47cffcec18..79439779fea 100644 --- a/pkg/controller/volume/persistentvolume/options/BUILD +++ b/pkg/controller/volume/persistentvolume/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/conversion/BUILD b/pkg/conversion/BUILD index 9f9991f66dd..2079ebfccbb 100644 --- a/pkg/conversion/BUILD +++ b/pkg/conversion/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/conversion/queryparams/BUILD b/pkg/conversion/queryparams/BUILD index 68a886a305a..1ef6e6e4550 100644 --- a/pkg/conversion/queryparams/BUILD +++ b/pkg/conversion/queryparams/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/credentialprovider/BUILD b/pkg/credentialprovider/BUILD index 3fbbcc93f7b..1d955ec7c3b 100644 --- a/pkg/credentialprovider/BUILD +++ b/pkg/credentialprovider/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/credentialprovider/aws/BUILD b/pkg/credentialprovider/aws/BUILD index 0c68b4b8d63..c186730bc45 100644 --- a/pkg/credentialprovider/aws/BUILD +++ b/pkg/credentialprovider/aws/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/credentialprovider/azure/BUILD b/pkg/credentialprovider/azure/BUILD index ef0a7591e9d..351c233c131 100644 --- a/pkg/credentialprovider/azure/BUILD +++ b/pkg/credentialprovider/azure/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/credentialprovider/gcp/BUILD b/pkg/credentialprovider/gcp/BUILD index 68a590cca2c..3c0417d0671 100644 --- a/pkg/credentialprovider/gcp/BUILD +++ b/pkg/credentialprovider/gcp/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/dns/BUILD b/pkg/dns/BUILD index 5da7e4f5a4c..9c602389f78 100644 --- a/pkg/dns/BUILD +++ b/pkg/dns/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/dns/config/BUILD b/pkg/dns/config/BUILD index b6c2df3afa0..99406edfd12 100644 --- a/pkg/dns/config/BUILD +++ b/pkg/dns/config/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/dns/federation/BUILD b/pkg/dns/federation/BUILD index 95026650678..61be4933f7e 100644 --- a/pkg/dns/federation/BUILD +++ b/pkg/dns/federation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/dns/treecache/BUILD b/pkg/dns/treecache/BUILD index d721c5160be..3d9a3b6d92f 100644 --- a/pkg/dns/treecache/BUILD +++ b/pkg/dns/treecache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/dns/util/BUILD b/pkg/dns/util/BUILD index 6e16322bcb6..11a5f078e36 100644 --- a/pkg/dns/util/BUILD +++ b/pkg/dns/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/fieldpath/BUILD b/pkg/fieldpath/BUILD index c027f55dada..bfb16e03e41 100644 --- a/pkg/fieldpath/BUILD +++ b/pkg/fieldpath/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/fields/BUILD b/pkg/fields/BUILD index b76afe54298..1db01556c09 100644 --- a/pkg/fields/BUILD +++ b/pkg/fields/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/generated/BUILD b/pkg/generated/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/generated/BUILD +++ b/pkg/generated/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/generated/openapi/BUILD b/pkg/generated/openapi/BUILD index 1a0c17e52d1..0708bddcbd5 100644 --- a/pkg/generated/openapi/BUILD +++ b/pkg/generated/openapi/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/BUILD b/pkg/genericapiserver/BUILD index 47d5a7960da..450ca54a1fd 100644 --- a/pkg/genericapiserver/BUILD +++ b/pkg/genericapiserver/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/authorizer/BUILD b/pkg/genericapiserver/authorizer/BUILD index eab84ff054c..9d5467d4c8e 100644 --- a/pkg/genericapiserver/authorizer/BUILD +++ b/pkg/genericapiserver/authorizer/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/filters/BUILD b/pkg/genericapiserver/filters/BUILD index 96dae6b193a..c862335eb6b 100644 --- a/pkg/genericapiserver/filters/BUILD +++ b/pkg/genericapiserver/filters/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/mux/BUILD b/pkg/genericapiserver/mux/BUILD index 20172492804..5967c6578a6 100644 --- a/pkg/genericapiserver/mux/BUILD +++ b/pkg/genericapiserver/mux/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/openapi/BUILD b/pkg/genericapiserver/openapi/BUILD index 29e5f2aab5f..b7e270bb1ad 100644 --- a/pkg/genericapiserver/openapi/BUILD +++ b/pkg/genericapiserver/openapi/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/openapi/common/BUILD b/pkg/genericapiserver/openapi/common/BUILD index d9f5a68f2bb..1f88b7b84a8 100644 --- a/pkg/genericapiserver/openapi/common/BUILD +++ b/pkg/genericapiserver/openapi/common/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/options/BUILD b/pkg/genericapiserver/options/BUILD index 8cb7315fb3b..47527654aa2 100644 --- a/pkg/genericapiserver/options/BUILD +++ b/pkg/genericapiserver/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/routes/BUILD b/pkg/genericapiserver/routes/BUILD index 8bf36162ac9..1651d127e42 100644 --- a/pkg/genericapiserver/routes/BUILD +++ b/pkg/genericapiserver/routes/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/routes/data/swagger/BUILD b/pkg/genericapiserver/routes/data/swagger/BUILD index 769574f70e4..eb2d958766d 100644 --- a/pkg/genericapiserver/routes/data/swagger/BUILD +++ b/pkg/genericapiserver/routes/data/swagger/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/genericapiserver/validation/BUILD b/pkg/genericapiserver/validation/BUILD index d4be4ef0abc..fd2bc5aab00 100644 --- a/pkg/genericapiserver/validation/BUILD +++ b/pkg/genericapiserver/validation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/healthz/BUILD b/pkg/healthz/BUILD index a24ee08d83a..b6848567ee2 100644 --- a/pkg/healthz/BUILD +++ b/pkg/healthz/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/httplog/BUILD b/pkg/httplog/BUILD index 6b88554850d..1c6e9df74b3 100644 --- a/pkg/httplog/BUILD +++ b/pkg/httplog/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/hyperkube/BUILD b/pkg/hyperkube/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/hyperkube/BUILD +++ b/pkg/hyperkube/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/BUILD b/pkg/kubectl/BUILD index 81c1888b1e6..e52956dd69c 100644 --- a/pkg/kubectl/BUILD +++ b/pkg/kubectl/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/BUILD b/pkg/kubectl/cmd/BUILD index 84cb85f7bb3..d2216aff0cd 100644 --- a/pkg/kubectl/cmd/BUILD +++ b/pkg/kubectl/cmd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/config/BUILD b/pkg/kubectl/cmd/config/BUILD index ac782c54331..f12c17537b6 100644 --- a/pkg/kubectl/cmd/config/BUILD +++ b/pkg/kubectl/cmd/config/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/rollout/BUILD b/pkg/kubectl/cmd/rollout/BUILD index d90722d5113..54bf1b378c8 100644 --- a/pkg/kubectl/cmd/rollout/BUILD +++ b/pkg/kubectl/cmd/rollout/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/set/BUILD b/pkg/kubectl/cmd/set/BUILD index f5e88629add..ad0de7530a4 100644 --- a/pkg/kubectl/cmd/set/BUILD +++ b/pkg/kubectl/cmd/set/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/templates/BUILD b/pkg/kubectl/cmd/templates/BUILD index 25bf3fe0db1..8ee48b90ff2 100644 --- a/pkg/kubectl/cmd/templates/BUILD +++ b/pkg/kubectl/cmd/templates/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/testing/BUILD b/pkg/kubectl/cmd/testing/BUILD index 353d50ba502..2336d0649b9 100644 --- a/pkg/kubectl/cmd/testing/BUILD +++ b/pkg/kubectl/cmd/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/util/BUILD b/pkg/kubectl/cmd/util/BUILD index 687d3a7193f..2536a70eade 100644 --- a/pkg/kubectl/cmd/util/BUILD +++ b/pkg/kubectl/cmd/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/util/editor/BUILD b/pkg/kubectl/cmd/util/editor/BUILD index c4bd5cc52e6..ad95149706a 100644 --- a/pkg/kubectl/cmd/util/editor/BUILD +++ b/pkg/kubectl/cmd/util/editor/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/util/jsonmerge/BUILD b/pkg/kubectl/cmd/util/jsonmerge/BUILD index cd4fb93ce51..fa3a4f1d810 100644 --- a/pkg/kubectl/cmd/util/jsonmerge/BUILD +++ b/pkg/kubectl/cmd/util/jsonmerge/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/cmd/util/sanity/BUILD b/pkg/kubectl/cmd/util/sanity/BUILD index 750df56eea9..6dc9a26b176 100644 --- a/pkg/kubectl/cmd/util/sanity/BUILD +++ b/pkg/kubectl/cmd/util/sanity/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/metricsutil/BUILD b/pkg/kubectl/metricsutil/BUILD index 17e3cce6689..b8feecd6084 100644 --- a/pkg/kubectl/metricsutil/BUILD +++ b/pkg/kubectl/metricsutil/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/resource/BUILD b/pkg/kubectl/resource/BUILD index 806cdda5a69..117c73d057d 100644 --- a/pkg/kubectl/resource/BUILD +++ b/pkg/kubectl/resource/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubectl/testing/BUILD b/pkg/kubectl/testing/BUILD index 6b66244bfb1..9e113630887 100644 --- a/pkg/kubectl/testing/BUILD +++ b/pkg/kubectl/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/BUILD b/pkg/kubelet/BUILD index d3785fc3acd..9c3abbaeeb1 100644 --- a/pkg/kubelet/BUILD +++ b/pkg/kubelet/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/api/BUILD b/pkg/kubelet/api/BUILD index 4337c3c9c2c..f658809f280 100644 --- a/pkg/kubelet/api/BUILD +++ b/pkg/kubelet/api/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/api/testing/BUILD b/pkg/kubelet/api/testing/BUILD index ce2ed856382..51e529bedf1 100644 --- a/pkg/kubelet/api/testing/BUILD +++ b/pkg/kubelet/api/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/api/v1alpha1/runtime/BUILD b/pkg/kubelet/api/v1alpha1/runtime/BUILD index c44df5e5aef..9e07b724466 100644 --- a/pkg/kubelet/api/v1alpha1/runtime/BUILD +++ b/pkg/kubelet/api/v1alpha1/runtime/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/api/v1alpha1/stats/BUILD b/pkg/kubelet/api/v1alpha1/stats/BUILD index aa07aa6acc4..7209acc6f0c 100644 --- a/pkg/kubelet/api/v1alpha1/stats/BUILD +++ b/pkg/kubelet/api/v1alpha1/stats/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/cadvisor/BUILD b/pkg/kubelet/cadvisor/BUILD index 20485f3117b..947db47b6d8 100644 --- a/pkg/kubelet/cadvisor/BUILD +++ b/pkg/kubelet/cadvisor/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/cadvisor/testing/BUILD b/pkg/kubelet/cadvisor/testing/BUILD index d4822e9d511..f839d8c3b46 100644 --- a/pkg/kubelet/cadvisor/testing/BUILD +++ b/pkg/kubelet/cadvisor/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/client/BUILD b/pkg/kubelet/client/BUILD index e57acc4e2f4..64f3104d993 100644 --- a/pkg/kubelet/client/BUILD +++ b/pkg/kubelet/client/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/cm/BUILD b/pkg/kubelet/cm/BUILD index 5414a5b7c2e..4f043d246f5 100644 --- a/pkg/kubelet/cm/BUILD +++ b/pkg/kubelet/cm/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/cm/util/BUILD b/pkg/kubelet/cm/util/BUILD index e9d76f90dd5..f2c652fa14d 100644 --- a/pkg/kubelet/cm/util/BUILD +++ b/pkg/kubelet/cm/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/config/BUILD b/pkg/kubelet/config/BUILD index aef92539a9b..f01ecdd1ce6 100644 --- a/pkg/kubelet/config/BUILD +++ b/pkg/kubelet/config/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/container/BUILD b/pkg/kubelet/container/BUILD index 2df19bb3747..3ff546acc75 100644 --- a/pkg/kubelet/container/BUILD +++ b/pkg/kubelet/container/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/container/testing/BUILD b/pkg/kubelet/container/testing/BUILD index f59a3c0fd15..b6cd9dfe109 100644 --- a/pkg/kubelet/container/testing/BUILD +++ b/pkg/kubelet/container/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/custommetrics/BUILD b/pkg/kubelet/custommetrics/BUILD index ab559c2c085..6ada1dc77c2 100644 --- a/pkg/kubelet/custommetrics/BUILD +++ b/pkg/kubelet/custommetrics/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/dockershim/BUILD b/pkg/kubelet/dockershim/BUILD index 18896419ed2..014698a6101 100644 --- a/pkg/kubelet/dockershim/BUILD +++ b/pkg/kubelet/dockershim/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/dockershim/cm/BUILD b/pkg/kubelet/dockershim/cm/BUILD index c12a383c98a..38e2efdb2b8 100644 --- a/pkg/kubelet/dockershim/cm/BUILD +++ b/pkg/kubelet/dockershim/cm/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/dockershim/remote/BUILD b/pkg/kubelet/dockershim/remote/BUILD index c4185b4de58..603976c3dcb 100644 --- a/pkg/kubelet/dockershim/remote/BUILD +++ b/pkg/kubelet/dockershim/remote/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/dockertools/BUILD b/pkg/kubelet/dockertools/BUILD index 1e453ce167f..f23aa602e03 100644 --- a/pkg/kubelet/dockertools/BUILD +++ b/pkg/kubelet/dockertools/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/envvars/BUILD b/pkg/kubelet/envvars/BUILD index 0dedc5156f6..00b3ec10de0 100644 --- a/pkg/kubelet/envvars/BUILD +++ b/pkg/kubelet/envvars/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/events/BUILD b/pkg/kubelet/events/BUILD index 04297ee140d..077c2476a32 100644 --- a/pkg/kubelet/events/BUILD +++ b/pkg/kubelet/events/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/eviction/BUILD b/pkg/kubelet/eviction/BUILD index e7d56707dd8..59898d3a81e 100644 --- a/pkg/kubelet/eviction/BUILD +++ b/pkg/kubelet/eviction/BUILD @@ -4,10 +4,9 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", + "cgo_genrule", "go_library", "go_test", - "cgo_library", ) go_library( @@ -18,6 +17,7 @@ go_library( "helpers.go", "types.go", ], + library = "cgo_codegen", tags = ["automanaged"], deps = [ "//pkg/api:go_default_library", @@ -60,3 +60,15 @@ go_test( "//pkg/util/clock:go_default_library", ], ) + +cgo_genrule( + name = "cgo_codegen", + srcs = ["threshold_notifier_linux.go"], + clinkopts = [ + "-lz", + "-lm", + "-lpthread", + "-ldl", + ], + tags = ["automanaged"], +) diff --git a/pkg/kubelet/images/BUILD b/pkg/kubelet/images/BUILD index 5898bf725a4..a20fa03529b 100644 --- a/pkg/kubelet/images/BUILD +++ b/pkg/kubelet/images/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/kuberuntime/BUILD b/pkg/kubelet/kuberuntime/BUILD index ea137fe8171..eb92fbf766d 100644 --- a/pkg/kubelet/kuberuntime/BUILD +++ b/pkg/kubelet/kuberuntime/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/leaky/BUILD b/pkg/kubelet/leaky/BUILD index ed47a48a73d..4f52f78eeef 100644 --- a/pkg/kubelet/leaky/BUILD +++ b/pkg/kubelet/leaky/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/lifecycle/BUILD b/pkg/kubelet/lifecycle/BUILD index ebb9356ddc0..b6ee5ffb53a 100644 --- a/pkg/kubelet/lifecycle/BUILD +++ b/pkg/kubelet/lifecycle/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/metrics/BUILD b/pkg/kubelet/metrics/BUILD index c5accda5bfa..a197ab4227f 100644 --- a/pkg/kubelet/metrics/BUILD +++ b/pkg/kubelet/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/BUILD b/pkg/kubelet/network/BUILD index 94834a570c7..250deda0552 100644 --- a/pkg/kubelet/network/BUILD +++ b/pkg/kubelet/network/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/cni/BUILD b/pkg/kubelet/network/cni/BUILD index e967c7a0072..9ff25192d45 100644 --- a/pkg/kubelet/network/cni/BUILD +++ b/pkg/kubelet/network/cni/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/cni/testing/BUILD b/pkg/kubelet/network/cni/testing/BUILD index af9d1259869..8fc95484da9 100644 --- a/pkg/kubelet/network/cni/testing/BUILD +++ b/pkg/kubelet/network/cni/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/exec/BUILD b/pkg/kubelet/network/exec/BUILD index cfc3b792d8a..a44bba1b6bf 100644 --- a/pkg/kubelet/network/exec/BUILD +++ b/pkg/kubelet/network/exec/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/hairpin/BUILD b/pkg/kubelet/network/hairpin/BUILD index f176a85d62b..adcd2cf549e 100644 --- a/pkg/kubelet/network/hairpin/BUILD +++ b/pkg/kubelet/network/hairpin/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/hostport/BUILD b/pkg/kubelet/network/hostport/BUILD index 7dc861254a8..62f1ecc9db3 100644 --- a/pkg/kubelet/network/hostport/BUILD +++ b/pkg/kubelet/network/hostport/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/hostport/testing/BUILD b/pkg/kubelet/network/hostport/testing/BUILD index 8c20118838a..044b514a333 100644 --- a/pkg/kubelet/network/hostport/testing/BUILD +++ b/pkg/kubelet/network/hostport/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/kubenet/BUILD b/pkg/kubelet/network/kubenet/BUILD index 3ab5ca38f82..3db64aeac25 100644 --- a/pkg/kubelet/network/kubenet/BUILD +++ b/pkg/kubelet/network/kubenet/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/mock_network/BUILD b/pkg/kubelet/network/mock_network/BUILD index abfd340765e..166cd84d61b 100644 --- a/pkg/kubelet/network/mock_network/BUILD +++ b/pkg/kubelet/network/mock_network/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/network/testing/BUILD b/pkg/kubelet/network/testing/BUILD index 7a027f012e3..46c57a7ca83 100644 --- a/pkg/kubelet/network/testing/BUILD +++ b/pkg/kubelet/network/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/pleg/BUILD b/pkg/kubelet/pleg/BUILD index b309b04ac00..a3ae8782a14 100644 --- a/pkg/kubelet/pleg/BUILD +++ b/pkg/kubelet/pleg/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/pod/BUILD b/pkg/kubelet/pod/BUILD index 04532b86114..91ac70000ce 100644 --- a/pkg/kubelet/pod/BUILD +++ b/pkg/kubelet/pod/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/pod/testing/BUILD b/pkg/kubelet/pod/testing/BUILD index 9cb216965d8..48a3499ddcd 100644 --- a/pkg/kubelet/pod/testing/BUILD +++ b/pkg/kubelet/pod/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/prober/BUILD b/pkg/kubelet/prober/BUILD index 55c94d9b81b..71577c244aa 100644 --- a/pkg/kubelet/prober/BUILD +++ b/pkg/kubelet/prober/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/prober/results/BUILD b/pkg/kubelet/prober/results/BUILD index 82b1a3841c0..8417db43825 100644 --- a/pkg/kubelet/prober/results/BUILD +++ b/pkg/kubelet/prober/results/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/prober/testing/BUILD b/pkg/kubelet/prober/testing/BUILD index 632c5a4ce8b..d63f9139c89 100644 --- a/pkg/kubelet/prober/testing/BUILD +++ b/pkg/kubelet/prober/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/qos/BUILD b/pkg/kubelet/qos/BUILD index 4dea41216c5..f0f5aee2f2f 100644 --- a/pkg/kubelet/qos/BUILD +++ b/pkg/kubelet/qos/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/remote/BUILD b/pkg/kubelet/remote/BUILD index da072bb896c..94a1dd5ab52 100644 --- a/pkg/kubelet/remote/BUILD +++ b/pkg/kubelet/remote/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/rkt/BUILD b/pkg/kubelet/rkt/BUILD index a2d50db1156..e104faefdeb 100644 --- a/pkg/kubelet/rkt/BUILD +++ b/pkg/kubelet/rkt/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/rktshim/BUILD b/pkg/kubelet/rktshim/BUILD index 2db9d0409d7..939315c178b 100644 --- a/pkg/kubelet/rktshim/BUILD +++ b/pkg/kubelet/rktshim/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/server/BUILD b/pkg/kubelet/server/BUILD index dcfdc722265..93b6a11e09a 100644 --- a/pkg/kubelet/server/BUILD +++ b/pkg/kubelet/server/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/server/portforward/BUILD b/pkg/kubelet/server/portforward/BUILD index ca09ebb98cc..cc6309aac3c 100644 --- a/pkg/kubelet/server/portforward/BUILD +++ b/pkg/kubelet/server/portforward/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/server/remotecommand/BUILD b/pkg/kubelet/server/remotecommand/BUILD index 0761c02deaf..b33bd301758 100644 --- a/pkg/kubelet/server/remotecommand/BUILD +++ b/pkg/kubelet/server/remotecommand/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/server/stats/BUILD b/pkg/kubelet/server/stats/BUILD index 9baa3a37bb0..6cddd6eb83e 100644 --- a/pkg/kubelet/server/stats/BUILD +++ b/pkg/kubelet/server/stats/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/server/streaming/BUILD b/pkg/kubelet/server/streaming/BUILD index 89cc3e63a25..c22c5e52fed 100644 --- a/pkg/kubelet/server/streaming/BUILD +++ b/pkg/kubelet/server/streaming/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/status/BUILD b/pkg/kubelet/status/BUILD index cd0e39b169e..b59e858d9f4 100644 --- a/pkg/kubelet/status/BUILD +++ b/pkg/kubelet/status/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/sysctl/BUILD b/pkg/kubelet/sysctl/BUILD index be005c349d3..0ee4b858175 100644 --- a/pkg/kubelet/sysctl/BUILD +++ b/pkg/kubelet/sysctl/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/types/BUILD b/pkg/kubelet/types/BUILD index 184938bdb26..8ce60844d2f 100644 --- a/pkg/kubelet/types/BUILD +++ b/pkg/kubelet/types/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/BUILD b/pkg/kubelet/util/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/kubelet/util/BUILD +++ b/pkg/kubelet/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/cache/BUILD b/pkg/kubelet/util/cache/BUILD index 3f4ca365c9a..05c555e08cd 100644 --- a/pkg/kubelet/util/cache/BUILD +++ b/pkg/kubelet/util/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/csr/BUILD b/pkg/kubelet/util/csr/BUILD index e92b6cdc14c..7d21db93a05 100644 --- a/pkg/kubelet/util/csr/BUILD +++ b/pkg/kubelet/util/csr/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/format/BUILD b/pkg/kubelet/util/format/BUILD index f74d7b51524..4632a4ff2d9 100644 --- a/pkg/kubelet/util/format/BUILD +++ b/pkg/kubelet/util/format/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/ioutils/BUILD b/pkg/kubelet/util/ioutils/BUILD index 882cb8ef3f9..55b5339d431 100644 --- a/pkg/kubelet/util/ioutils/BUILD +++ b/pkg/kubelet/util/ioutils/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/queue/BUILD b/pkg/kubelet/util/queue/BUILD index b104662cf31..c9f38136b8e 100644 --- a/pkg/kubelet/util/queue/BUILD +++ b/pkg/kubelet/util/queue/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/util/sliceutils/BUILD b/pkg/kubelet/util/sliceutils/BUILD index f652add8ffb..34a7e60944e 100644 --- a/pkg/kubelet/util/sliceutils/BUILD +++ b/pkg/kubelet/util/sliceutils/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/volumemanager/BUILD b/pkg/kubelet/volumemanager/BUILD index 7f5ce076c19..fad93e34b62 100644 --- a/pkg/kubelet/volumemanager/BUILD +++ b/pkg/kubelet/volumemanager/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/volumemanager/cache/BUILD b/pkg/kubelet/volumemanager/cache/BUILD index 7b5598b2dad..de32cfd2b5e 100644 --- a/pkg/kubelet/volumemanager/cache/BUILD +++ b/pkg/kubelet/volumemanager/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/volumemanager/populator/BUILD b/pkg/kubelet/volumemanager/populator/BUILD index a94ad61ba81..d06cf9275bb 100644 --- a/pkg/kubelet/volumemanager/populator/BUILD +++ b/pkg/kubelet/volumemanager/populator/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubelet/volumemanager/reconciler/BUILD b/pkg/kubelet/volumemanager/reconciler/BUILD index cff5588d9ff..313c6e1fa79 100644 --- a/pkg/kubelet/volumemanager/reconciler/BUILD +++ b/pkg/kubelet/volumemanager/reconciler/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/kubemark/BUILD b/pkg/kubemark/BUILD index f7a4d03aa09..d55e3e94d7e 100644 --- a/pkg/kubemark/BUILD +++ b/pkg/kubemark/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/labels/BUILD b/pkg/labels/BUILD index 87412170b36..f96ad1c0614 100644 --- a/pkg/labels/BUILD +++ b/pkg/labels/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/master/BUILD b/pkg/master/BUILD index 276a4d86d7d..0e7b57e88e8 100644 --- a/pkg/master/BUILD +++ b/pkg/master/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/master/ports/BUILD b/pkg/master/ports/BUILD index 60e04615132..d498bb3273e 100644 --- a/pkg/master/ports/BUILD +++ b/pkg/master/ports/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/master/thirdparty/BUILD b/pkg/master/thirdparty/BUILD index f746eae0e82..1a67657ba91 100644 --- a/pkg/master/thirdparty/BUILD +++ b/pkg/master/thirdparty/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/metrics/BUILD b/pkg/metrics/BUILD index 8401e37c3ab..6244c3aeb5d 100644 --- a/pkg/metrics/BUILD +++ b/pkg/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/probe/BUILD b/pkg/probe/BUILD index b1d93d1ce74..78d00f0d053 100644 --- a/pkg/probe/BUILD +++ b/pkg/probe/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/probe/exec/BUILD b/pkg/probe/exec/BUILD index 74625f569d7..037e2b5724e 100644 --- a/pkg/probe/exec/BUILD +++ b/pkg/probe/exec/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/probe/http/BUILD b/pkg/probe/http/BUILD index 1e46f288bab..40c9062811f 100644 --- a/pkg/probe/http/BUILD +++ b/pkg/probe/http/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/probe/tcp/BUILD b/pkg/probe/tcp/BUILD index 828fd6f4a0e..188e644a396 100644 --- a/pkg/probe/tcp/BUILD +++ b/pkg/probe/tcp/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/BUILD b/pkg/proxy/BUILD index 2617fd7eae9..a7bfb78c68e 100644 --- a/pkg/proxy/BUILD +++ b/pkg/proxy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/config/BUILD b/pkg/proxy/config/BUILD index df9741474ae..1246909399c 100644 --- a/pkg/proxy/config/BUILD +++ b/pkg/proxy/config/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/healthcheck/BUILD b/pkg/proxy/healthcheck/BUILD index 2afd2c739ee..cc8281b5497 100644 --- a/pkg/proxy/healthcheck/BUILD +++ b/pkg/proxy/healthcheck/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/iptables/BUILD b/pkg/proxy/iptables/BUILD index 2a20bcbdbb2..0f5df8428ed 100644 --- a/pkg/proxy/iptables/BUILD +++ b/pkg/proxy/iptables/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/userspace/BUILD b/pkg/proxy/userspace/BUILD index afda0e2a45d..1f7d66ba567 100644 --- a/pkg/proxy/userspace/BUILD +++ b/pkg/proxy/userspace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/proxy/winuserspace/BUILD b/pkg/proxy/winuserspace/BUILD index b9ca9108487..aefdaa7a81a 100644 --- a/pkg/proxy/winuserspace/BUILD +++ b/pkg/proxy/winuserspace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/quota/BUILD b/pkg/quota/BUILD index 43df8a5e201..033773f9387 100644 --- a/pkg/quota/BUILD +++ b/pkg/quota/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/quota/evaluator/core/BUILD b/pkg/quota/evaluator/core/BUILD index f9c117694a5..5c77ef0f0f0 100644 --- a/pkg/quota/evaluator/core/BUILD +++ b/pkg/quota/evaluator/core/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/quota/generic/BUILD b/pkg/quota/generic/BUILD index ea80477720f..e28ecb4c1cd 100644 --- a/pkg/quota/generic/BUILD +++ b/pkg/quota/generic/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/quota/install/BUILD b/pkg/quota/install/BUILD index bad7181de83..f77ac863c0b 100644 --- a/pkg/quota/install/BUILD +++ b/pkg/quota/install/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/BUILD b/pkg/registry/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/registry/BUILD +++ b/pkg/registry/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/apps/petset/BUILD b/pkg/registry/apps/petset/BUILD index 832d13b497b..3a7421b6f29 100644 --- a/pkg/registry/apps/petset/BUILD +++ b/pkg/registry/apps/petset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/apps/petset/etcd/BUILD b/pkg/registry/apps/petset/etcd/BUILD index e3921ff6d9b..8c460981b15 100644 --- a/pkg/registry/apps/petset/etcd/BUILD +++ b/pkg/registry/apps/petset/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/apps/rest/BUILD b/pkg/registry/apps/rest/BUILD index 05dd24cae8f..f1965409726 100644 --- a/pkg/registry/apps/rest/BUILD +++ b/pkg/registry/apps/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authentication/rest/BUILD b/pkg/registry/authentication/rest/BUILD index 24054bfb6af..1f84ca720ab 100644 --- a/pkg/registry/authentication/rest/BUILD +++ b/pkg/registry/authentication/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authentication/tokenreview/BUILD b/pkg/registry/authentication/tokenreview/BUILD index f48f6bfee15..94372444008 100644 --- a/pkg/registry/authentication/tokenreview/BUILD +++ b/pkg/registry/authentication/tokenreview/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authorization/localsubjectaccessreview/BUILD b/pkg/registry/authorization/localsubjectaccessreview/BUILD index 02b071902b0..16f191be854 100644 --- a/pkg/registry/authorization/localsubjectaccessreview/BUILD +++ b/pkg/registry/authorization/localsubjectaccessreview/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authorization/rest/BUILD b/pkg/registry/authorization/rest/BUILD index b556107770b..42dda58be6d 100644 --- a/pkg/registry/authorization/rest/BUILD +++ b/pkg/registry/authorization/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authorization/selfsubjectaccessreview/BUILD b/pkg/registry/authorization/selfsubjectaccessreview/BUILD index 02b071902b0..16f191be854 100644 --- a/pkg/registry/authorization/selfsubjectaccessreview/BUILD +++ b/pkg/registry/authorization/selfsubjectaccessreview/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authorization/subjectaccessreview/BUILD b/pkg/registry/authorization/subjectaccessreview/BUILD index 02b071902b0..16f191be854 100644 --- a/pkg/registry/authorization/subjectaccessreview/BUILD +++ b/pkg/registry/authorization/subjectaccessreview/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/authorization/util/BUILD b/pkg/registry/authorization/util/BUILD index b87ff9444eb..539fd83d136 100644 --- a/pkg/registry/authorization/util/BUILD +++ b/pkg/registry/authorization/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/autoscaling/horizontalpodautoscaler/BUILD b/pkg/registry/autoscaling/horizontalpodautoscaler/BUILD index 11ccde4e6c8..cc300325a56 100644 --- a/pkg/registry/autoscaling/horizontalpodautoscaler/BUILD +++ b/pkg/registry/autoscaling/horizontalpodautoscaler/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/autoscaling/horizontalpodautoscaler/etcd/BUILD b/pkg/registry/autoscaling/horizontalpodautoscaler/etcd/BUILD index 0b0d58f2f89..a381ae64dbe 100644 --- a/pkg/registry/autoscaling/horizontalpodautoscaler/etcd/BUILD +++ b/pkg/registry/autoscaling/horizontalpodautoscaler/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/autoscaling/rest/BUILD b/pkg/registry/autoscaling/rest/BUILD index a765397a90c..8a99c8cadd4 100644 --- a/pkg/registry/autoscaling/rest/BUILD +++ b/pkg/registry/autoscaling/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/batch/cronjob/BUILD b/pkg/registry/batch/cronjob/BUILD index a81f52c287d..c10b6df8a28 100644 --- a/pkg/registry/batch/cronjob/BUILD +++ b/pkg/registry/batch/cronjob/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/batch/cronjob/etcd/BUILD b/pkg/registry/batch/cronjob/etcd/BUILD index 679c15fa60e..2e2d38de481 100644 --- a/pkg/registry/batch/cronjob/etcd/BUILD +++ b/pkg/registry/batch/cronjob/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/batch/job/BUILD b/pkg/registry/batch/job/BUILD index 1bbdb2979ef..c51403e103a 100644 --- a/pkg/registry/batch/job/BUILD +++ b/pkg/registry/batch/job/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/batch/job/etcd/BUILD b/pkg/registry/batch/job/etcd/BUILD index ae841868f17..9b9a88dfa8d 100644 --- a/pkg/registry/batch/job/etcd/BUILD +++ b/pkg/registry/batch/job/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/batch/rest/BUILD b/pkg/registry/batch/rest/BUILD index 6dd508c8b7d..d16172dc70b 100644 --- a/pkg/registry/batch/rest/BUILD +++ b/pkg/registry/batch/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/cachesize/BUILD b/pkg/registry/cachesize/BUILD index 16f5cd51add..175d05dc472 100644 --- a/pkg/registry/cachesize/BUILD +++ b/pkg/registry/cachesize/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/certificates/certificates/BUILD b/pkg/registry/certificates/certificates/BUILD index 1a1caf5b1c7..97facec29fc 100644 --- a/pkg/registry/certificates/certificates/BUILD +++ b/pkg/registry/certificates/certificates/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/certificates/certificates/etcd/BUILD b/pkg/registry/certificates/certificates/etcd/BUILD index b52ae8802fe..a40c68a0571 100644 --- a/pkg/registry/certificates/certificates/etcd/BUILD +++ b/pkg/registry/certificates/certificates/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/certificates/rest/BUILD b/pkg/registry/certificates/rest/BUILD index 56c6523235c..b18272e99f3 100644 --- a/pkg/registry/certificates/rest/BUILD +++ b/pkg/registry/certificates/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/componentstatus/BUILD b/pkg/registry/core/componentstatus/BUILD index c2253167a4c..ba9f17949ac 100644 --- a/pkg/registry/core/componentstatus/BUILD +++ b/pkg/registry/core/componentstatus/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/configmap/BUILD b/pkg/registry/core/configmap/BUILD index 22f758248a7..3b6022b91d1 100644 --- a/pkg/registry/core/configmap/BUILD +++ b/pkg/registry/core/configmap/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/configmap/etcd/BUILD b/pkg/registry/core/configmap/etcd/BUILD index 22de6046ee6..7a203dc9476 100644 --- a/pkg/registry/core/configmap/etcd/BUILD +++ b/pkg/registry/core/configmap/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/controller/BUILD b/pkg/registry/core/controller/BUILD index 22f758248a7..3b6022b91d1 100644 --- a/pkg/registry/core/controller/BUILD +++ b/pkg/registry/core/controller/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/controller/etcd/BUILD b/pkg/registry/core/controller/etcd/BUILD index e34a4b2ac6c..dcfd141e322 100644 --- a/pkg/registry/core/controller/etcd/BUILD +++ b/pkg/registry/core/controller/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/endpoint/BUILD b/pkg/registry/core/endpoint/BUILD index af6a31ca8a2..b1984ae3b41 100644 --- a/pkg/registry/core/endpoint/BUILD +++ b/pkg/registry/core/endpoint/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/endpoint/etcd/BUILD b/pkg/registry/core/endpoint/etcd/BUILD index 3d28d5e2ea6..d8747eb25e2 100644 --- a/pkg/registry/core/endpoint/etcd/BUILD +++ b/pkg/registry/core/endpoint/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/event/BUILD b/pkg/registry/core/event/BUILD index faefd6668d7..c4371c206ae 100644 --- a/pkg/registry/core/event/BUILD +++ b/pkg/registry/core/event/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/event/etcd/BUILD b/pkg/registry/core/event/etcd/BUILD index ea755392081..8161b962ec4 100644 --- a/pkg/registry/core/event/etcd/BUILD +++ b/pkg/registry/core/event/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/limitrange/BUILD b/pkg/registry/core/limitrange/BUILD index 36889ca2b30..0b5e208c0b3 100644 --- a/pkg/registry/core/limitrange/BUILD +++ b/pkg/registry/core/limitrange/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/limitrange/etcd/BUILD b/pkg/registry/core/limitrange/etcd/BUILD index 8a7e04bdd22..b264dbadbaf 100644 --- a/pkg/registry/core/limitrange/etcd/BUILD +++ b/pkg/registry/core/limitrange/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/namespace/BUILD b/pkg/registry/core/namespace/BUILD index 394637044c0..fe4d5b6f671 100644 --- a/pkg/registry/core/namespace/BUILD +++ b/pkg/registry/core/namespace/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/namespace/etcd/BUILD b/pkg/registry/core/namespace/etcd/BUILD index 4e1823a1090..998bc02cbc8 100644 --- a/pkg/registry/core/namespace/etcd/BUILD +++ b/pkg/registry/core/namespace/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/node/BUILD b/pkg/registry/core/node/BUILD index 80d40866919..01bb576358e 100644 --- a/pkg/registry/core/node/BUILD +++ b/pkg/registry/core/node/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/node/etcd/BUILD b/pkg/registry/core/node/etcd/BUILD index 497f59dea40..1fbf4b4a3b9 100644 --- a/pkg/registry/core/node/etcd/BUILD +++ b/pkg/registry/core/node/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/node/rest/BUILD b/pkg/registry/core/node/rest/BUILD index 9c731c37e7f..26b8f3fb17b 100644 --- a/pkg/registry/core/node/rest/BUILD +++ b/pkg/registry/core/node/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/persistentvolume/BUILD b/pkg/registry/core/persistentvolume/BUILD index 1a37ac2d803..548df9f0797 100644 --- a/pkg/registry/core/persistentvolume/BUILD +++ b/pkg/registry/core/persistentvolume/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/persistentvolume/etcd/BUILD b/pkg/registry/core/persistentvolume/etcd/BUILD index 465de9686d0..ae29f18f79a 100644 --- a/pkg/registry/core/persistentvolume/etcd/BUILD +++ b/pkg/registry/core/persistentvolume/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/persistentvolumeclaim/BUILD b/pkg/registry/core/persistentvolumeclaim/BUILD index 1a37ac2d803..548df9f0797 100644 --- a/pkg/registry/core/persistentvolumeclaim/BUILD +++ b/pkg/registry/core/persistentvolumeclaim/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/persistentvolumeclaim/etcd/BUILD b/pkg/registry/core/persistentvolumeclaim/etcd/BUILD index fbabbe99725..f8a9e2b4cb5 100644 --- a/pkg/registry/core/persistentvolumeclaim/etcd/BUILD +++ b/pkg/registry/core/persistentvolumeclaim/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/pod/BUILD b/pkg/registry/core/pod/BUILD index 97bd0adb9d8..b48ae8301f1 100644 --- a/pkg/registry/core/pod/BUILD +++ b/pkg/registry/core/pod/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/pod/etcd/BUILD b/pkg/registry/core/pod/etcd/BUILD index cfeb0e9784a..002bb3ebb2b 100644 --- a/pkg/registry/core/pod/etcd/BUILD +++ b/pkg/registry/core/pod/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/pod/rest/BUILD b/pkg/registry/core/pod/rest/BUILD index d207c2c42a9..b4b70478453 100644 --- a/pkg/registry/core/pod/rest/BUILD +++ b/pkg/registry/core/pod/rest/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/podtemplate/BUILD b/pkg/registry/core/podtemplate/BUILD index 4634f204295..462430b9cf8 100644 --- a/pkg/registry/core/podtemplate/BUILD +++ b/pkg/registry/core/podtemplate/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/podtemplate/etcd/BUILD b/pkg/registry/core/podtemplate/etcd/BUILD index b495b2452eb..03b2bfce8f6 100644 --- a/pkg/registry/core/podtemplate/etcd/BUILD +++ b/pkg/registry/core/podtemplate/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/rangeallocation/BUILD b/pkg/registry/core/rangeallocation/BUILD index 5e65f472095..3756621915a 100644 --- a/pkg/registry/core/rangeallocation/BUILD +++ b/pkg/registry/core/rangeallocation/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/resourcequota/BUILD b/pkg/registry/core/resourcequota/BUILD index f974dfb1d48..f9de62aaca6 100644 --- a/pkg/registry/core/resourcequota/BUILD +++ b/pkg/registry/core/resourcequota/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/resourcequota/etcd/BUILD b/pkg/registry/core/resourcequota/etcd/BUILD index 81effb9805d..4c0c9037357 100644 --- a/pkg/registry/core/resourcequota/etcd/BUILD +++ b/pkg/registry/core/resourcequota/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/rest/BUILD b/pkg/registry/core/rest/BUILD index 7c96b495edb..87e3da39c6b 100644 --- a/pkg/registry/core/rest/BUILD +++ b/pkg/registry/core/rest/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/secret/BUILD b/pkg/registry/core/secret/BUILD index 4ded20fae4e..a4db50ca070 100644 --- a/pkg/registry/core/secret/BUILD +++ b/pkg/registry/core/secret/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/secret/etcd/BUILD b/pkg/registry/core/secret/etcd/BUILD index 25e6f48ec5d..a32be355c3f 100644 --- a/pkg/registry/core/secret/etcd/BUILD +++ b/pkg/registry/core/secret/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/BUILD b/pkg/registry/core/service/BUILD index 22666a26c48..cf5a08ffa44 100644 --- a/pkg/registry/core/service/BUILD +++ b/pkg/registry/core/service/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/allocator/BUILD b/pkg/registry/core/service/allocator/BUILD index e3202b30a94..49e201c2967 100644 --- a/pkg/registry/core/service/allocator/BUILD +++ b/pkg/registry/core/service/allocator/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/allocator/etcd/BUILD b/pkg/registry/core/service/allocator/etcd/BUILD index 42123fab596..e4edf5b4c46 100644 --- a/pkg/registry/core/service/allocator/etcd/BUILD +++ b/pkg/registry/core/service/allocator/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/etcd/BUILD b/pkg/registry/core/service/etcd/BUILD index 1a4e7d1fa26..68154ac6b42 100644 --- a/pkg/registry/core/service/etcd/BUILD +++ b/pkg/registry/core/service/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/ipallocator/BUILD b/pkg/registry/core/service/ipallocator/BUILD index b3674cd3c8b..7728d5a59fe 100644 --- a/pkg/registry/core/service/ipallocator/BUILD +++ b/pkg/registry/core/service/ipallocator/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/ipallocator/controller/BUILD b/pkg/registry/core/service/ipallocator/controller/BUILD index c652fdbae0f..dbe14127971 100644 --- a/pkg/registry/core/service/ipallocator/controller/BUILD +++ b/pkg/registry/core/service/ipallocator/controller/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/ipallocator/etcd/BUILD b/pkg/registry/core/service/ipallocator/etcd/BUILD index eaab3de855f..17f4084c585 100644 --- a/pkg/registry/core/service/ipallocator/etcd/BUILD +++ b/pkg/registry/core/service/ipallocator/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/portallocator/BUILD b/pkg/registry/core/service/portallocator/BUILD index 9daeb42dc60..016b8d92280 100644 --- a/pkg/registry/core/service/portallocator/BUILD +++ b/pkg/registry/core/service/portallocator/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/service/portallocator/controller/BUILD b/pkg/registry/core/service/portallocator/controller/BUILD index 8a0ffa313bf..dc3e7420827 100644 --- a/pkg/registry/core/service/portallocator/controller/BUILD +++ b/pkg/registry/core/service/portallocator/controller/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/serviceaccount/BUILD b/pkg/registry/core/serviceaccount/BUILD index 22f758248a7..3b6022b91d1 100644 --- a/pkg/registry/core/serviceaccount/BUILD +++ b/pkg/registry/core/serviceaccount/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/core/serviceaccount/etcd/BUILD b/pkg/registry/core/serviceaccount/etcd/BUILD index 153b0f2433c..b11cc6b0818 100644 --- a/pkg/registry/core/serviceaccount/etcd/BUILD +++ b/pkg/registry/core/serviceaccount/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/controller/etcd/BUILD b/pkg/registry/extensions/controller/etcd/BUILD index fb4a0f6db4f..645d8ba3301 100644 --- a/pkg/registry/extensions/controller/etcd/BUILD +++ b/pkg/registry/extensions/controller/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/daemonset/BUILD b/pkg/registry/extensions/daemonset/BUILD index 0f7ae31b3b5..ac71282fca2 100644 --- a/pkg/registry/extensions/daemonset/BUILD +++ b/pkg/registry/extensions/daemonset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/daemonset/etcd/BUILD b/pkg/registry/extensions/daemonset/etcd/BUILD index 361a5bdde36..40e898fc831 100644 --- a/pkg/registry/extensions/daemonset/etcd/BUILD +++ b/pkg/registry/extensions/daemonset/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/deployment/BUILD b/pkg/registry/extensions/deployment/BUILD index e899a93c037..479c88820b9 100644 --- a/pkg/registry/extensions/deployment/BUILD +++ b/pkg/registry/extensions/deployment/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/deployment/etcd/BUILD b/pkg/registry/extensions/deployment/etcd/BUILD index aa7753b5967..822edee7499 100644 --- a/pkg/registry/extensions/deployment/etcd/BUILD +++ b/pkg/registry/extensions/deployment/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/ingress/BUILD b/pkg/registry/extensions/ingress/BUILD index 15924e72112..aafbc124301 100644 --- a/pkg/registry/extensions/ingress/BUILD +++ b/pkg/registry/extensions/ingress/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/ingress/etcd/BUILD b/pkg/registry/extensions/ingress/etcd/BUILD index 8113a38ac68..f0d94bcf759 100644 --- a/pkg/registry/extensions/ingress/etcd/BUILD +++ b/pkg/registry/extensions/ingress/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/networkpolicy/BUILD b/pkg/registry/extensions/networkpolicy/BUILD index afe861fbce0..969be54d13b 100644 --- a/pkg/registry/extensions/networkpolicy/BUILD +++ b/pkg/registry/extensions/networkpolicy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/networkpolicy/etcd/BUILD b/pkg/registry/extensions/networkpolicy/etcd/BUILD index f402819afb7..4c23ab9f2c1 100644 --- a/pkg/registry/extensions/networkpolicy/etcd/BUILD +++ b/pkg/registry/extensions/networkpolicy/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/podsecuritypolicy/BUILD b/pkg/registry/extensions/podsecuritypolicy/BUILD index 95be02cd034..f164a156b16 100644 --- a/pkg/registry/extensions/podsecuritypolicy/BUILD +++ b/pkg/registry/extensions/podsecuritypolicy/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/podsecuritypolicy/etcd/BUILD b/pkg/registry/extensions/podsecuritypolicy/etcd/BUILD index c148ed2e006..aa7b9581793 100644 --- a/pkg/registry/extensions/podsecuritypolicy/etcd/BUILD +++ b/pkg/registry/extensions/podsecuritypolicy/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/replicaset/BUILD b/pkg/registry/extensions/replicaset/BUILD index 3748c8c04b7..1cc487a447f 100644 --- a/pkg/registry/extensions/replicaset/BUILD +++ b/pkg/registry/extensions/replicaset/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/replicaset/etcd/BUILD b/pkg/registry/extensions/replicaset/etcd/BUILD index cc82c528c1d..ebb8f4163d3 100644 --- a/pkg/registry/extensions/replicaset/etcd/BUILD +++ b/pkg/registry/extensions/replicaset/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/rest/BUILD b/pkg/registry/extensions/rest/BUILD index 927eb20a92b..ebd514e6eb1 100644 --- a/pkg/registry/extensions/rest/BUILD +++ b/pkg/registry/extensions/rest/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/thirdpartyresource/BUILD b/pkg/registry/extensions/thirdpartyresource/BUILD index 6a396b15abc..7b27d5f4c28 100644 --- a/pkg/registry/extensions/thirdpartyresource/BUILD +++ b/pkg/registry/extensions/thirdpartyresource/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/thirdpartyresource/etcd/BUILD b/pkg/registry/extensions/thirdpartyresource/etcd/BUILD index ae42033a17a..8293c49351f 100644 --- a/pkg/registry/extensions/thirdpartyresource/etcd/BUILD +++ b/pkg/registry/extensions/thirdpartyresource/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/thirdpartyresourcedata/BUILD b/pkg/registry/extensions/thirdpartyresourcedata/BUILD index c7cf6b09a63..1b3185c9f72 100644 --- a/pkg/registry/extensions/thirdpartyresourcedata/BUILD +++ b/pkg/registry/extensions/thirdpartyresourcedata/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/extensions/thirdpartyresourcedata/etcd/BUILD b/pkg/registry/extensions/thirdpartyresourcedata/etcd/BUILD index 42084f05858..9aafbfbfb40 100644 --- a/pkg/registry/extensions/thirdpartyresourcedata/etcd/BUILD +++ b/pkg/registry/extensions/thirdpartyresourcedata/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/generic/BUILD b/pkg/registry/generic/BUILD index bf3c9d14db2..913589fc3a5 100644 --- a/pkg/registry/generic/BUILD +++ b/pkg/registry/generic/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/generic/registry/BUILD b/pkg/registry/generic/registry/BUILD index 26ebe435496..bb99ba11556 100644 --- a/pkg/registry/generic/registry/BUILD +++ b/pkg/registry/generic/registry/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/generic/rest/BUILD b/pkg/registry/generic/rest/BUILD index 46f40083062..d5d2bc93c7b 100644 --- a/pkg/registry/generic/rest/BUILD +++ b/pkg/registry/generic/rest/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/policy/poddisruptionbudget/BUILD b/pkg/registry/policy/poddisruptionbudget/BUILD index c613d336109..66967ecf49f 100644 --- a/pkg/registry/policy/poddisruptionbudget/BUILD +++ b/pkg/registry/policy/poddisruptionbudget/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/policy/poddisruptionbudget/etcd/BUILD b/pkg/registry/policy/poddisruptionbudget/etcd/BUILD index e539bd202f9..7d097051f5c 100644 --- a/pkg/registry/policy/poddisruptionbudget/etcd/BUILD +++ b/pkg/registry/policy/poddisruptionbudget/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/policy/rest/BUILD b/pkg/registry/policy/rest/BUILD index 09262067c53..72b083053a1 100644 --- a/pkg/registry/policy/rest/BUILD +++ b/pkg/registry/policy/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/BUILD b/pkg/registry/rbac/BUILD index 2bfd0548850..e26220b933c 100644 --- a/pkg/registry/rbac/BUILD +++ b/pkg/registry/rbac/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrole/BUILD b/pkg/registry/rbac/clusterrole/BUILD index 1eb309d4b51..acdbfe7ef92 100644 --- a/pkg/registry/rbac/clusterrole/BUILD +++ b/pkg/registry/rbac/clusterrole/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrole/etcd/BUILD b/pkg/registry/rbac/clusterrole/etcd/BUILD index 7c20e1370c8..d2fa20b6920 100644 --- a/pkg/registry/rbac/clusterrole/etcd/BUILD +++ b/pkg/registry/rbac/clusterrole/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrole/policybased/BUILD b/pkg/registry/rbac/clusterrole/policybased/BUILD index 471621ee621..71350bb7d88 100644 --- a/pkg/registry/rbac/clusterrole/policybased/BUILD +++ b/pkg/registry/rbac/clusterrole/policybased/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrolebinding/BUILD b/pkg/registry/rbac/clusterrolebinding/BUILD index 1eb309d4b51..acdbfe7ef92 100644 --- a/pkg/registry/rbac/clusterrolebinding/BUILD +++ b/pkg/registry/rbac/clusterrolebinding/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrolebinding/etcd/BUILD b/pkg/registry/rbac/clusterrolebinding/etcd/BUILD index 625903dc272..d6adaa50386 100644 --- a/pkg/registry/rbac/clusterrolebinding/etcd/BUILD +++ b/pkg/registry/rbac/clusterrolebinding/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/clusterrolebinding/policybased/BUILD b/pkg/registry/rbac/clusterrolebinding/policybased/BUILD index 471621ee621..71350bb7d88 100644 --- a/pkg/registry/rbac/clusterrolebinding/policybased/BUILD +++ b/pkg/registry/rbac/clusterrolebinding/policybased/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/rest/BUILD b/pkg/registry/rbac/rest/BUILD index 7da80dad83b..7fa5d4e4c41 100644 --- a/pkg/registry/rbac/rest/BUILD +++ b/pkg/registry/rbac/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/role/BUILD b/pkg/registry/rbac/role/BUILD index 1eb309d4b51..acdbfe7ef92 100644 --- a/pkg/registry/rbac/role/BUILD +++ b/pkg/registry/rbac/role/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/role/etcd/BUILD b/pkg/registry/rbac/role/etcd/BUILD index 444d8c8a2ce..eccd4fd7c5e 100644 --- a/pkg/registry/rbac/role/etcd/BUILD +++ b/pkg/registry/rbac/role/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/role/policybased/BUILD b/pkg/registry/rbac/role/policybased/BUILD index 471621ee621..71350bb7d88 100644 --- a/pkg/registry/rbac/role/policybased/BUILD +++ b/pkg/registry/rbac/role/policybased/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/rolebinding/BUILD b/pkg/registry/rbac/rolebinding/BUILD index 1eb309d4b51..acdbfe7ef92 100644 --- a/pkg/registry/rbac/rolebinding/BUILD +++ b/pkg/registry/rbac/rolebinding/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/rolebinding/etcd/BUILD b/pkg/registry/rbac/rolebinding/etcd/BUILD index d3310059250..9f69d617925 100644 --- a/pkg/registry/rbac/rolebinding/etcd/BUILD +++ b/pkg/registry/rbac/rolebinding/etcd/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/rbac/rolebinding/policybased/BUILD b/pkg/registry/rbac/rolebinding/policybased/BUILD index 471621ee621..71350bb7d88 100644 --- a/pkg/registry/rbac/rolebinding/policybased/BUILD +++ b/pkg/registry/rbac/rolebinding/policybased/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/registrytest/BUILD b/pkg/registry/registrytest/BUILD index eba8947f7b8..d4433d3be25 100644 --- a/pkg/registry/registrytest/BUILD +++ b/pkg/registry/registrytest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/storage/rest/BUILD b/pkg/registry/storage/rest/BUILD index 7d108a4ef74..42304570edb 100644 --- a/pkg/registry/storage/rest/BUILD +++ b/pkg/registry/storage/rest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/storage/storageclass/BUILD b/pkg/registry/storage/storageclass/BUILD index 5fc5105a3e5..cc1af209703 100644 --- a/pkg/registry/storage/storageclass/BUILD +++ b/pkg/registry/storage/storageclass/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/registry/storage/storageclass/etcd/BUILD b/pkg/registry/storage/storageclass/etcd/BUILD index f59fcb53d57..5a85dd681c2 100644 --- a/pkg/registry/storage/storageclass/etcd/BUILD +++ b/pkg/registry/storage/storageclass/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/routes/BUILD b/pkg/routes/BUILD index 0ee6f573260..c353116ded7 100644 --- a/pkg/routes/BUILD +++ b/pkg/routes/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/BUILD b/pkg/runtime/BUILD index 22e7a135ca6..22bd2e3cdcd 100644 --- a/pkg/runtime/BUILD +++ b/pkg/runtime/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/schema/BUILD b/pkg/runtime/schema/BUILD index 0f30514b8cb..0613ff5f72b 100644 --- a/pkg/runtime/schema/BUILD +++ b/pkg/runtime/schema/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/BUILD b/pkg/runtime/serializer/BUILD index 19d2d41ebd3..6d3cc0aa630 100644 --- a/pkg/runtime/serializer/BUILD +++ b/pkg/runtime/serializer/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/json/BUILD b/pkg/runtime/serializer/json/BUILD index 1e8d7cb2c36..71090692864 100644 --- a/pkg/runtime/serializer/json/BUILD +++ b/pkg/runtime/serializer/json/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/protobuf/BUILD b/pkg/runtime/serializer/protobuf/BUILD index 618a2597c46..854d26ca509 100644 --- a/pkg/runtime/serializer/protobuf/BUILD +++ b/pkg/runtime/serializer/protobuf/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/recognizer/BUILD b/pkg/runtime/serializer/recognizer/BUILD index c6fa3153183..ff026c521a4 100644 --- a/pkg/runtime/serializer/recognizer/BUILD +++ b/pkg/runtime/serializer/recognizer/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/recognizer/testing/BUILD b/pkg/runtime/serializer/recognizer/testing/BUILD new file mode 100644 index 00000000000..f2114df0381 --- /dev/null +++ b/pkg/runtime/serializer/recognizer/testing/BUILD @@ -0,0 +1,20 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["recognizer_test.go"], + tags = ["automanaged"], + deps = [ + "//pkg/runtime:go_default_library", + "//pkg/runtime/schema:go_default_library", + "//pkg/runtime/serializer/json:go_default_library", + "//pkg/runtime/serializer/recognizer:go_default_library", + ], +) diff --git a/pkg/runtime/serializer/streaming/BUILD b/pkg/runtime/serializer/streaming/BUILD index ea7fcb294a2..575083c1ab1 100644 --- a/pkg/runtime/serializer/streaming/BUILD +++ b/pkg/runtime/serializer/streaming/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/versioning/BUILD b/pkg/runtime/serializer/versioning/BUILD index 6954fb2b67c..930e1bbb76c 100644 --- a/pkg/runtime/serializer/versioning/BUILD +++ b/pkg/runtime/serializer/versioning/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/runtime/serializer/yaml/BUILD b/pkg/runtime/serializer/yaml/BUILD index 0c9d98fbcc5..4962ee35896 100644 --- a/pkg/runtime/serializer/yaml/BUILD +++ b/pkg/runtime/serializer/yaml/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/BUILD b/pkg/security/BUILD index b80bb3379f2..72e02123044 100644 --- a/pkg/security/BUILD +++ b/pkg/security/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/apparmor/BUILD b/pkg/security/apparmor/BUILD index 06aa72e0cc3..fd934e65fc7 100644 --- a/pkg/security/apparmor/BUILD +++ b/pkg/security/apparmor/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/BUILD b/pkg/security/podsecuritypolicy/BUILD index f522207598c..ab01846085d 100644 --- a/pkg/security/podsecuritypolicy/BUILD +++ b/pkg/security/podsecuritypolicy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/apparmor/BUILD b/pkg/security/podsecuritypolicy/apparmor/BUILD index a2ab1efc76d..62b44ef5106 100644 --- a/pkg/security/podsecuritypolicy/apparmor/BUILD +++ b/pkg/security/podsecuritypolicy/apparmor/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/capabilities/BUILD b/pkg/security/podsecuritypolicy/capabilities/BUILD index 3fa84854088..57908b7d2fe 100644 --- a/pkg/security/podsecuritypolicy/capabilities/BUILD +++ b/pkg/security/podsecuritypolicy/capabilities/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/group/BUILD b/pkg/security/podsecuritypolicy/group/BUILD index c95227dc89c..0cb76861912 100644 --- a/pkg/security/podsecuritypolicy/group/BUILD +++ b/pkg/security/podsecuritypolicy/group/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/seccomp/BUILD b/pkg/security/podsecuritypolicy/seccomp/BUILD index ee7ed1c207d..e72b07b414e 100644 --- a/pkg/security/podsecuritypolicy/seccomp/BUILD +++ b/pkg/security/podsecuritypolicy/seccomp/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/selinux/BUILD b/pkg/security/podsecuritypolicy/selinux/BUILD index 175fd15b5f4..adc5756b2e4 100644 --- a/pkg/security/podsecuritypolicy/selinux/BUILD +++ b/pkg/security/podsecuritypolicy/selinux/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/sysctl/BUILD b/pkg/security/podsecuritypolicy/sysctl/BUILD index 307525ad8a8..ba85f45bb92 100644 --- a/pkg/security/podsecuritypolicy/sysctl/BUILD +++ b/pkg/security/podsecuritypolicy/sysctl/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/user/BUILD b/pkg/security/podsecuritypolicy/user/BUILD index 73987144fa2..f77ca18f897 100644 --- a/pkg/security/podsecuritypolicy/user/BUILD +++ b/pkg/security/podsecuritypolicy/user/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/security/podsecuritypolicy/util/BUILD b/pkg/security/podsecuritypolicy/util/BUILD index 7fece928fa1..b54f07eae73 100644 --- a/pkg/security/podsecuritypolicy/util/BUILD +++ b/pkg/security/podsecuritypolicy/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/securitycontext/BUILD b/pkg/securitycontext/BUILD index 05541864581..277d9177ac8 100644 --- a/pkg/securitycontext/BUILD +++ b/pkg/securitycontext/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/selection/BUILD b/pkg/selection/BUILD index 3e3b5898039..55859fef69c 100644 --- a/pkg/selection/BUILD +++ b/pkg/selection/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/serviceaccount/BUILD b/pkg/serviceaccount/BUILD index 81d4f0af9cd..002cc4de676 100644 --- a/pkg/serviceaccount/BUILD +++ b/pkg/serviceaccount/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/ssh/BUILD b/pkg/ssh/BUILD index 719429402f6..abc31b3e265 100644 --- a/pkg/ssh/BUILD +++ b/pkg/ssh/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/BUILD b/pkg/storage/BUILD index fc2fa17f804..c3136d91ad1 100644 --- a/pkg/storage/BUILD +++ b/pkg/storage/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/BUILD b/pkg/storage/etcd/BUILD index 622f91dd177..957bc997a19 100644 --- a/pkg/storage/etcd/BUILD +++ b/pkg/storage/etcd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/etcdtest/BUILD b/pkg/storage/etcd/etcdtest/BUILD index ee28515d836..aacd239af00 100644 --- a/pkg/storage/etcd/etcdtest/BUILD +++ b/pkg/storage/etcd/etcdtest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/metrics/BUILD b/pkg/storage/etcd/metrics/BUILD index 568b3a5322e..bdcfe397f82 100644 --- a/pkg/storage/etcd/metrics/BUILD +++ b/pkg/storage/etcd/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/testing/BUILD b/pkg/storage/etcd/testing/BUILD index 0dc849e4413..e4f50589168 100644 --- a/pkg/storage/etcd/testing/BUILD +++ b/pkg/storage/etcd/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/testing/testingcert/BUILD b/pkg/storage/etcd/testing/testingcert/BUILD index 50a5335b9d6..1e180a4133c 100644 --- a/pkg/storage/etcd/testing/testingcert/BUILD +++ b/pkg/storage/etcd/testing/testingcert/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd/util/BUILD b/pkg/storage/etcd/util/BUILD index 2b942f113f0..eec82dd5e08 100644 --- a/pkg/storage/etcd/util/BUILD +++ b/pkg/storage/etcd/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/etcd3/BUILD b/pkg/storage/etcd3/BUILD index 8aadec4a284..be1a56fccbf 100644 --- a/pkg/storage/etcd3/BUILD +++ b/pkg/storage/etcd3/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/storagebackend/BUILD b/pkg/storage/storagebackend/BUILD index 34c813ea26e..174124e3093 100644 --- a/pkg/storage/storagebackend/BUILD +++ b/pkg/storage/storagebackend/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/storagebackend/factory/BUILD b/pkg/storage/storagebackend/factory/BUILD index 0ed83ac27b4..22f26dca279 100644 --- a/pkg/storage/storagebackend/factory/BUILD +++ b/pkg/storage/storagebackend/factory/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/storage/testing/BUILD b/pkg/storage/testing/BUILD index 4d786735ca4..363bec143b9 100644 --- a/pkg/storage/testing/BUILD +++ b/pkg/storage/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/types/BUILD b/pkg/types/BUILD index 329970fb8fc..3b4b25c0f17 100644 --- a/pkg/types/BUILD +++ b/pkg/types/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/BUILD b/pkg/util/BUILD index 7886876e77c..4929e6bd1d4 100644 --- a/pkg/util/BUILD +++ b/pkg/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/async/BUILD b/pkg/util/async/BUILD index 405337eb4c7..7cfb783ba57 100644 --- a/pkg/util/async/BUILD +++ b/pkg/util/async/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/bandwidth/BUILD b/pkg/util/bandwidth/BUILD index c006a122476..334cd114ec0 100644 --- a/pkg/util/bandwidth/BUILD +++ b/pkg/util/bandwidth/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/cache/BUILD b/pkg/util/cache/BUILD index 8be360a32e3..518d8c1c24d 100644 --- a/pkg/util/cache/BUILD +++ b/pkg/util/cache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/cert/BUILD b/pkg/util/cert/BUILD index b6e64bbf7f4..76b006f7e29 100644 --- a/pkg/util/cert/BUILD +++ b/pkg/util/cert/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/cert/triple/BUILD b/pkg/util/cert/triple/BUILD index a47b9b8c874..262b38aac06 100644 --- a/pkg/util/cert/triple/BUILD +++ b/pkg/util/cert/triple/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/chmod/BUILD b/pkg/util/chmod/BUILD index 8a57c2b2c30..7c52b2bf16c 100644 --- a/pkg/util/chmod/BUILD +++ b/pkg/util/chmod/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/chown/BUILD b/pkg/util/chown/BUILD index ee8ae7e3441..60fb1d9d480 100644 --- a/pkg/util/chown/BUILD +++ b/pkg/util/chown/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/clock/BUILD b/pkg/util/clock/BUILD index c2a83606546..06923f72510 100644 --- a/pkg/util/clock/BUILD +++ b/pkg/util/clock/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/codeinspector/BUILD b/pkg/util/codeinspector/BUILD index c22000cf93c..aa19946af91 100644 --- a/pkg/util/codeinspector/BUILD +++ b/pkg/util/codeinspector/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/config/BUILD b/pkg/util/config/BUILD index 30d4214b415..0eb090d9c13 100644 --- a/pkg/util/config/BUILD +++ b/pkg/util/config/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/configz/BUILD b/pkg/util/configz/BUILD index 8d65928a3ea..bbdaff43944 100644 --- a/pkg/util/configz/BUILD +++ b/pkg/util/configz/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/crlf/BUILD b/pkg/util/crlf/BUILD index 7b8558ceb2e..4af33b86f5c 100644 --- a/pkg/util/crlf/BUILD +++ b/pkg/util/crlf/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/dbus/BUILD b/pkg/util/dbus/BUILD index f5d4cb5fe47..354760d86d6 100644 --- a/pkg/util/dbus/BUILD +++ b/pkg/util/dbus/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/diff/BUILD b/pkg/util/diff/BUILD index f55005e692c..9a539732f72 100644 --- a/pkg/util/diff/BUILD +++ b/pkg/util/diff/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/ebtables/BUILD b/pkg/util/ebtables/BUILD index a0e87ff90ec..7ed67c1d839 100644 --- a/pkg/util/ebtables/BUILD +++ b/pkg/util/ebtables/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/env/BUILD b/pkg/util/env/BUILD index 5ba5bbcc13e..8ec4d842db6 100644 --- a/pkg/util/env/BUILD +++ b/pkg/util/env/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/errors/BUILD b/pkg/util/errors/BUILD index 96969262083..82946148f85 100644 --- a/pkg/util/errors/BUILD +++ b/pkg/util/errors/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/exec/BUILD b/pkg/util/exec/BUILD index 93cfd55a241..820c7fd4afd 100644 --- a/pkg/util/exec/BUILD +++ b/pkg/util/exec/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/flag/BUILD b/pkg/util/flag/BUILD index c8b633a86c3..0688abaffd0 100644 --- a/pkg/util/flag/BUILD +++ b/pkg/util/flag/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/flock/BUILD b/pkg/util/flock/BUILD index 7e88093f487..15b682a7d77 100644 --- a/pkg/util/flock/BUILD +++ b/pkg/util/flock/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/flowcontrol/BUILD b/pkg/util/flowcontrol/BUILD index 433cd4350e9..5d6ccc55cef 100644 --- a/pkg/util/flowcontrol/BUILD +++ b/pkg/util/flowcontrol/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/flushwriter/BUILD b/pkg/util/flushwriter/BUILD index 5a652be3999..23afb6f31e8 100644 --- a/pkg/util/flushwriter/BUILD +++ b/pkg/util/flushwriter/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/framer/BUILD b/pkg/util/framer/BUILD index 8aebf20ea52..ad35423f0f2 100644 --- a/pkg/util/framer/BUILD +++ b/pkg/util/framer/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/goroutinemap/BUILD b/pkg/util/goroutinemap/BUILD index 0046c50a219..6cb6a098922 100644 --- a/pkg/util/goroutinemap/BUILD +++ b/pkg/util/goroutinemap/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/goroutinemap/exponentialbackoff/BUILD b/pkg/util/goroutinemap/exponentialbackoff/BUILD index d23f4e7aafa..ba309ef58fc 100644 --- a/pkg/util/goroutinemap/exponentialbackoff/BUILD +++ b/pkg/util/goroutinemap/exponentialbackoff/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/hash/BUILD b/pkg/util/hash/BUILD index 3102e4f7e28..ca735854721 100644 --- a/pkg/util/hash/BUILD +++ b/pkg/util/hash/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/homedir/BUILD b/pkg/util/homedir/BUILD index 7469791c3bb..aa49fefb554 100644 --- a/pkg/util/homedir/BUILD +++ b/pkg/util/homedir/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/httpstream/BUILD b/pkg/util/httpstream/BUILD index 679f0c23f4b..0c0f914aaa9 100644 --- a/pkg/util/httpstream/BUILD +++ b/pkg/util/httpstream/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/httpstream/spdy/BUILD b/pkg/util/httpstream/spdy/BUILD index d2994f158b8..3e312571dde 100644 --- a/pkg/util/httpstream/spdy/BUILD +++ b/pkg/util/httpstream/spdy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/initsystem/BUILD b/pkg/util/initsystem/BUILD index 885803b1098..bb52cd797a4 100644 --- a/pkg/util/initsystem/BUILD +++ b/pkg/util/initsystem/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/integer/BUILD b/pkg/util/integer/BUILD index 94a36b1f1f7..445c87d8caf 100644 --- a/pkg/util/integer/BUILD +++ b/pkg/util/integer/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/interrupt/BUILD b/pkg/util/interrupt/BUILD index 5e16b4467e1..0fc1c7522b1 100644 --- a/pkg/util/interrupt/BUILD +++ b/pkg/util/interrupt/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/intstr/BUILD b/pkg/util/intstr/BUILD index 0d31a74cca3..69c99487907 100644 --- a/pkg/util/intstr/BUILD +++ b/pkg/util/intstr/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/io/BUILD b/pkg/util/io/BUILD index 0f4959ddd4c..73d837724a9 100644 --- a/pkg/util/io/BUILD +++ b/pkg/util/io/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/iptables/BUILD b/pkg/util/iptables/BUILD index a5b99192bb9..00963243883 100644 --- a/pkg/util/iptables/BUILD +++ b/pkg/util/iptables/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/iptables/testing/BUILD b/pkg/util/iptables/testing/BUILD index 6b713aa6d35..4058c3b2d8d 100644 --- a/pkg/util/iptables/testing/BUILD +++ b/pkg/util/iptables/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/json/BUILD b/pkg/util/json/BUILD index 50d42e4c02a..f7707ad99aa 100644 --- a/pkg/util/json/BUILD +++ b/pkg/util/json/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/jsonpath/BUILD b/pkg/util/jsonpath/BUILD index 82a107ada87..21c56971779 100644 --- a/pkg/util/jsonpath/BUILD +++ b/pkg/util/jsonpath/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/keymutex/BUILD b/pkg/util/keymutex/BUILD index aa3c0b98516..9b4e7c988e2 100644 --- a/pkg/util/keymutex/BUILD +++ b/pkg/util/keymutex/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/labels/BUILD b/pkg/util/labels/BUILD index c3489de07f0..2ead8e9e6d8 100644 --- a/pkg/util/labels/BUILD +++ b/pkg/util/labels/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/limitwriter/BUILD b/pkg/util/limitwriter/BUILD index 09f86aefbdc..6b5a214cfa1 100644 --- a/pkg/util/limitwriter/BUILD +++ b/pkg/util/limitwriter/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/logs/BUILD b/pkg/util/logs/BUILD index c3c8146598b..d25571006d7 100644 --- a/pkg/util/logs/BUILD +++ b/pkg/util/logs/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/maps/BUILD b/pkg/util/maps/BUILD index e3738fb6938..8720238bdc2 100644 --- a/pkg/util/maps/BUILD +++ b/pkg/util/maps/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/metrics/BUILD b/pkg/util/metrics/BUILD index 1c3767a0ea6..a181bfa6394 100644 --- a/pkg/util/metrics/BUILD +++ b/pkg/util/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/mount/BUILD b/pkg/util/mount/BUILD index a30c6992e22..a62976d6b67 100644 --- a/pkg/util/mount/BUILD +++ b/pkg/util/mount/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/net/BUILD b/pkg/util/net/BUILD index 75202eaede0..c82d61a06db 100644 --- a/pkg/util/net/BUILD +++ b/pkg/util/net/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/net/sets/BUILD b/pkg/util/net/sets/BUILD index 05c9bb745a4..6fec623659d 100644 --- a/pkg/util/net/sets/BUILD +++ b/pkg/util/net/sets/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/netsh/BUILD b/pkg/util/netsh/BUILD index a73247d5d8b..4532dfaad9e 100644 --- a/pkg/util/netsh/BUILD +++ b/pkg/util/netsh/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/netsh/testing/BUILD b/pkg/util/netsh/testing/BUILD index 7dc29aeb348..0be9a94112b 100644 --- a/pkg/util/netsh/testing/BUILD +++ b/pkg/util/netsh/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/node/BUILD b/pkg/util/node/BUILD index 62b87c9a7f8..2a79eb4f70d 100644 --- a/pkg/util/node/BUILD +++ b/pkg/util/node/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/oom/BUILD b/pkg/util/oom/BUILD index 5d8569631f9..7afbc57b87b 100644 --- a/pkg/util/oom/BUILD +++ b/pkg/util/oom/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/parsers/BUILD b/pkg/util/parsers/BUILD index f9341cfc54e..4c9ae681a29 100644 --- a/pkg/util/parsers/BUILD +++ b/pkg/util/parsers/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/procfs/BUILD b/pkg/util/procfs/BUILD index 99096854391..b70bf358340 100644 --- a/pkg/util/procfs/BUILD +++ b/pkg/util/procfs/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/proxy/BUILD b/pkg/util/proxy/BUILD index 3ac1d3dc5f3..a9f492eade9 100644 --- a/pkg/util/proxy/BUILD +++ b/pkg/util/proxy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/rand/BUILD b/pkg/util/rand/BUILD index c9489e7bb2b..01d8db0f242 100644 --- a/pkg/util/rand/BUILD +++ b/pkg/util/rand/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/resourcecontainer/BUILD b/pkg/util/resourcecontainer/BUILD index b1022f7d7d3..1cb4c9aee31 100644 --- a/pkg/util/resourcecontainer/BUILD +++ b/pkg/util/resourcecontainer/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/rlimit/BUILD b/pkg/util/rlimit/BUILD index f08e3c96e2a..e77a4c20bbf 100644 --- a/pkg/util/rlimit/BUILD +++ b/pkg/util/rlimit/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/runtime/BUILD b/pkg/util/runtime/BUILD index 86807a5af98..9374fea9e89 100644 --- a/pkg/util/runtime/BUILD +++ b/pkg/util/runtime/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/selinux/BUILD b/pkg/util/selinux/BUILD index eb8688da7f8..44af693cc7a 100644 --- a/pkg/util/selinux/BUILD +++ b/pkg/util/selinux/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/sets/BUILD b/pkg/util/sets/BUILD index f751da67e14..241f7fe79e8 100644 --- a/pkg/util/sets/BUILD +++ b/pkg/util/sets/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/sets/types/BUILD b/pkg/util/sets/types/BUILD index f35b0ee0a80..7afc7f5cc12 100644 --- a/pkg/util/sets/types/BUILD +++ b/pkg/util/sets/types/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/slice/BUILD b/pkg/util/slice/BUILD index b2d65e21727..9592aa73385 100644 --- a/pkg/util/slice/BUILD +++ b/pkg/util/slice/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/strategicpatch/BUILD b/pkg/util/strategicpatch/BUILD index 433b7a295d8..37fee1737b1 100644 --- a/pkg/util/strategicpatch/BUILD +++ b/pkg/util/strategicpatch/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/strings/BUILD b/pkg/util/strings/BUILD index ebf259995ee..4dcbb09158f 100644 --- a/pkg/util/strings/BUILD +++ b/pkg/util/strings/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/sysctl/BUILD b/pkg/util/sysctl/BUILD index 3fe03e7a05a..f98dc39d847 100644 --- a/pkg/util/sysctl/BUILD +++ b/pkg/util/sysctl/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/sysctl/testing/BUILD b/pkg/util/sysctl/testing/BUILD index 7a387a11fa4..1765578ab38 100644 --- a/pkg/util/sysctl/testing/BUILD +++ b/pkg/util/sysctl/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/system/BUILD b/pkg/util/system/BUILD index 1b344509b86..bc2ba5fe95d 100644 --- a/pkg/util/system/BUILD +++ b/pkg/util/system/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/taints/BUILD b/pkg/util/taints/BUILD index 64c4aa24b46..70192dfd491 100644 --- a/pkg/util/taints/BUILD +++ b/pkg/util/taints/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/term/BUILD b/pkg/util/term/BUILD index 7b176496f96..846df22397a 100644 --- a/pkg/util/term/BUILD +++ b/pkg/util/term/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/testing/BUILD b/pkg/util/testing/BUILD index 1f9dd4af771..b314a312918 100644 --- a/pkg/util/testing/BUILD +++ b/pkg/util/testing/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/threading/BUILD b/pkg/util/threading/BUILD index b8eef2d904a..05f68918091 100644 --- a/pkg/util/threading/BUILD +++ b/pkg/util/threading/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/uuid/BUILD b/pkg/util/uuid/BUILD index f24fb9eb2ba..93db01a99a1 100644 --- a/pkg/util/uuid/BUILD +++ b/pkg/util/uuid/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/validation/BUILD b/pkg/util/validation/BUILD index bd164eb17be..c0172ad01a1 100644 --- a/pkg/util/validation/BUILD +++ b/pkg/util/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/validation/field/BUILD b/pkg/util/validation/field/BUILD index 91f2a6beca2..73041e95750 100644 --- a/pkg/util/validation/field/BUILD +++ b/pkg/util/validation/field/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/wait/BUILD b/pkg/util/wait/BUILD index adb9c944318..c77b97167fb 100644 --- a/pkg/util/wait/BUILD +++ b/pkg/util/wait/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/workqueue/BUILD b/pkg/util/workqueue/BUILD index 8b8e98d92a6..57f5570961c 100644 --- a/pkg/util/workqueue/BUILD +++ b/pkg/util/workqueue/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/workqueue/prometheus/BUILD b/pkg/util/workqueue/prometheus/BUILD index be5ffda1ccd..78868cfd16f 100644 --- a/pkg/util/workqueue/prometheus/BUILD +++ b/pkg/util/workqueue/prometheus/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/wsstream/BUILD b/pkg/util/wsstream/BUILD index 95539293875..207be611999 100644 --- a/pkg/util/wsstream/BUILD +++ b/pkg/util/wsstream/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/util/yaml/BUILD b/pkg/util/yaml/BUILD index 71fdcaae00e..2d1810e827f 100644 --- a/pkg/util/yaml/BUILD +++ b/pkg/util/yaml/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/version/BUILD b/pkg/version/BUILD index ea9a21b6dd3..e8620a9bc40 100644 --- a/pkg/version/BUILD +++ b/pkg/version/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/version/prometheus/BUILD b/pkg/version/prometheus/BUILD index b7ccb1b5c1c..f7b38c5481d 100644 --- a/pkg/version/prometheus/BUILD +++ b/pkg/version/prometheus/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/version/verflag/BUILD b/pkg/version/verflag/BUILD index 8184828a61f..92751aba6ff 100644 --- a/pkg/version/verflag/BUILD +++ b/pkg/version/verflag/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/BUILD b/pkg/volume/BUILD index 0c710f7a8c1..a4f7e90b4be 100644 --- a/pkg/volume/BUILD +++ b/pkg/volume/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/aws_ebs/BUILD b/pkg/volume/aws_ebs/BUILD index 0387503de6e..45514c7c72e 100644 --- a/pkg/volume/aws_ebs/BUILD +++ b/pkg/volume/aws_ebs/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/azure_dd/BUILD b/pkg/volume/azure_dd/BUILD index ecdbda4ed85..8a119012d25 100644 --- a/pkg/volume/azure_dd/BUILD +++ b/pkg/volume/azure_dd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/azure_file/BUILD b/pkg/volume/azure_file/BUILD index 2686d6156b2..bb4a59e0753 100644 --- a/pkg/volume/azure_file/BUILD +++ b/pkg/volume/azure_file/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/cephfs/BUILD b/pkg/volume/cephfs/BUILD index 086df0625ef..9d5d2171797 100644 --- a/pkg/volume/cephfs/BUILD +++ b/pkg/volume/cephfs/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/cinder/BUILD b/pkg/volume/cinder/BUILD index 6a5dda70d65..134a43937eb 100644 --- a/pkg/volume/cinder/BUILD +++ b/pkg/volume/cinder/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/configmap/BUILD b/pkg/volume/configmap/BUILD index 3b776db4599..663ceef14e3 100644 --- a/pkg/volume/configmap/BUILD +++ b/pkg/volume/configmap/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/downwardapi/BUILD b/pkg/volume/downwardapi/BUILD index bef04f30266..85f02cfdc56 100644 --- a/pkg/volume/downwardapi/BUILD +++ b/pkg/volume/downwardapi/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/empty_dir/BUILD b/pkg/volume/empty_dir/BUILD index 16175ff7ddc..d7ab32514b0 100644 --- a/pkg/volume/empty_dir/BUILD +++ b/pkg/volume/empty_dir/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/fc/BUILD b/pkg/volume/fc/BUILD index 0d61e00c320..09d40e4f3f6 100644 --- a/pkg/volume/fc/BUILD +++ b/pkg/volume/fc/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/flexvolume/BUILD b/pkg/volume/flexvolume/BUILD index 15e4bd79fc2..5eb5a64b6e1 100644 --- a/pkg/volume/flexvolume/BUILD +++ b/pkg/volume/flexvolume/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/flocker/BUILD b/pkg/volume/flocker/BUILD index 82cdb8d0863..b8d10e68fac 100644 --- a/pkg/volume/flocker/BUILD +++ b/pkg/volume/flocker/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/gce_pd/BUILD b/pkg/volume/gce_pd/BUILD index 77f25094dc1..357de947bc6 100644 --- a/pkg/volume/gce_pd/BUILD +++ b/pkg/volume/gce_pd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/git_repo/BUILD b/pkg/volume/git_repo/BUILD index ee5bb19b836..590916496f5 100644 --- a/pkg/volume/git_repo/BUILD +++ b/pkg/volume/git_repo/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/glusterfs/BUILD b/pkg/volume/glusterfs/BUILD index 6c10922a0eb..a28a90b9d81 100644 --- a/pkg/volume/glusterfs/BUILD +++ b/pkg/volume/glusterfs/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/host_path/BUILD b/pkg/volume/host_path/BUILD index 1fab218115c..d80a5869be5 100644 --- a/pkg/volume/host_path/BUILD +++ b/pkg/volume/host_path/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/iscsi/BUILD b/pkg/volume/iscsi/BUILD index 396403043a5..42dad187ea4 100644 --- a/pkg/volume/iscsi/BUILD +++ b/pkg/volume/iscsi/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/nfs/BUILD b/pkg/volume/nfs/BUILD index 4d1baa565ef..5741bf9f277 100644 --- a/pkg/volume/nfs/BUILD +++ b/pkg/volume/nfs/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/photon_pd/BUILD b/pkg/volume/photon_pd/BUILD index 29124dc6561..855a9b0a118 100644 --- a/pkg/volume/photon_pd/BUILD +++ b/pkg/volume/photon_pd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/quobyte/BUILD b/pkg/volume/quobyte/BUILD index b0f6310ef9a..e48d1142f84 100644 --- a/pkg/volume/quobyte/BUILD +++ b/pkg/volume/quobyte/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/rbd/BUILD b/pkg/volume/rbd/BUILD index 5a175897788..a3efa5defc8 100644 --- a/pkg/volume/rbd/BUILD +++ b/pkg/volume/rbd/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/secret/BUILD b/pkg/volume/secret/BUILD index 41f548958b1..73b773cecb3 100644 --- a/pkg/volume/secret/BUILD +++ b/pkg/volume/secret/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/testing/BUILD b/pkg/volume/testing/BUILD index 247c736ab3c..9aebdcd50ae 100644 --- a/pkg/volume/testing/BUILD +++ b/pkg/volume/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/util/BUILD b/pkg/volume/util/BUILD index 990386cf260..ffe1b0b4d9f 100644 --- a/pkg/volume/util/BUILD +++ b/pkg/volume/util/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/util/nestedpendingoperations/BUILD b/pkg/volume/util/nestedpendingoperations/BUILD index 92587a9e343..2e3d9081c65 100644 --- a/pkg/volume/util/nestedpendingoperations/BUILD +++ b/pkg/volume/util/nestedpendingoperations/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/util/operationexecutor/BUILD b/pkg/volume/util/operationexecutor/BUILD index f4c81b3add6..c726a4b21f8 100644 --- a/pkg/volume/util/operationexecutor/BUILD +++ b/pkg/volume/util/operationexecutor/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/util/types/BUILD b/pkg/volume/util/types/BUILD index ded660072f3..3e49c0e613a 100644 --- a/pkg/volume/util/types/BUILD +++ b/pkg/volume/util/types/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/util/volumehelper/BUILD b/pkg/volume/util/volumehelper/BUILD index d12ebd25284..17bd5439776 100644 --- a/pkg/volume/util/volumehelper/BUILD +++ b/pkg/volume/util/volumehelper/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/volume/vsphere_volume/BUILD b/pkg/volume/vsphere_volume/BUILD index 8919693939f..413fc211c17 100644 --- a/pkg/volume/vsphere_volume/BUILD +++ b/pkg/volume/vsphere_volume/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/watch/BUILD b/pkg/watch/BUILD index 5d055d0ae90..5771f0e039a 100644 --- a/pkg/watch/BUILD +++ b/pkg/watch/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/pkg/watch/json/BUILD b/pkg/watch/json/BUILD index b6bba875a51..5e04b41bfd6 100644 --- a/pkg/watch/json/BUILD +++ b/pkg/watch/json/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/pkg/watch/versioned/BUILD b/pkg/watch/versioned/BUILD index 4ee0ef8930d..5d58f559d5c 100644 --- a/pkg/watch/versioned/BUILD +++ b/pkg/watch/versioned/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/cmd/kube-scheduler/BUILD b/plugin/cmd/kube-scheduler/BUILD index 3520240cdd9..8290c79c4fa 100644 --- a/plugin/cmd/kube-scheduler/BUILD +++ b/plugin/cmd/kube-scheduler/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/plugin/cmd/kube-scheduler/app/BUILD b/plugin/cmd/kube-scheduler/app/BUILD index 82a9e150abc..9fb045c788e 100644 --- a/plugin/cmd/kube-scheduler/app/BUILD +++ b/plugin/cmd/kube-scheduler/app/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/cmd/kube-scheduler/app/options/BUILD b/plugin/cmd/kube-scheduler/app/options/BUILD index a2503adac99..57e2d486fe5 100644 --- a/plugin/cmd/kube-scheduler/app/options/BUILD +++ b/plugin/cmd/kube-scheduler/app/options/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/admit/BUILD b/plugin/pkg/admission/admit/BUILD index 7d61fb90f9e..dd94c7a2527 100644 --- a/plugin/pkg/admission/admit/BUILD +++ b/plugin/pkg/admission/admit/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/alwayspullimages/BUILD b/plugin/pkg/admission/alwayspullimages/BUILD index 60691060cd1..ca0b696254f 100644 --- a/plugin/pkg/admission/alwayspullimages/BUILD +++ b/plugin/pkg/admission/alwayspullimages/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/antiaffinity/BUILD b/plugin/pkg/admission/antiaffinity/BUILD index dba7d666885..f6c335b213e 100644 --- a/plugin/pkg/admission/antiaffinity/BUILD +++ b/plugin/pkg/admission/antiaffinity/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/deny/BUILD b/plugin/pkg/admission/deny/BUILD index 1cfec4d81f2..e93f0102db4 100644 --- a/plugin/pkg/admission/deny/BUILD +++ b/plugin/pkg/admission/deny/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/exec/BUILD b/plugin/pkg/admission/exec/BUILD index 5abc885f700..3319f90ccba 100644 --- a/plugin/pkg/admission/exec/BUILD +++ b/plugin/pkg/admission/exec/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/gc/BUILD b/plugin/pkg/admission/gc/BUILD index 3429e23ab66..1021b66eedb 100644 --- a/plugin/pkg/admission/gc/BUILD +++ b/plugin/pkg/admission/gc/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/imagepolicy/BUILD b/plugin/pkg/admission/imagepolicy/BUILD index 080688afe46..a9e0334c9b1 100644 --- a/plugin/pkg/admission/imagepolicy/BUILD +++ b/plugin/pkg/admission/imagepolicy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/initialresources/BUILD b/plugin/pkg/admission/initialresources/BUILD index f0834bf9449..7c61c277b3a 100644 --- a/plugin/pkg/admission/initialresources/BUILD +++ b/plugin/pkg/admission/initialresources/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/limitranger/BUILD b/plugin/pkg/admission/limitranger/BUILD index 2106080cfae..b4f36e1738b 100644 --- a/plugin/pkg/admission/limitranger/BUILD +++ b/plugin/pkg/admission/limitranger/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/namespace/autoprovision/BUILD b/plugin/pkg/admission/namespace/autoprovision/BUILD index fd2c8b2facd..4d99c276967 100644 --- a/plugin/pkg/admission/namespace/autoprovision/BUILD +++ b/plugin/pkg/admission/namespace/autoprovision/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/namespace/exists/BUILD b/plugin/pkg/admission/namespace/exists/BUILD index ff65d0f54aa..9144060719a 100644 --- a/plugin/pkg/admission/namespace/exists/BUILD +++ b/plugin/pkg/admission/namespace/exists/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/namespace/lifecycle/BUILD b/plugin/pkg/admission/namespace/lifecycle/BUILD index a34fce44f8a..c5f5a158f66 100644 --- a/plugin/pkg/admission/namespace/lifecycle/BUILD +++ b/plugin/pkg/admission/namespace/lifecycle/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/persistentvolume/label/BUILD b/plugin/pkg/admission/persistentvolume/label/BUILD index 2661ac6681d..3feef264f38 100644 --- a/plugin/pkg/admission/persistentvolume/label/BUILD +++ b/plugin/pkg/admission/persistentvolume/label/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/podnodeselector/BUILD b/plugin/pkg/admission/podnodeselector/BUILD index d665c840f2e..f204b6d2e94 100644 --- a/plugin/pkg/admission/podnodeselector/BUILD +++ b/plugin/pkg/admission/podnodeselector/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/resourcequota/BUILD b/plugin/pkg/admission/resourcequota/BUILD index 20c464d8923..cb3554d2236 100644 --- a/plugin/pkg/admission/resourcequota/BUILD +++ b/plugin/pkg/admission/resourcequota/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/security/BUILD b/plugin/pkg/admission/security/BUILD index b80bb3379f2..72e02123044 100644 --- a/plugin/pkg/admission/security/BUILD +++ b/plugin/pkg/admission/security/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/security/podsecuritypolicy/BUILD b/plugin/pkg/admission/security/podsecuritypolicy/BUILD index 7efe3bd77f1..2b60804a6a9 100644 --- a/plugin/pkg/admission/security/podsecuritypolicy/BUILD +++ b/plugin/pkg/admission/security/podsecuritypolicy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/securitycontext/scdeny/BUILD b/plugin/pkg/admission/securitycontext/scdeny/BUILD index 79f0fdf9f13..30f13e165b4 100644 --- a/plugin/pkg/admission/securitycontext/scdeny/BUILD +++ b/plugin/pkg/admission/securitycontext/scdeny/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/serviceaccount/BUILD b/plugin/pkg/admission/serviceaccount/BUILD index 73fff075790..a6d24981a55 100644 --- a/plugin/pkg/admission/serviceaccount/BUILD +++ b/plugin/pkg/admission/serviceaccount/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/admission/storageclass/default/BUILD b/plugin/pkg/admission/storageclass/default/BUILD index 71f767f0c62..5a9ef51283b 100644 --- a/plugin/pkg/admission/storageclass/default/BUILD +++ b/plugin/pkg/admission/storageclass/default/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/BUILD b/plugin/pkg/auth/BUILD index b80bb3379f2..72e02123044 100644 --- a/plugin/pkg/auth/BUILD +++ b/plugin/pkg/auth/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/BUILD b/plugin/pkg/auth/authenticator/BUILD index b80bb3379f2..72e02123044 100644 --- a/plugin/pkg/auth/authenticator/BUILD +++ b/plugin/pkg/auth/authenticator/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/password/BUILD b/plugin/pkg/auth/authenticator/password/BUILD index b80bb3379f2..72e02123044 100644 --- a/plugin/pkg/auth/authenticator/password/BUILD +++ b/plugin/pkg/auth/authenticator/password/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/password/allow/BUILD b/plugin/pkg/auth/authenticator/password/allow/BUILD index 56f77768f59..176c333beb6 100644 --- a/plugin/pkg/auth/authenticator/password/allow/BUILD +++ b/plugin/pkg/auth/authenticator/password/allow/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/password/keystone/BUILD b/plugin/pkg/auth/authenticator/password/keystone/BUILD index 2e836ee31da..1be05d1b7da 100644 --- a/plugin/pkg/auth/authenticator/password/keystone/BUILD +++ b/plugin/pkg/auth/authenticator/password/keystone/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/password/passwordfile/BUILD b/plugin/pkg/auth/authenticator/password/passwordfile/BUILD index 81a9dfe29dd..be84ba2e5a9 100644 --- a/plugin/pkg/auth/authenticator/password/passwordfile/BUILD +++ b/plugin/pkg/auth/authenticator/password/passwordfile/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/request/anonymous/BUILD b/plugin/pkg/auth/authenticator/request/anonymous/BUILD index 0576de3259a..7fd316605e8 100644 --- a/plugin/pkg/auth/authenticator/request/anonymous/BUILD +++ b/plugin/pkg/auth/authenticator/request/anonymous/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/request/basicauth/BUILD b/plugin/pkg/auth/authenticator/request/basicauth/BUILD index 3c2e3dbe3e6..00880101c1d 100644 --- a/plugin/pkg/auth/authenticator/request/basicauth/BUILD +++ b/plugin/pkg/auth/authenticator/request/basicauth/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/request/headerrequest/BUILD b/plugin/pkg/auth/authenticator/request/headerrequest/BUILD index 0d7dfd2b314..00524d636c6 100644 --- a/plugin/pkg/auth/authenticator/request/headerrequest/BUILD +++ b/plugin/pkg/auth/authenticator/request/headerrequest/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/request/union/BUILD b/plugin/pkg/auth/authenticator/request/union/BUILD index cd96ab9c37b..913f894e1d0 100644 --- a/plugin/pkg/auth/authenticator/request/union/BUILD +++ b/plugin/pkg/auth/authenticator/request/union/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/request/x509/BUILD b/plugin/pkg/auth/authenticator/request/x509/BUILD index dad4d993677..2b03954bf4a 100644 --- a/plugin/pkg/auth/authenticator/request/x509/BUILD +++ b/plugin/pkg/auth/authenticator/request/x509/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/anytoken/BUILD b/plugin/pkg/auth/authenticator/token/anytoken/BUILD index 4289646656f..b8f955447b7 100644 --- a/plugin/pkg/auth/authenticator/token/anytoken/BUILD +++ b/plugin/pkg/auth/authenticator/token/anytoken/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/oidc/BUILD b/plugin/pkg/auth/authenticator/token/oidc/BUILD index 02869f4ba63..5d77cb80f96 100644 --- a/plugin/pkg/auth/authenticator/token/oidc/BUILD +++ b/plugin/pkg/auth/authenticator/token/oidc/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/oidc/testing/BUILD b/plugin/pkg/auth/authenticator/token/oidc/testing/BUILD index af6a0f73f23..036d1bb1793 100644 --- a/plugin/pkg/auth/authenticator/token/oidc/testing/BUILD +++ b/plugin/pkg/auth/authenticator/token/oidc/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/tokenfile/BUILD b/plugin/pkg/auth/authenticator/token/tokenfile/BUILD index 55efbf196f4..66bc82b0fee 100644 --- a/plugin/pkg/auth/authenticator/token/tokenfile/BUILD +++ b/plugin/pkg/auth/authenticator/token/tokenfile/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/tokentest/BUILD b/plugin/pkg/auth/authenticator/token/tokentest/BUILD index 766d9d6d645..2d973de9adc 100644 --- a/plugin/pkg/auth/authenticator/token/tokentest/BUILD +++ b/plugin/pkg/auth/authenticator/token/tokentest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authenticator/token/webhook/BUILD b/plugin/pkg/auth/authenticator/token/webhook/BUILD index e467b136bc0..7faf1204c21 100644 --- a/plugin/pkg/auth/authenticator/token/webhook/BUILD +++ b/plugin/pkg/auth/authenticator/token/webhook/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authorizer/BUILD b/plugin/pkg/auth/authorizer/BUILD index b80bb3379f2..72e02123044 100644 --- a/plugin/pkg/auth/authorizer/BUILD +++ b/plugin/pkg/auth/authorizer/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authorizer/rbac/BUILD b/plugin/pkg/auth/authorizer/rbac/BUILD index c6dc244f82c..fe030d597b4 100644 --- a/plugin/pkg/auth/authorizer/rbac/BUILD +++ b/plugin/pkg/auth/authorizer/rbac/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD index be864a440ca..e87341e1b79 100644 --- a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD +++ b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/auth/authorizer/webhook/BUILD b/plugin/pkg/auth/authorizer/webhook/BUILD index bcaa3860f74..85f6fc190fa 100644 --- a/plugin/pkg/auth/authorizer/webhook/BUILD +++ b/plugin/pkg/auth/authorizer/webhook/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/client/auth/BUILD b/plugin/pkg/client/auth/BUILD index 269a48bd0c9..84a22f0b987 100644 --- a/plugin/pkg/client/auth/BUILD +++ b/plugin/pkg/client/auth/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/client/auth/gcp/BUILD b/plugin/pkg/client/auth/gcp/BUILD index 43603b57a92..73e5f5081b4 100644 --- a/plugin/pkg/client/auth/gcp/BUILD +++ b/plugin/pkg/client/auth/gcp/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/client/auth/oidc/BUILD b/plugin/pkg/client/auth/oidc/BUILD index 8cf24b498ef..81fa0fb889a 100644 --- a/plugin/pkg/client/auth/oidc/BUILD +++ b/plugin/pkg/client/auth/oidc/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/BUILD b/plugin/pkg/scheduler/BUILD index cde1f24dfe0..d9eb8bb8535 100644 --- a/plugin/pkg/scheduler/BUILD +++ b/plugin/pkg/scheduler/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithm/BUILD b/plugin/pkg/scheduler/algorithm/BUILD index bc8527a04e2..fbbc7ccde6f 100644 --- a/plugin/pkg/scheduler/algorithm/BUILD +++ b/plugin/pkg/scheduler/algorithm/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithm/predicates/BUILD b/plugin/pkg/scheduler/algorithm/predicates/BUILD index b965e853210..8881de560a6 100644 --- a/plugin/pkg/scheduler/algorithm/predicates/BUILD +++ b/plugin/pkg/scheduler/algorithm/predicates/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithm/priorities/BUILD b/plugin/pkg/scheduler/algorithm/priorities/BUILD index 043a222d210..1687e5f3572 100644 --- a/plugin/pkg/scheduler/algorithm/priorities/BUILD +++ b/plugin/pkg/scheduler/algorithm/priorities/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithm/priorities/util/BUILD b/plugin/pkg/scheduler/algorithm/priorities/util/BUILD index 0fa0540859a..3271ff173f4 100644 --- a/plugin/pkg/scheduler/algorithm/priorities/util/BUILD +++ b/plugin/pkg/scheduler/algorithm/priorities/util/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithmprovider/BUILD b/plugin/pkg/scheduler/algorithmprovider/BUILD index 2bfd5dd297a..fd1092e8556 100644 --- a/plugin/pkg/scheduler/algorithmprovider/BUILD +++ b/plugin/pkg/scheduler/algorithmprovider/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/algorithmprovider/defaults/BUILD b/plugin/pkg/scheduler/algorithmprovider/defaults/BUILD index 85dd4368866..da40a15382e 100644 --- a/plugin/pkg/scheduler/algorithmprovider/defaults/BUILD +++ b/plugin/pkg/scheduler/algorithmprovider/defaults/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/api/BUILD b/plugin/pkg/scheduler/api/BUILD index e8a1d734df2..8c3fae6a354 100644 --- a/plugin/pkg/scheduler/api/BUILD +++ b/plugin/pkg/scheduler/api/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/api/latest/BUILD b/plugin/pkg/scheduler/api/latest/BUILD index 5837d33db25..61806ecaf2d 100644 --- a/plugin/pkg/scheduler/api/latest/BUILD +++ b/plugin/pkg/scheduler/api/latest/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/api/v1/BUILD b/plugin/pkg/scheduler/api/v1/BUILD index fea85640eac..80c53fa7ed8 100644 --- a/plugin/pkg/scheduler/api/v1/BUILD +++ b/plugin/pkg/scheduler/api/v1/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/api/validation/BUILD b/plugin/pkg/scheduler/api/validation/BUILD index 33d32ea8277..7d40bbe2097 100644 --- a/plugin/pkg/scheduler/api/validation/BUILD +++ b/plugin/pkg/scheduler/api/validation/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/factory/BUILD b/plugin/pkg/scheduler/factory/BUILD index 7f098f19da4..95a6c0f6da2 100644 --- a/plugin/pkg/scheduler/factory/BUILD +++ b/plugin/pkg/scheduler/factory/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/metrics/BUILD b/plugin/pkg/scheduler/metrics/BUILD index 568b3a5322e..bdcfe397f82 100644 --- a/plugin/pkg/scheduler/metrics/BUILD +++ b/plugin/pkg/scheduler/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/schedulercache/BUILD b/plugin/pkg/scheduler/schedulercache/BUILD index db545c00026..e70e5e8c2ec 100644 --- a/plugin/pkg/scheduler/schedulercache/BUILD +++ b/plugin/pkg/scheduler/schedulercache/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/scheduler/testing/BUILD b/plugin/pkg/scheduler/testing/BUILD index 54d827f0212..e3d78ab5bff 100644 --- a/plugin/pkg/scheduler/testing/BUILD +++ b/plugin/pkg/scheduler/testing/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/plugin/pkg/webhook/BUILD b/plugin/pkg/webhook/BUILD index b5ffc6c68b0..c8536ca15b1 100644 --- a/plugin/pkg/webhook/BUILD +++ b/plugin/pkg/webhook/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/BUILD b/test/e2e/BUILD index b784c8bd6a5..3c0fa552395 100644 --- a/test/e2e/BUILD +++ b/test/e2e/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/chaosmonkey/BUILD b/test/e2e/chaosmonkey/BUILD index 1a1ab0e591d..6da550575ab 100644 --- a/test/e2e/chaosmonkey/BUILD +++ b/test/e2e/chaosmonkey/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/common/BUILD b/test/e2e/common/BUILD index dc06e03f96d..8b70bd10d2d 100644 --- a/test/e2e/common/BUILD +++ b/test/e2e/common/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/framework/BUILD b/test/e2e/framework/BUILD index f0a4109733b..88398d997aa 100644 --- a/test/e2e/framework/BUILD +++ b/test/e2e/framework/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/generated/BUILD b/test/e2e/generated/BUILD index b5984d9359c..5924bf345ba 100644 --- a/test/e2e/generated/BUILD +++ b/test/e2e/generated/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e/perftype/BUILD b/test/e2e/perftype/BUILD index 29301968e41..d00ff8d2543 100644 --- a/test/e2e/perftype/BUILD +++ b/test/e2e/perftype/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e_node/BUILD b/test/e2e_node/BUILD index 9570e0ef81b..74392550db9 100644 --- a/test/e2e_node/BUILD +++ b/test/e2e_node/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e_node/builder/BUILD b/test/e2e_node/builder/BUILD index c5684fb1135..f739b9d310b 100644 --- a/test/e2e_node/builder/BUILD +++ b/test/e2e_node/builder/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e_node/environment/BUILD b/test/e2e_node/environment/BUILD index 53f55945cab..5dfd18800d0 100644 --- a/test/e2e_node/environment/BUILD +++ b/test/e2e_node/environment/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/e2e_node/remote/BUILD b/test/e2e_node/remote/BUILD index e6731243a4b..ef751ff955f 100644 --- a/test/e2e_node/remote/BUILD +++ b/test/e2e_node/remote/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e_node/runner/local/BUILD b/test/e2e_node/runner/local/BUILD index 36428fc2e2f..640b9dbc9a9 100644 --- a/test/e2e_node/runner/local/BUILD +++ b/test/e2e_node/runner/local/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/e2e_node/runner/remote/BUILD b/test/e2e_node/runner/remote/BUILD index 6b32b980707..49750d56010 100644 --- a/test/e2e_node/runner/remote/BUILD +++ b/test/e2e_node/runner/remote/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/e2e_node/services/BUILD b/test/e2e_node/services/BUILD index db051cd59dc..ad3a97f8112 100644 --- a/test/e2e_node/services/BUILD +++ b/test/e2e_node/services/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/e2e_node/system/BUILD b/test/e2e_node/system/BUILD index 5bef71351e0..8fa2a7f39e0 100644 --- a/test/e2e_node/system/BUILD +++ b/test/e2e_node/system/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/test/images/clusterapi-tester/BUILD b/test/images/clusterapi-tester/BUILD index 9fc07461916..c7c29074466 100644 --- a/test/images/clusterapi-tester/BUILD +++ b/test/images/clusterapi-tester/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/entrypoint-tester/BUILD b/test/images/entrypoint-tester/BUILD index de431ad0f98..55dd23771e7 100644 --- a/test/images/entrypoint-tester/BUILD +++ b/test/images/entrypoint-tester/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/fakegitserver/BUILD b/test/images/fakegitserver/BUILD index 5b36772d38b..f1cb568248d 100644 --- a/test/images/fakegitserver/BUILD +++ b/test/images/fakegitserver/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/goproxy/BUILD b/test/images/goproxy/BUILD index 0c9d02f227b..e418c369338 100644 --- a/test/images/goproxy/BUILD +++ b/test/images/goproxy/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/logs-generator/BUILD b/test/images/logs-generator/BUILD index b955844d03a..0bba2c9609e 100644 --- a/test/images/logs-generator/BUILD +++ b/test/images/logs-generator/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/mount-tester/BUILD b/test/images/mount-tester/BUILD index ec8ffcea22f..b21d5b4928f 100644 --- a/test/images/mount-tester/BUILD +++ b/test/images/mount-tester/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/n-way-http/BUILD b/test/images/n-way-http/BUILD index 6b282b150de..0c7daa6cf99 100644 --- a/test/images/n-way-http/BUILD +++ b/test/images/n-way-http/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/net/BUILD b/test/images/net/BUILD index dcf630f9dfd..b14fc6cd1c1 100644 --- a/test/images/net/BUILD +++ b/test/images/net/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/net/common/BUILD b/test/images/net/common/BUILD index e3bf654e1d6..401701f9903 100644 --- a/test/images/net/common/BUILD +++ b/test/images/net/common/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/images/net/nat/BUILD b/test/images/net/nat/BUILD index ccb7f9180dc..24d9d02ce07 100644 --- a/test/images/net/nat/BUILD +++ b/test/images/net/nat/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/images/netexec/BUILD b/test/images/netexec/BUILD index f1ba89b2d62..a02ba0c9ce1 100644 --- a/test/images/netexec/BUILD +++ b/test/images/netexec/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/network-tester/BUILD b/test/images/network-tester/BUILD index 5354e303a3e..5b676f349b7 100644 --- a/test/images/network-tester/BUILD +++ b/test/images/network-tester/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/port-forward-tester/BUILD b/test/images/port-forward-tester/BUILD index 7c00016871a..b6e9b6bb2b6 100644 --- a/test/images/port-forward-tester/BUILD +++ b/test/images/port-forward-tester/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/porter/BUILD b/test/images/porter/BUILD index e4bb0110831..d9fa43079e3 100644 --- a/test/images/porter/BUILD +++ b/test/images/porter/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/resource-consumer/BUILD b/test/images/resource-consumer/BUILD index f227e6b1ebd..8d4da97f647 100644 --- a/test/images/resource-consumer/BUILD +++ b/test/images/resource-consumer/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/resource-consumer/common/BUILD b/test/images/resource-consumer/common/BUILD index e3bf654e1d6..401701f9903 100644 --- a/test/images/resource-consumer/common/BUILD +++ b/test/images/resource-consumer/common/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/images/resource-consumer/consume-cpu/BUILD b/test/images/resource-consumer/consume-cpu/BUILD index 32a7073d018..45928fd23f8 100644 --- a/test/images/resource-consumer/consume-cpu/BUILD +++ b/test/images/resource-consumer/consume-cpu/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/resource-consumer/controller/BUILD b/test/images/resource-consumer/controller/BUILD index 770376445b2..dc368b16e2c 100644 --- a/test/images/resource-consumer/controller/BUILD +++ b/test/images/resource-consumer/controller/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/images/serve_hostname/BUILD b/test/images/serve_hostname/BUILD index 483726b8497..b1a371d9297 100644 --- a/test/images/serve_hostname/BUILD +++ b/test/images/serve_hostname/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/integration/BUILD b/test/integration/BUILD index 05dc97b31f4..8f40f1e14c1 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/integration/discoverysummarizer/BUILD b/test/integration/discoverysummarizer/BUILD new file mode 100644 index 00000000000..e60fcab61fe --- /dev/null +++ b/test/integration/discoverysummarizer/BUILD @@ -0,0 +1,18 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["discoverysummarizer_test.go"], + tags = ["automanaged"], + deps = [ + "//cmd/kubernetes-discovery/pkg/legacy:go_default_library", + "//examples/apiserver:go_default_library", + ], +) diff --git a/test/integration/examples/BUILD b/test/integration/examples/BUILD new file mode 100644 index 00000000000..b443d01df28 --- /dev/null +++ b/test/integration/examples/BUILD @@ -0,0 +1,21 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["apiserver_test.go"], + tags = ["automanaged"], + deps = [ + "//cmd/libs/go2idl/client-gen/test_apis/testgroup/v1:go_default_library", + "//examples/apiserver:go_default_library", + "//pkg/apis/meta/v1:go_default_library", + "//vendor:github.com/golang/glog", + "//vendor:github.com/stretchr/testify/assert", + ], +) diff --git a/test/integration/federation/BUILD b/test/integration/federation/BUILD new file mode 100644 index 00000000000..69a0701b69c --- /dev/null +++ b/test/integration/federation/BUILD @@ -0,0 +1,24 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["server_test.go"], + tags = ["automanaged"], + deps = [ + "//federation/apis/federation/v1beta1:go_default_library", + "//federation/cmd/federation-apiserver/app:go_default_library", + "//federation/cmd/federation-apiserver/app/options:go_default_library", + "//pkg/api/v1:go_default_library", + "//pkg/apis/extensions/v1beta1:go_default_library", + "//pkg/apis/meta/v1:go_default_library", + "//pkg/runtime/schema:go_default_library", + "//vendor:github.com/stretchr/testify/assert", + ], +) diff --git a/test/integration/framework/BUILD b/test/integration/framework/BUILD index a37f6fb92a8..cc213524cb4 100644 --- a/test/integration/framework/BUILD +++ b/test/integration/framework/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/integration/metrics/BUILD b/test/integration/metrics/BUILD index b80bb3379f2..72e02123044 100644 --- a/test/integration/metrics/BUILD +++ b/test/integration/metrics/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/test/integration/objectmeta/BUILD b/test/integration/objectmeta/BUILD new file mode 100644 index 00000000000..ec732544d07 --- /dev/null +++ b/test/integration/objectmeta/BUILD @@ -0,0 +1,22 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["objectmeta_test.go"], + tags = ["automanaged"], + deps = [ + "//pkg/api/v1:go_default_library", + "//pkg/apimachinery/registered:go_default_library", + "//pkg/client/clientset_generated/release_1_5:go_default_library", + "//pkg/client/restclient:go_default_library", + "//test/integration/framework:go_default_library", + "//vendor:github.com/stretchr/testify/assert", + ], +) diff --git a/test/integration/openshift/BUILD b/test/integration/openshift/BUILD new file mode 100644 index 00000000000..5407aaa83a6 --- /dev/null +++ b/test/integration/openshift/BUILD @@ -0,0 +1,18 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_test", +) + +go_test( + name = "go_default_test", + srcs = ["openshift_test.go"], + tags = ["automanaged"], + deps = [ + "//pkg/genericapiserver:go_default_library", + "//pkg/master:go_default_library", + ], +) diff --git a/test/integration/scheduler_perf/BUILD b/test/integration/scheduler_perf/BUILD index f4b5ff0452c..7c075969902 100644 --- a/test/integration/scheduler_perf/BUILD +++ b/test/integration/scheduler_perf/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/test/list/BUILD b/test/list/BUILD index be604e59f8e..a6134e1a76f 100644 --- a/test/list/BUILD +++ b/test/list/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/soak/cauldron/BUILD b/test/soak/cauldron/BUILD index cb0a91ed4a4..a6e0966840f 100644 --- a/test/soak/cauldron/BUILD +++ b/test/soak/cauldron/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/soak/serve_hostnames/BUILD b/test/soak/serve_hostnames/BUILD index 4cc537f2a5a..dbb54b8caa8 100644 --- a/test/soak/serve_hostnames/BUILD +++ b/test/soak/serve_hostnames/BUILD @@ -5,9 +5,6 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", - "go_library", - "go_test", - "cgo_library", ) go_binary( diff --git a/test/utils/BUILD b/test/utils/BUILD index 691d067ca6d..f64910e932d 100644 --- a/test/utils/BUILD +++ b/test/utils/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/third_party/forked/golang/expansion/BUILD b/third_party/forked/golang/expansion/BUILD index 861ee67395a..50edb01e6fe 100644 --- a/third_party/forked/golang/expansion/BUILD +++ b/third_party/forked/golang/expansion/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/third_party/forked/golang/json/BUILD b/third_party/forked/golang/json/BUILD index 79b3d606db5..3350b499687 100644 --- a/third_party/forked/golang/json/BUILD +++ b/third_party/forked/golang/json/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/third_party/forked/golang/netutil/BUILD b/third_party/forked/golang/netutil/BUILD index 1fa5358e05d..b749c9cfb81 100644 --- a/third_party/forked/golang/netutil/BUILD +++ b/third_party/forked/golang/netutil/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/third_party/forked/golang/reflect/BUILD b/third_party/forked/golang/reflect/BUILD index d6a91d5dcda..80740e79719 100644 --- a/third_party/forked/golang/reflect/BUILD +++ b/third_party/forked/golang/reflect/BUILD @@ -4,10 +4,8 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( diff --git a/third_party/forked/golang/template/BUILD b/third_party/forked/golang/template/BUILD index d7ecc474775..87440385410 100644 --- a/third_party/forked/golang/template/BUILD +++ b/third_party/forked/golang/template/BUILD @@ -4,10 +4,7 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", - "go_binary", "go_library", - "go_test", - "cgo_library", ) go_library( diff --git a/vendor/BUILD b/vendor/BUILD index c6e465bffa7..f41a9ba3895 100644 --- a/vendor/BUILD +++ b/vendor/BUILD @@ -4,10 +4,10 @@ licenses(["notice"]) load( "@io_bazel_rules_go//go:def.bzl", + "cgo_genrule", "go_binary", "go_library", "go_test", - "cgo_library", ) go_library( @@ -1977,11 +1977,10 @@ go_library( tags = ["automanaged"], ) -cgo_library( +cgo_genrule( name = "github.com/coreos/go-systemd/util_cgo", srcs = ["github.com/coreos/go-systemd/util/util.go"], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -2014,14 +2013,13 @@ go_library( deps = ["//vendor:github.com/coreos/go-systemd/journal"], ) -cgo_library( +cgo_genrule( name = "github.com/coreos/pkg/dlopen_cgo", srcs = [ "github.com/coreos/pkg/dlopen/dlopen.go", "github.com/coreos/pkg/dlopen/dlopen_example.go", ], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -2228,11 +2226,10 @@ go_library( deps = ["//vendor:github.com/docker/go-units"], ) -cgo_library( +cgo_genrule( name = "github.com/docker/docker/pkg/term_cgo", srcs = ["github.com/docker/docker/pkg/term/tc_linux_cgo.go"], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -3770,11 +3767,10 @@ go_library( ], ) -cgo_library( +cgo_genrule( name = "github.com/google/cadvisor/utils/cpuload/netlink_cgo", srcs = ["github.com/google/cadvisor/utils/cpuload/netlink/defs.go"], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -4254,7 +4250,7 @@ go_library( ) go_binary( - name = "github.com/jteeuwen/go-bindata/go-bindata", + name = "github.com/jteeuwen/go-bindata/go-bindata_bin", srcs = [ "github.com/jteeuwen/go-bindata/go-bindata/AppendSliceValue.go", "github.com/jteeuwen/go-bindata/go-bindata/main.go", @@ -4565,7 +4561,7 @@ go_library( ) go_binary( - name = "github.com/onsi/ginkgo/ginkgo", + name = "github.com/onsi/ginkgo/ginkgo_bin", srcs = [ "github.com/onsi/ginkgo/ginkgo/bootstrap_command.go", "github.com/onsi/ginkgo/ginkgo/build_command.go", @@ -5190,11 +5186,10 @@ go_library( tags = ["automanaged"], ) -cgo_library( +cgo_genrule( name = "github.com/opencontainers/runc/libcontainer/system_cgo", srcs = ["github.com/opencontainers/runc/libcontainer/system/sysconfig.go"], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -6027,14 +6022,13 @@ go_library( tags = ["automanaged"], ) -cgo_library( +cgo_genrule( name = "github.com/seccomp/libseccomp-golang_cgo", srcs = [ "github.com/seccomp/libseccomp-golang/seccomp.go", "github.com/seccomp/libseccomp-golang/seccomp_internal.go", ], clinkopts = [ - "-ldl", "-lz", "-lm", "-lpthread", @@ -6400,7 +6394,7 @@ go_library( ) go_binary( - name = "github.com/ugorji/go/codec/codecgen", + name = "github.com/ugorji/go/codec/codecgen_bin", srcs = [ "github.com/ugorji/go/codec/codecgen/gen.go", "github.com/ugorji/go/codec/codecgen/z.go", @@ -8687,6 +8681,29 @@ go_library( tags = ["automanaged"], ) +go_test( + name = "k8s.io/client-go/discovery_test", + srcs = [ + "discovery_client_test.go", + "restmapper_test.go", + ], + library = "k8s.io/client-go/discovery", + tags = ["automanaged"], + deps = [ + "//vendor:github.com/emicklei/go-restful/swagger", + "//vendor:github.com/stretchr/testify/assert", + "//vendor:k8s.io/client-go/pkg/api/errors", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/apimachinery/registered", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/runtime/schema", + "//vendor:k8s.io/client-go/pkg/util/sets", + "//vendor:k8s.io/client-go/pkg/version", + "//vendor:k8s.io/client-go/rest", + "//vendor:k8s.io/client-go/rest/fake", + ], +) + go_library( name = "k8s.io/client-go/discovery", srcs = [ @@ -8714,6 +8731,24 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/discovery_xtest", + srcs = ["helper_blackbox_test.go"], + tags = ["automanaged"], + deps = [ + "//vendor:k8s.io/client-go/discovery", + "//vendor:k8s.io/client-go/pkg/api", + "//vendor:k8s.io/client-go/pkg/api/testapi", + "//vendor:k8s.io/client-go/pkg/apimachinery/registered", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/runtime/schema", + "//vendor:k8s.io/client-go/pkg/util/sets", + "//vendor:k8s.io/client-go/rest", + "//vendor:k8s.io/client-go/rest/fake", + ], +) + go_library( name = "k8s.io/client-go/discovery/fake", srcs = ["k8s.io/client-go/discovery/fake/discovery.go"], @@ -8729,6 +8764,28 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/dynamic_test", + srcs = [ + "client_test.go", + "dynamic_util_test.go", + ], + library = "k8s.io/client-go/dynamic", + tags = ["automanaged"], + deps = [ + "//vendor:k8s.io/client-go/pkg/api", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1/unstructured", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/runtime/schema", + "//vendor:k8s.io/client-go/pkg/runtime/serializer/streaming", + "//vendor:k8s.io/client-go/pkg/watch", + "//vendor:k8s.io/client-go/pkg/watch/versioned", + "//vendor:k8s.io/client-go/rest", + ], +) + go_library( name = "k8s.io/client-go/dynamic", srcs = [ @@ -11400,6 +11457,14 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/plugin/pkg/client/auth/gcp_test", + srcs = ["gcp_test.go"], + library = "k8s.io/client-go/plugin/pkg/client/auth/gcp", + tags = ["automanaged"], + deps = ["//vendor:golang.org/x/oauth2"], +) + go_library( name = "k8s.io/client-go/plugin/pkg/client/auth/gcp", srcs = ["k8s.io/client-go/plugin/pkg/client/auth/gcp/gcp.go"], @@ -11415,6 +11480,21 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/plugin/pkg/client/auth/oidc_test", + srcs = ["oidc_test.go"], + library = "k8s.io/client-go/plugin/pkg/client/auth/oidc", + tags = ["automanaged"], + deps = [ + "//vendor:github.com/coreos/go-oidc/jose", + "//vendor:github.com/coreos/go-oidc/key", + "//vendor:github.com/coreos/go-oidc/oauth2", + "//vendor:k8s.io/client-go/pkg/util/diff", + "//vendor:k8s.io/client-go/pkg/util/wait", + "//vendor:k8s.io/client-go/plugin/pkg/auth/authenticator/token/oidc/testing", + ], +) + go_library( name = "k8s.io/client-go/plugin/pkg/client/auth/oidc", srcs = ["k8s.io/client-go/plugin/pkg/client/auth/oidc/oidc.go"], @@ -11429,6 +11509,42 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/rest_test", + srcs = [ + "client_test.go", + "config_test.go", + "plugin_test.go", + "request_test.go", + "url_utils_test.go", + "urlbackoff_test.go", + ], + library = "k8s.io/client-go/rest", + tags = ["automanaged"], + deps = [ + "//vendor:github.com/google/gofuzz", + "//vendor:k8s.io/client-go/pkg/api", + "//vendor:k8s.io/client-go/pkg/api/errors", + "//vendor:k8s.io/client-go/pkg/api/testapi", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/apimachinery/registered", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/labels", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/runtime/schema", + "//vendor:k8s.io/client-go/pkg/runtime/serializer/streaming", + "//vendor:k8s.io/client-go/pkg/util/clock", + "//vendor:k8s.io/client-go/pkg/util/diff", + "//vendor:k8s.io/client-go/pkg/util/flowcontrol", + "//vendor:k8s.io/client-go/pkg/util/httpstream", + "//vendor:k8s.io/client-go/pkg/util/intstr", + "//vendor:k8s.io/client-go/pkg/util/testing", + "//vendor:k8s.io/client-go/pkg/watch", + "//vendor:k8s.io/client-go/pkg/watch/versioned", + "//vendor:k8s.io/client-go/tools/clientcmd/api", + ], +) + go_library( name = "k8s.io/client-go/rest", srcs = [ @@ -11514,6 +11630,47 @@ go_library( deps = ["//vendor:k8s.io/client-go/rest"], ) +go_test( + name = "k8s.io/client-go/tools/auth_xtest", + srcs = ["clientauth_test.go"], + tags = ["automanaged"], + deps = ["//vendor:k8s.io/client-go/tools/auth"], +) + +go_test( + name = "k8s.io/client-go/tools/cache_test", + srcs = [ + "controller_test.go", + "delta_fifo_test.go", + "expiration_cache_test.go", + "fifo_test.go", + "index_test.go", + "listers_test.go", + "mutation_detector_test.go", + "processor_listener_test.go", + "reflector_test.go", + "store_test.go", + "undelta_store_test.go", + ], + library = "k8s.io/client-go/tools/cache", + tags = ["automanaged"], + deps = [ + "//vendor:github.com/google/gofuzz", + "//vendor:k8s.io/client-go/pkg/api", + "//vendor:k8s.io/client-go/pkg/api/errors", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/apis/extensions/v1beta1", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/labels", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/util/clock", + "//vendor:k8s.io/client-go/pkg/util/sets", + "//vendor:k8s.io/client-go/pkg/util/wait", + "//vendor:k8s.io/client-go/pkg/watch", + "//vendor:k8s.io/client-go/tools/cache/testing", + ], +) + go_library( name = "k8s.io/client-go/tools/cache", srcs = [ @@ -11567,6 +11724,18 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/tools/cache/testing_test", + srcs = ["fake_controller_source_test.go"], + library = "k8s.io/client-go/tools/cache/testing", + tags = ["automanaged"], + deps = [ + "//vendor:k8s.io/client-go/pkg/api", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/watch", + ], +) + go_library( name = "k8s.io/client-go/tools/cache/testing", srcs = ["k8s.io/client-go/tools/cache/testing/fake_controller_source.go"], @@ -11581,6 +11750,27 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/tools/clientcmd_test", + srcs = [ + "client_config_test.go", + "loader_test.go", + "merged_client_builder_test.go", + "validation_test.go", + ], + library = "k8s.io/client-go/tools/clientcmd", + tags = ["automanaged"], + deps = [ + "//vendor:github.com/ghodss/yaml", + "//vendor:github.com/imdario/mergo", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/util/errors", + "//vendor:k8s.io/client-go/rest", + "//vendor:k8s.io/client-go/tools/clientcmd/api", + "//vendor:k8s.io/client-go/tools/clientcmd/api/latest", + ], +) + go_library( name = "k8s.io/client-go/tools/clientcmd", srcs = [ @@ -11612,6 +11802,17 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/tools/clientcmd/api_test", + srcs = [ + "helpers_test.go", + "types_test.go", + ], + library = "k8s.io/client-go/tools/clientcmd/api", + tags = ["automanaged"], + deps = ["//vendor:github.com/ghodss/yaml"], +) + go_library( name = "k8s.io/client-go/tools/clientcmd/api", srcs = [ @@ -11677,6 +11878,27 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/tools/record_test", + srcs = [ + "event_test.go", + "events_cache_test.go", + ], + library = "k8s.io/client-go/tools/record", + tags = ["automanaged"], + deps = [ + "//vendor:k8s.io/client-go/pkg/api/errors", + "//vendor:k8s.io/client-go/pkg/api/install", + "//vendor:k8s.io/client-go/pkg/api/v1", + "//vendor:k8s.io/client-go/pkg/apis/meta/v1", + "//vendor:k8s.io/client-go/pkg/runtime", + "//vendor:k8s.io/client-go/pkg/util/clock", + "//vendor:k8s.io/client-go/pkg/util/diff", + "//vendor:k8s.io/client-go/pkg/util/strategicpatch", + "//vendor:k8s.io/client-go/rest", + ], +) + go_library( name = "k8s.io/client-go/tools/record", srcs = [ @@ -11702,6 +11924,18 @@ go_library( ], ) +go_test( + name = "k8s.io/client-go/transport_test", + srcs = [ + "cache_test.go", + "round_trippers_test.go", + "transport_test.go", + ], + library = "k8s.io/client-go/transport", + tags = ["automanaged"], + deps = [], +) + go_library( name = "k8s.io/client-go/transport", srcs = [ From 82d9ed770c50ff0dcf893343e3e7869c7834125e Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 7 Dec 2016 18:16:07 -0800 Subject: [PATCH 4/4] fix examples/ compilation so that test/ also compiles fix network-tester cauldron serve_hostnames --- .gazelcfg.json | 3 +- examples/BUILD | 39 +++++++++++++++++++ examples/apiserver/BUILD | 31 +++++++++++++++ examples/apiserver/rest/BUILD | 25 ++++++++++++ examples/apiserver/server/BUILD | 21 ++++++++++ examples/explorer/BUILD | 15 +++++++ examples/guestbook-go/.gitignore | 1 + examples/guestbook-go/BUILD | 19 +++++++++ .../{_src/guestbook => }/Dockerfile | 8 ++-- examples/guestbook-go/{_src => }/Makefile | 2 + examples/guestbook-go/_src/Dockerfile | 23 ----------- examples/guestbook-go/_src/README.md | 25 ------------ examples/guestbook-go/{_src => }/main.go | 0 .../guestbook-go/{_src => }/public/index.html | 0 .../guestbook-go/{_src => }/public/script.js | 0 .../guestbook-go/{_src => }/public/style.css | 0 examples/https-nginx/BUILD | 20 ++++++++++ examples/k8petstore/web-server/src/BUILD | 19 +++++++++ examples/sharing-clusters/BUILD | 19 +++++++++ test/e2e/generated/BUILD | 4 +- test/images/network-tester/BUILD | 1 + test/images/network-tester/webserver.go | 3 +- test/soak/cauldron/BUILD | 1 + test/soak/cauldron/cauldron.go | 5 ++- test/soak/serve_hostnames/serve_hostnames.go | 7 ++-- 25 files changed, 230 insertions(+), 61 deletions(-) create mode 100644 examples/apiserver/BUILD create mode 100644 examples/apiserver/rest/BUILD create mode 100644 examples/apiserver/server/BUILD create mode 100644 examples/explorer/BUILD create mode 100644 examples/guestbook-go/.gitignore create mode 100644 examples/guestbook-go/BUILD rename examples/guestbook-go/{_src/guestbook => }/Dockerfile (77%) rename examples/guestbook-go/{_src => }/Makefile (93%) delete mode 100644 examples/guestbook-go/_src/Dockerfile delete mode 100644 examples/guestbook-go/_src/README.md rename examples/guestbook-go/{_src => }/main.go (100%) rename examples/guestbook-go/{_src => }/public/index.html (100%) rename examples/guestbook-go/{_src => }/public/script.js (100%) rename examples/guestbook-go/{_src => }/public/style.css (100%) create mode 100644 examples/https-nginx/BUILD create mode 100644 examples/k8petstore/web-server/src/BUILD create mode 100644 examples/sharing-clusters/BUILD diff --git a/.gazelcfg.json b/.gazelcfg.json index ca557a10b3f..90f5d8c5622 100644 --- a/.gazelcfg.json +++ b/.gazelcfg.json @@ -6,6 +6,7 @@ "./third_party", "./plugin", "./test", - "./federation" + "./federation", + "./examples" ] } diff --git a/examples/BUILD b/examples/BUILD index 62943e85e20..39942c8421a 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -1,5 +1,13 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_library", + "go_test", +) + filegroup( name = "config", srcs = glob([ @@ -17,3 +25,34 @@ filegroup( "**/*", ]), ) + +go_library( + name = "go_default_library", + srcs = ["doc.go"], + tags = ["automanaged"], +) + +go_test( + name = "go_default_xtest", + srcs = ["examples_test.go"], + tags = ["automanaged"], + deps = [ + "//pkg/api:go_default_library", + "//pkg/api/testapi:go_default_library", + "//pkg/api/validation:go_default_library", + "//pkg/apis/apps:go_default_library", + "//pkg/apis/apps/validation:go_default_library", + "//pkg/apis/batch:go_default_library", + "//pkg/apis/extensions:go_default_library", + "//pkg/apis/extensions/validation:go_default_library", + "//pkg/capabilities:go_default_library", + "//pkg/registry/batch/job:go_default_library", + "//pkg/runtime:go_default_library", + "//pkg/types:go_default_library", + "//pkg/util/validation/field:go_default_library", + "//pkg/util/yaml:go_default_library", + "//plugin/pkg/scheduler/api:go_default_library", + "//plugin/pkg/scheduler/api/latest:go_default_library", + "//vendor:github.com/golang/glog", + ], +) diff --git a/examples/apiserver/BUILD b/examples/apiserver/BUILD new file mode 100644 index 00000000000..9bbadc7012f --- /dev/null +++ b/examples/apiserver/BUILD @@ -0,0 +1,31 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_library", +) + +go_library( + name = "go_default_library", + srcs = ["apiserver.go"], + tags = ["automanaged"], + deps = [ + "//cmd/libs/go2idl/client-gen/test_apis/testgroup/install:go_default_library", + "//cmd/libs/go2idl/client-gen/test_apis/testgroup/v1:go_default_library", + "//examples/apiserver/rest:go_default_library", + "//pkg/api:go_default_library", + "//pkg/api/rest:go_default_library", + "//pkg/apimachinery/registered:go_default_library", + "//pkg/genericapiserver:go_default_library", + "//pkg/genericapiserver/authorizer:go_default_library", + "//pkg/genericapiserver/options:go_default_library", + "//pkg/genericapiserver/validation:go_default_library", + "//pkg/registry/generic:go_default_library", + "//pkg/runtime/schema:go_default_library", + "//pkg/storage/storagebackend:go_default_library", + "//pkg/util/errors:go_default_library", + "//vendor:github.com/golang/glog", + ], +) diff --git a/examples/apiserver/rest/BUILD b/examples/apiserver/rest/BUILD new file mode 100644 index 00000000000..23355813d46 --- /dev/null +++ b/examples/apiserver/rest/BUILD @@ -0,0 +1,25 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_library", +) + +go_library( + name = "go_default_library", + srcs = ["reststorage.go"], + tags = ["automanaged"], + deps = [ + "//cmd/libs/go2idl/client-gen/test_apis/testgroup:go_default_library", + "//pkg/api:go_default_library", + "//pkg/fields:go_default_library", + "//pkg/labels:go_default_library", + "//pkg/registry/generic:go_default_library", + "//pkg/registry/generic/registry:go_default_library", + "//pkg/runtime:go_default_library", + "//pkg/storage:go_default_library", + "//pkg/util/validation/field:go_default_library", + ], +) diff --git a/examples/apiserver/server/BUILD b/examples/apiserver/server/BUILD new file mode 100644 index 00000000000..53249c3867b --- /dev/null +++ b/examples/apiserver/server/BUILD @@ -0,0 +1,21 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "server", + srcs = ["main.go"], + tags = ["automanaged"], + deps = [ + "//examples/apiserver:go_default_library", + "//pkg/util/flag:go_default_library", + "//pkg/util/wait:go_default_library", + "//vendor:github.com/golang/glog", + "//vendor:github.com/spf13/pflag", + ], +) diff --git a/examples/explorer/BUILD b/examples/explorer/BUILD new file mode 100644 index 00000000000..1907fea6534 --- /dev/null +++ b/examples/explorer/BUILD @@ -0,0 +1,15 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "explorer", + srcs = ["explorer.go"], + tags = ["automanaged"], + deps = ["//vendor:github.com/davecgh/go-spew/spew"], +) diff --git a/examples/guestbook-go/.gitignore b/examples/guestbook-go/.gitignore new file mode 100644 index 00000000000..a45a95c2f1d --- /dev/null +++ b/examples/guestbook-go/.gitignore @@ -0,0 +1 @@ +guestbook_bin diff --git a/examples/guestbook-go/BUILD b/examples/guestbook-go/BUILD new file mode 100644 index 00000000000..87487a16c0b --- /dev/null +++ b/examples/guestbook-go/BUILD @@ -0,0 +1,19 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "guestbook-go", + srcs = ["main.go"], + tags = ["automanaged"], + deps = [ + "//vendor:github.com/codegangsta/negroni", + "//vendor:github.com/gorilla/mux", + "//vendor:github.com/xyproto/simpleredis", + ], +) diff --git a/examples/guestbook-go/_src/guestbook/Dockerfile b/examples/guestbook-go/Dockerfile similarity index 77% rename from examples/guestbook-go/_src/guestbook/Dockerfile rename to examples/guestbook-go/Dockerfile index 263b0e688de..a58ebae382d 100644 --- a/examples/guestbook-go/_src/guestbook/Dockerfile +++ b/examples/guestbook-go/Dockerfile @@ -14,10 +14,10 @@ FROM busybox:ubuntu-14.04 -ADD ./bin/guestbook /app/guestbook -ADD ./_src/public/index.html /app/public/index.html -ADD ./_src/public/script.js /app/public/script.js -ADD ./_src/public/style.css /app/public/style.css +ADD ./guestbook_bin /app/guestbook +ADD ./public/index.html /app/public/index.html +ADD ./public/script.js /app/public/script.js +ADD ./public/style.css /app/public/style.css WORKDIR /app CMD ["./guestbook"] diff --git a/examples/guestbook-go/_src/Makefile b/examples/guestbook-go/Makefile similarity index 93% rename from examples/guestbook-go/_src/Makefile rename to examples/guestbook-go/Makefile index 31c04761f78..a838ca36192 100644 --- a/examples/guestbook-go/_src/Makefile +++ b/examples/guestbook-go/Makefile @@ -23,6 +23,7 @@ release: clean build push clean # builds a docker image that builds the app and packages it into a minimal docker image build: + @cp ../../bazel-bin/examples/guestbook-go/guestbook-go guestbook_bin docker build --rm --force-rm -t ${REGISTRY}/guestbook-builder . docker run --rm ${REGISTRY}/guestbook-builder | docker build -t "${REGISTRY}/guestbook:${VERSION}" - @@ -32,6 +33,7 @@ push: # remove previous images and containers clean: + rm -f guestbook_bin docker rm -f ${REGISTRY}/guestbook-builder 2> /dev/null || true docker rmi -f ${REGISTRY}/guestbook-builder || true docker rmi -f "${REGISTRY}/guestbook:${VERSION}" || true diff --git a/examples/guestbook-go/_src/Dockerfile b/examples/guestbook-go/_src/Dockerfile deleted file mode 100644 index 50d481c9c31..00000000000 --- a/examples/guestbook-go/_src/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2016 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -FROM golang:1.6.0 - -ADD . /go/src/github.com/GoogleCloudPlatform/kubernetes/examples/guestbook-go/_src - -WORKDIR /go/src/github.com/GoogleCloudPlatform/kubernetes/examples/guestbook-go/ -RUN cd _src/ && go get && go build -o ../bin/guestbook -RUN cp _src/guestbook/Dockerfile . - -CMD tar cvzf - . diff --git a/examples/guestbook-go/_src/README.md b/examples/guestbook-go/_src/README.md deleted file mode 100644 index f6d42840219..00000000000 --- a/examples/guestbook-go/_src/README.md +++ /dev/null @@ -1,25 +0,0 @@ -## Building and releasing Guestbook Image - -This process employs building two docker images, one compiles the source and the other hosts the compiled binaries. - -Releasing the image requires that you have access to the docker registry user account which will host the image. You can specify the registry including the user account by setting the environment variable `REGISTRY`. - -To build and release the guestbook image: - - cd examples/guestbook-go/_src - make release - -To build and release the guestbook image with a different registry and version: - - VERSION=v4 REGISTRY="docker.io/luebken" make build - -If you want to, you can build and push the image step by step: - - make clean - make build - make push - - - -[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/guestbook-go/_src/README.md?pixel)]() - diff --git a/examples/guestbook-go/_src/main.go b/examples/guestbook-go/main.go similarity index 100% rename from examples/guestbook-go/_src/main.go rename to examples/guestbook-go/main.go diff --git a/examples/guestbook-go/_src/public/index.html b/examples/guestbook-go/public/index.html similarity index 100% rename from examples/guestbook-go/_src/public/index.html rename to examples/guestbook-go/public/index.html diff --git a/examples/guestbook-go/_src/public/script.js b/examples/guestbook-go/public/script.js similarity index 100% rename from examples/guestbook-go/_src/public/script.js rename to examples/guestbook-go/public/script.js diff --git a/examples/guestbook-go/_src/public/style.css b/examples/guestbook-go/public/style.css similarity index 100% rename from examples/guestbook-go/_src/public/style.css rename to examples/guestbook-go/public/style.css diff --git a/examples/https-nginx/BUILD b/examples/https-nginx/BUILD new file mode 100644 index 00000000000..022e1445321 --- /dev/null +++ b/examples/https-nginx/BUILD @@ -0,0 +1,20 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "https-nginx", + srcs = ["make_secret.go"], + tags = ["automanaged"], + deps = [ + "//pkg/api:go_default_library", + "//pkg/api/install:go_default_library", + "//pkg/apimachinery/registered:go_default_library", + "//pkg/runtime:go_default_library", + ], +) diff --git a/examples/k8petstore/web-server/src/BUILD b/examples/k8petstore/web-server/src/BUILD new file mode 100644 index 00000000000..1283b5dc9f4 --- /dev/null +++ b/examples/k8petstore/web-server/src/BUILD @@ -0,0 +1,19 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "src", + srcs = ["main.go"], + tags = ["automanaged"], + deps = [ + "//vendor:github.com/codegangsta/negroni", + "//vendor:github.com/gorilla/mux", + "//vendor:github.com/xyproto/simpleredis", + ], +) diff --git a/examples/sharing-clusters/BUILD b/examples/sharing-clusters/BUILD new file mode 100644 index 00000000000..152bc93799f --- /dev/null +++ b/examples/sharing-clusters/BUILD @@ -0,0 +1,19 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) + +load( + "@io_bazel_rules_go//go:def.bzl", + "go_binary", +) + +go_binary( + name = "sharing-clusters", + srcs = ["make_secret.go"], + tags = ["automanaged"], + deps = [ + "//pkg/api:go_default_library", + "//pkg/apimachinery/registered:go_default_library", + "//pkg/runtime:go_default_library", + ], +) diff --git a/test/e2e/generated/BUILD b/test/e2e/generated/BUILD index 5924bf345ba..d2f8a6d2563 100644 --- a/test/e2e/generated/BUILD +++ b/test/e2e/generated/BUILD @@ -29,13 +29,13 @@ genrule( ], outs = ["bindata.go"], cmd = """ -$(location //vendor:github.com/jteeuwen/go-bindata/go-bindata) \ +$(location //vendor:github.com/jteeuwen/go-bindata/go-bindata_bin) \ -nometadata -o "$(OUTS)" -pkg generated \ -prefix $$(pwd) \ -ignore .jpg -ignore .png -ignore .md \ $(SRCS) """, tools = [ - "//vendor:github.com/jteeuwen/go-bindata/go-bindata", + "//vendor:github.com/jteeuwen/go-bindata/go-bindata_bin", ], ) diff --git a/test/images/network-tester/BUILD b/test/images/network-tester/BUILD index 5b676f349b7..ba0e6210168 100644 --- a/test/images/network-tester/BUILD +++ b/test/images/network-tester/BUILD @@ -12,6 +12,7 @@ go_binary( srcs = ["webserver.go"], tags = ["automanaged"], deps = [ + "//pkg/apis/meta/v1:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", "//pkg/client/restclient:go_default_library", "//pkg/util/sets:go_default_library", diff --git a/test/images/network-tester/webserver.go b/test/images/network-tester/webserver.go index fa41b8a63ad..8ee343035d5 100644 --- a/test/images/network-tester/webserver.go +++ b/test/images/network-tester/webserver.go @@ -43,6 +43,7 @@ import ( "syscall" "time" + v1 "k8s.io/kubernetes/pkg/apis/meta/v1" clientset "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset" "k8s.io/kubernetes/pkg/client/restclient" "k8s.io/kubernetes/pkg/util/sets" @@ -268,7 +269,7 @@ func contactOthers(state *State) { //getWebserverEndpoints returns the webserver endpoints as a set of String, each in the format like "http://{ip}:{port}" func getWebserverEndpoints(client clientset.Interface) sets.String { - endpoints, err := client.Core().Endpoints(*namespace).Get(*service) + endpoints, err := client.Core().Endpoints(*namespace).Get(*service, v1.GetOptions{}) eps := sets.String{} if err != nil { state.Logf("Unable to read the endpoints for %v/%v: %v.", *namespace, *service, err) diff --git a/test/soak/cauldron/BUILD b/test/soak/cauldron/BUILD index a6e0966840f..2775ee98e06 100644 --- a/test/soak/cauldron/BUILD +++ b/test/soak/cauldron/BUILD @@ -14,6 +14,7 @@ go_binary( deps = [ "//pkg/api:go_default_library", "//pkg/api/errors:go_default_library", + "//pkg/apis/meta/v1:go_default_library", "//pkg/client/clientset_generated/internalclientset:go_default_library", "//pkg/client/restclient:go_default_library", "//pkg/util/intstr:go_default_library", diff --git a/test/soak/cauldron/cauldron.go b/test/soak/cauldron/cauldron.go index cd3ae29e9da..d1997c0f3d9 100644 --- a/test/soak/cauldron/cauldron.go +++ b/test/soak/cauldron/cauldron.go @@ -32,6 +32,7 @@ import ( "github.com/golang/glog" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/errors" + v1 "k8s.io/kubernetes/pkg/apis/meta/v1" clientset "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset" "k8s.io/kubernetes/pkg/client/restclient" "k8s.io/kubernetes/pkg/util/intstr" @@ -105,7 +106,7 @@ func main() { } else { // wait until the namespace disappears for i := 0; i < int(namespaceDeleteTimeout/time.Second); i++ { - if _, err := client.Core().Namespaces().Get(ns); err != nil { + if _, err := client.Core().Namespaces().Get(ns, v1.GetOptions{}); err != nil { if errors.IsNotFound(err) { return } @@ -220,7 +221,7 @@ func main() { for _, podName := range podNames { var pod *api.Pod for start := time.Now(); time.Since(start) < podStartTimeout; time.Sleep(5 * time.Second) { - pod, err = client.Core().Pods(ns).Get(podName) + pod, err = client.Core().Pods(ns).Get(podName, v1.GetOptions{}) if err != nil { glog.Warningf("Get pod %s/%s failed, ignoring for %v: %v", ns, podName, err, podStartTimeout) continue diff --git a/test/soak/serve_hostnames/serve_hostnames.go b/test/soak/serve_hostnames/serve_hostnames.go index f4ccf2d2bde..2d2d9601e24 100644 --- a/test/soak/serve_hostnames/serve_hostnames.go +++ b/test/soak/serve_hostnames/serve_hostnames.go @@ -29,7 +29,6 @@ import ( "path/filepath" "time" - "github.com/golang/glog" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/errors" "k8s.io/kubernetes/pkg/api/v1" @@ -40,6 +39,8 @@ import ( "k8s.io/kubernetes/pkg/runtime" "k8s.io/kubernetes/pkg/util/intstr" e2e "k8s.io/kubernetes/test/e2e/framework" + + "github.com/golang/glog" ) var ( @@ -124,7 +125,7 @@ func main() { } else { // wait until the namespace disappears for i := 0; i < int(namespaceDeleteTimeout/time.Second); i++ { - if _, err := client.Namespaces().Get(ns); err != nil { + if _, err := client.Namespaces().Get(ns, metav1.GetOptions{}); err != nil { if errors.IsNotFound(err) { return } @@ -239,7 +240,7 @@ func main() { for _, podName := range podNames { var pod *v1.Pod for start := time.Now(); time.Since(start) < podStartTimeout; time.Sleep(5 * time.Second) { - pod, err = client.Pods(ns).Get(podName) + pod, err = client.Pods(ns).Get(podName, metav1.GetOptions{}) if err != nil { glog.Warningf("Get pod %s/%s failed, ignoring for %v: %v", ns, podName, err, podStartTimeout) continue