Commit ee741f23 authored by Alejandro Escobar's avatar Alejandro Escobar

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
parent 38055983
...@@ -16,7 +16,7 @@ go_library( ...@@ -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",
......
// +build cgo,linux
/* /*
Copyright 2016 The Kubernetes Authors. Copyright 2016 The Kubernetes Authors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment