rename this file to delete.go to avoid confusion

This commit is contained in:
Di Xu 2017-07-25 11:27:57 +08:00
parent 6000712803
commit ac6ec1a69d
3 changed files with 2 additions and 2 deletions

View File

@ -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"],