mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Add missing proto path to kube::protoc::protoc invocation
This commit is contained in:
parent
d49d988467
commit
028683efe6
@ -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}/third_party/protobuf" \
|
||||
--gogo_out=paths=source_relative,plugins=grpc:. \
|
||||
api.proto
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user