Skip to content

Commit 5a4ba22

Browse files
committed
rename some files
1 parent 1b5802f commit 5a4ba22

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

pkg/controlplane/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go_library(
77
"controller.go",
88
"doc.go",
99
"import_known_versions.go",
10-
"master.go",
10+
"instance.go",
1111
"services.go",
1212
],
1313
importpath = "k8s.io/kubernetes/pkg/controlplane",
@@ -142,8 +142,8 @@ go_test(
142142
srcs = [
143143
"controller_test.go",
144144
"import_known_versions_test.go",
145-
"master_openapi_test.go",
146-
"master_test.go",
145+
"instance_openapi_test.go",
146+
"instance_test.go",
147147
],
148148
embed = [":go_default_library"],
149149
race = "off",
File renamed without changes.
File renamed without changes.
File renamed without changes.

pkg/controlplane/reconcilers/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go_library(
55
srcs = [
66
"doc.go",
77
"endpointsadapter.go",
8+
"instancecount.go",
89
"lease.go",
9-
"mastercount.go",
1010
"none.go",
1111
"reconcilers.go",
1212
],
File renamed without changes.

0 commit comments

Comments
 (0)