Properly build-tag the Linux kube-proxy backend code

This had to be able to build on OS X before to make verify-typecheck
pass, but now that that's fixed we can tag the code properly as being
linux-only.
This commit is contained in:
Dan Winship
2023-12-18 20:12:51 -05:00
parent b69510b069
commit c1ce1e00ee
40 changed files with 105 additions and 206 deletions

View File

@@ -1,3 +1,6 @@
//go:build linux
// +build linux
/*
Copyright 2015 The Kubernetes Authors.