mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
added a space
bazel update added new files to reflect that only one method has changed between arch types. forgot to add changes to a commit. changes made and gfmt run. changed node_problem_detector to node_problem_detector_linux and made it linux only. updated bazel
This commit is contained in:
parent
38055983e0
commit
ee741f23af
@ -16,7 +16,7 @@ go_library(
|
|||||||
"doc.go",
|
"doc.go",
|
||||||
"gpus.go",
|
"gpus.go",
|
||||||
"image_list.go",
|
"image_list.go",
|
||||||
"node_problem_detector.go",
|
"node_problem_detector_linux.go",
|
||||||
"resource_collector.go",
|
"resource_collector.go",
|
||||||
"simple_mount.go",
|
"simple_mount.go",
|
||||||
"util.go",
|
"util.go",
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// +build cgo,linux
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2016 The Kubernetes Authors.
|
Copyright 2016 The Kubernetes Authors.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user