add go:build no windows for some control-plane related UT for kubeadm

This commit is contained in:
Paco Xu 2022-09-21 15:42:41 +08:00
parent 17c5066625
commit 241445759e
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.