Skip to content

Commit

Permalink
rename this file to delete.go to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Jul 29, 2017
1 parent 6000712 commit ac6ec1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubectl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"],
Expand Down Expand Up @@ -86,6 +86,7 @@ go_library(
"cluster.go",
"clusterrolebinding.go",
"configmap.go",
"delete.go",
"deployment.go",
"doc.go",
"env_file.go",
Expand All @@ -112,7 +113,6 @@ go_library(
"service_basic.go",
"serviceaccount.go",
"sorting_printer.go",
"stop.go",
"versioned_client.go",
],
tags = ["automanaged"],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ac6ec1a

Please sign in to comment.