mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
rename this file to delete.go to avoid confusion
This commit is contained in:
parent
6000712803
commit
ac6ec1a69d
@ -13,6 +13,7 @@ go_test(
|
||||
srcs = [
|
||||
"cluster_test.go",
|
||||
"configmap_test.go",
|
||||
"delete_test.go",
|
||||
"deployment_test.go",
|
||||
"env_file_test.go",
|
||||
"generate_test.go",
|
||||
@ -33,7 +34,6 @@ go_test(
|
||||
"service_test.go",
|
||||
"serviceaccount_test.go",
|
||||
"sorting_printer_test.go",
|
||||
"stop_test.go",
|
||||
],
|
||||
library = ":go_default_library",
|
||||
tags = ["automanaged"],
|
||||
@ -86,6 +86,7 @@ go_library(
|
||||
"cluster.go",
|
||||
"clusterrolebinding.go",
|
||||
"configmap.go",
|
||||
"delete.go",
|
||||
"deployment.go",
|
||||
"doc.go",
|
||||
"env_file.go",
|
||||
@ -112,7 +113,6 @@ go_library(
|
||||
"service_basic.go",
|
||||
"serviceaccount.go",
|
||||
"sorting_printer.go",
|
||||
"stop.go",
|
||||
"versioned_client.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
|
Loading…
Reference in New Issue
Block a user