Add kubectl-convert to client-binaries

This commit is contained in:
Maciej Szulik
2021-02-19 15:51:28 +01:00
parent b0c4f5c6fa
commit 0a0c80c553
3 changed files with 3 additions and 1 deletions

View File

@@ -248,6 +248,7 @@ kube::golang::setup_platforms
# If you update this list, please also update build/BUILD.
readonly KUBE_CLIENT_TARGETS=(
cmd/kubectl
cmd/kubectl-convert
)
readonly KUBE_CLIENT_BINARIES=("${KUBE_CLIENT_TARGETS[@]##*/}")
readonly KUBE_CLIENT_BINARIES_WIN=("${KUBE_CLIENT_BINARIES[@]/%/.exe}")