mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Add missing proto path to kube::protoc::protoc invocation
This commit is contained in:
parent
d49d988467
commit
028683efe6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue