knative / observability

The controllers and config for custom resources pertaining to egressing logs and metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update-codegen.sh is broken

poy opened this issue · comments

update-codegen.sh references k8s.io/code-generator in the vendor directory

CODEGEN_PKG=${CODEGEN_PKG:-$(cd ${SCRIPT_ROOT}; ls -d -1 ./vendor/k8s.io/code-generator)}
, however the vendor directory does not have k8s.io/code-generator.

This is on-going issue that we are trying to resolve. We had added it as a submodule in the vendor directory but for some other reasons it was removed. We are looking into a solution that will work with go modules instead of git submodules.