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