Rename: cronjob_controller[_test].go -> controller[_test].go

This change renames these source files to reduce stuttering when reading
the path.
k3s-v1.15.3
Peter McAlpine 2019-02-26 14:57:55 -05:00
parent 4cfcf0519d
commit 6518c0b696
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ load(
go_library(
name = "go_default_library",
srcs = [
"cronjob_controller.go",
"controller.go",
"doc.go",
"injection.go",
"utils.go",
@ -41,7 +41,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = [
"cronjob_controller_test.go",
"controller_test.go",
"utils_test.go",
],
embed = [":go_default_library"],