mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
rename some files
This commit is contained in:
parent
1b5802fd5d
commit
5a4ba227af
@ -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",
|
||||
|
@ -5,8 +5,8 @@ go_library(
|
||||
srcs = [
|
||||
"doc.go",
|
||||
"endpointsadapter.go",
|
||||
"instancecount.go",
|
||||
"lease.go",
|
||||
"mastercount.go",
|
||||
"none.go",
|
||||
"reconcilers.go",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user