Skip to content

Commit

Permalink
codegen: Fix missing client-gen install
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Mar 28, 2023
1 parent e9dbffc commit 72c7367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/update-codegen-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 72c7367

Please sign in to comment.