remove +linux restriction in ipvs/fake

This commit is contained in:
m1093782566 2017-10-27 09:32:50 +08:00
parent d7e56d5330
commit 2861a78baa
2 changed files with 1 additions and 8 deletions

View File

@ -9,12 +9,7 @@ load(
go_library( go_library(
name = "go_default_library", name = "go_default_library",
srcs = select({ srcs = ["fake.go"],
"@io_bazel_rules_go//go/platform:linux_amd64": [
"fake.go",
],
"//conditions:default": [],
}),
importpath = "k8s.io/kubernetes/pkg/proxy/ipvs/testing", importpath = "k8s.io/kubernetes/pkg/proxy/ipvs/testing",
tags = ["automanaged"], tags = ["automanaged"],
) )

View File

@ -1,5 +1,3 @@
// +build linux
/* /*
Copyright 2017 The Kubernetes Authors. Copyright 2017 The Kubernetes Authors.