mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #43083 from alejandroEsc/ae/osx/e2e_node_problem_detector
Automatic merge from submit-queue (batch tested with PRs 43378, 43216, 43384, 43083, 43428) Darwin won't build: syscall.Sysinfo issue. **What this PR does / why we need it**: On darwin had problems building and testing because of syscall.Sysinfo_t etc which is a linux specific command. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: **Special notes for your reviewer**: Definitely would like another set of eyes on the bootTime function, it will have to be inaccurate but open to suggestions about improving this for darwin. **Release note**: ``` NONE ```
This commit is contained in:
commit
0afb06b600
@ -16,7 +16,7 @@ go_library(
|
||||
"doc.go",
|
||||
"gpus.go",
|
||||
"image_list.go",
|
||||
"node_problem_detector.go",
|
||||
"node_problem_detector_linux.go",
|
||||
"resource_collector.go",
|
||||
"simple_mount.go",
|
||||
"util.go",
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build cgo,linux
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
Loading…
Reference in New Issue
Block a user