Have a uniform format for filenames across controllers

This commit is contained in:
dhilipkumars
2017-07-27 15:55:04 +05:30
parent 5ec7701c5c
commit a1ba598130
20 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ load(
go_library(
name = "go_default_library",
srcs = ["ttlcontroller.go"],
srcs = ["ttl_controller.go"],
tags = ["automanaged"],
deps = [
"//pkg/controller:go_default_library",
@@ -46,7 +46,7 @@ filegroup(
go_test(
name = "go_default_test",
srcs = ["ttlcontroller_test.go"],
srcs = ["ttl_controller_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
deps = [