Merge pull request #94704 from lavalamp/big-rename

rename some files
This commit is contained in:
Kubernetes Prow Robot 2020-09-11 09:50:22 -07:00 committed by GitHub
commit 77f349ea17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
],