Merge pull request #122373 from danwinship/linux-proxy

Properly build-tag the Linux kube-proxy backend code
This commit is contained in:
Kubernetes Prow Robot
2024-01-04 18:00:34 +01:00
committed by GitHub
41 changed files with 107 additions and 314 deletions

View File

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

View File

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

View File

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