Skip to content

Commit edb3357

Browse files
committed
Rename CronJob controller file
1 parent 6c66474 commit edb3357

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pkg/controller/cronjob/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load(
99
go_library(
1010
name = "go_default_library",
1111
srcs = [
12-
"controller.go",
12+
"cronjob_controller.go",
1313
"doc.go",
1414
"injection.go",
1515
"utils.go",
@@ -41,7 +41,7 @@ go_library(
4141
go_test(
4242
name = "go_default_test",
4343
srcs = [
44-
"controller_test.go",
44+
"cronjob_controller_test.go",
4545
"utils_test.go",
4646
],
4747
embed = [":go_default_library"],
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)