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:
Alejandro Escobar 2017-03-14 09:45:05 -07:00
parent 38055983e0
commit ee741f23af
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -1,3 +1,5 @@
// +build cgo,linux
/*
Copyright 2016 The Kubernetes Authors.