mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
remove +linux restriction in ipvs/fake
This commit is contained in:
parent
d7e56d5330
commit
2861a78baa
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user