From 72c73679f7bb1f8f3d2f03a3d5873d3a7e661d28 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Fri, 17 Feb 2023 16:58:47 +0100 Subject: [PATCH] codegen: Fix missing client-gen install --- hack/update-codegen-clients.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-codegen-clients.sh b/hack/update-codegen-clients.sh index f20ace1bdb9..a0ad9c706ac 100755 --- a/hack/update-codegen-clients.sh +++ b/hack/update-codegen-clients.sh @@ -29,6 +29,7 @@ CODEGEN_PKG=${CODEGEN_PKG:-$(cd "${SCRIPT_ROOT}"; go list -f '{{.Dir}}' -m k8s.i # TODO: use generate-groups.sh directly instead once https://github.com/kubernetes/kubernetes/pull/114987 is available go install "${CODEGEN_PKG}"/cmd/applyconfiguration-gen +go install "${CODEGEN_PKG}"/cmd/client-gen "$GOPATH"/bin/applyconfiguration-gen \ --input-dirs github.com/kcp-dev/kcp/sdk/apis/core/v1alpha1 \