Merge pull request #112620 from pacoxu/windows-kubeadm-ut

add go:build no windows for some control-plane related UT for kubeadm
This commit is contained in:
Kubernetes Prow Robot 2022-09-26 22:29:50 -07:00 committed by GitHub
commit 27b7d3cd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2018 The Kubernetes Authors.

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2016 The Kubernetes Authors.

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2017 The Kubernetes Authors.

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2017 The Kubernetes Authors.