remove +linux restriction in ipvs/fake
This commit is contained in:
@@ -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"],
|
||||||
)
|
)
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
// +build linux
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2017 The Kubernetes Authors.
|
Copyright 2017 The Kubernetes Authors.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user