feat(ops/yandex-cloud-rs): generated gRPC clients for Yandex Cloud
This uses tonic to generate the full set of gRPC clients for Yandex Cloud. Includes some utility functions like an authentication interceptor to make these actually work. Since the upstream protos are exported regularly I've decided that the versioning will simply be date-based. The point of this is journaldriver integration, of course, hence also the log-centric example code. Change-Id: I00a615dcba80030e7f9bcfd476b2cfdb298f130d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8525 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
f1ca5a3096
commit
ea1383682d
7 changed files with 1613 additions and 0 deletions
5
ops/yandex-cloud-rs/.gitignore
vendored
Normal file
5
ops/yandex-cloud-rs/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
target/
|
||||
result/
|
||||
# Ignore everything under src (except for lib.rs)
|
||||
src/*
|
||||
!src/lib.rs
|
||||
Loading…
Add table
Add a link
Reference in a new issue