mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Take optional arguments in generated-protobuf-dockerized.sh
This commit is contained in:
parent
82a9bed565
commit
9f7e16c256
@ -43,4 +43,5 @@ gotoprotobuf=$(kube::util::find-binary "go-to-protobuf")
|
||||
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
|
||||
"${gotoprotobuf}" \
|
||||
--proto-import="${KUBE_ROOT}/vendor" \
|
||||
--proto-import="${KUBE_ROOT}/third_party/protobuf"
|
||||
--proto-import="${KUBE_ROOT}/third_party/protobuf" \
|
||||
$@
|
||||
|
Loading…
Reference in New Issue
Block a user