Merge pull request #109939 from claudiubelu/windows/kube-proxy-hostprocess

build: Adds Windows kube-proxy image
This commit is contained in:
Kubernetes Prow Robot
2024-05-31 07:19:57 -07:00
committed by GitHub
6 changed files with 105 additions and 30 deletions

View File

@@ -101,7 +101,8 @@ kube::golang::server_image_targets() {
IFS=" " read -ra KUBE_SERVER_IMAGE_TARGETS <<< "$(kube::golang::server_image_targets)"
readonly KUBE_SERVER_IMAGE_TARGETS
readonly KUBE_SERVER_IMAGE_BINARIES=("${KUBE_SERVER_IMAGE_TARGETS[@]##*/}")
readonly KUBE_SERVER_LINUX_IMAGE_BINARIES=("${KUBE_SERVER_IMAGE_TARGETS[@]##*/}")
readonly KUBE_SERVER_WINDOWS_IMAGE_BINARIES=("kube-proxy.exe")
# The set of conformance targets we build docker image for
kube::golang::conformance_image_targets() {