rename some files

This commit is contained in:
Daniel Smith 2020-09-10 16:31:17 -07:00
parent 1b5802fd5d
commit 5a4ba227af
6 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ go_library(
"controller.go",
"doc.go",
"import_known_versions.go",
"master.go",
"instance.go",
"services.go",
],
importpath = "k8s.io/kubernetes/pkg/controlplane",
@ -142,8 +142,8 @@ go_test(
srcs = [
"controller_test.go",
"import_known_versions_test.go",
"master_openapi_test.go",
"master_test.go",
"instance_openapi_test.go",
"instance_test.go",
],
embed = [":go_default_library"],
race = "off",

View File

@ -5,8 +5,8 @@ go_library(
srcs = [
"doc.go",
"endpointsadapter.go",
"instancecount.go",
"lease.go",
"mastercount.go",
"none.go",
"reconcilers.go",
],