mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-24 19:12:02 +00:00
Rename: cronjob_controller[_test].go -> controller[_test].go
This change renames these source files to reduce stuttering when reading the path.
This commit is contained in:
parent
4cfcf0519d
commit
6518c0b696
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user