Merge pull request #123623 from pohly/hack-protoc-search-path

hack: re-enable protobindings which use k8s.io/api
This commit is contained in:
Kubernetes Prow Robot 2024-03-02 10:26:20 -08:00 committed by GitHub
commit 0364c6cc3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ function kube::protoc::protoc() {
PATH="${gogopath}:${PATH}" protoc \
--proto_path="$(pwd -P)" \
--proto_path="${KUBE_ROOT}/vendor" \
--proto_path="${KUBE_ROOT}/staging/src" \
--proto_path="${KUBE_ROOT}/third_party/protobuf" \
--gogo_out=paths=source_relative,plugins=grpc:. \
api.proto