Merge pull request #99155 from soltysh/convert_release

Add kubectl-convert to client-binaries
This commit is contained in:
Kubernetes Prow Robot
2021-02-22 17:24:15 -08:00
committed by GitHub
5 changed files with 65 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ release_filegroup(
name = "client-targets",
conditioned_srcs = for_platforms(for_client = [
"//cmd/kubectl",
"//cmd/kubectl-convert",
]),
)