mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +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",
|
||||
"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